summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Added stub dfs client commands to rpcclient.Tim Potter2001-06-062-3/+7
| | |
| | * Added stubs for dfs rpc client routines.Tim Potter2001-06-062-0/+111
| | |
| | * Prototypes update.Tim Potter2001-06-061-3/+29
| | |
| | * Indent dodgy function prototype to avoid make proto picking it up andTim Potter2001-06-061-1/+1
| | | | | | | | | | | | causing mayhem throughout the tree.
| | * Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
| | | | | | | | | | | | Added samlookupnames and samlookuprids rpcclient commands.
| | * Fixed bug in cli_samr_create_dom_user()Tim Potter2001-06-061-4/+68
| | | | | | | | | | | | | | | | | | Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect()
| | * Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
| | | | | | | | | | | | to use tallocated memory instead of dodgy static arrays.
| | * Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-053-3/+61
| | | | | | | | | | | | | | | Also added smbtorture test for this. Jeremy.
| | * Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
| | | | | | | | | | | | | | | We still need to set the large write reply correctly. Jeremy.
| | * don't use c++ style commentsAndrew Tridgell2001-06-051-1/+1
| | |
| | * fixed solaris compilation error (don't add to a void*)Andrew Tridgell2001-06-051-2/+2
| | |
| | * Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
| | |
| | * use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-0418-27/+27
| | |
| | * Added add domain user to rpcclient.Tim Potter2001-06-042-0/+238
| | | | | | | | | | | | Added cli_ functions for set userinfo and userinfo2.
| | * More compile fixups for winbind portability.Tim Potter2001-06-042-3/+7
| | |
| | * Compile fix for Solaris.Tim Potter2001-06-041-8/+29
| | |
| | * Compile fix for solaris.Tim Potter2001-06-041-7/+5
| | | | | | | | | | | | Fixed some compiler warnings.
| | * Compile fix for wbinfo on solaris.Tim Potter2001-06-043-601/+601
| | |
| | * removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell2001-06-031-1/+4
| | | | | | | | | | | | (Richard?)
| | * Update prototype file.Tim Potter2001-06-021-13/+0
| | |
| | * Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
| | | | | | | | | | | | branch.
| | * Removed irritating and unecessary debug message.Tim Potter2001-06-021-3/+0
| | |
| | * i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
| | |
| | * final sync with SAMBA_2_2Gerald Carter2001-06-0114-162/+169
| | |
| | * more syncs with SAMBA_2_2Gerald Carter2001-06-018-95/+1170
| | |
| | * sync with SAMBA_2_2Gerald Carter2001-06-0144-0/+4864
| | |
| | * Oops.Tim Potter2001-06-011-1/+15
| | |
| | * beginning of merge with SAMBA_2_2Gerald Carter2001-06-015-28/+34
| | |
| | * forgot oneGerald Carter2001-06-011-0/+240
| | |
| | * If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-013-32/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff.
| | * sync with SAMBA_2_2Gerald Carter2001-06-0115-266/+317
| | |
| | * Added a --with/without winbind option to configure. The default is toTim Potter2001-06-012-746/+789
| | | | | | | | | | | | | | | | | | compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect.
| | * syncing up with SAMBA_2_2Gerald Carter2001-06-0139-4585/+10056
| | |
| | * Added *.po to .cvsignore files.Tim Potter2001-06-013-0/+3
| | |
| | * Added a comment.Tim Potter2001-06-011-0/+1
| | |
| | * merge from 2.2Gerald Carter2001-05-311-12/+28
| | |
| | * merge from 2.2Gerald Carter2001-05-311-0/+6
| | |
| | * merge from 2.2Gerald Carter2001-05-312-3/+1
| | |
| * | Merge in HEAD build changes.Jeremy Allison2001-06-271-0/+89
| | | | | | | | | | | | Jeremy.
| * | get rid of compile warning about unused variableHerb Lewis2001-06-271-2/+2
| | |
| * | Tidyups from SGI compiler, fixed enum nss_status -> NSS_STATUS.Herb Lewis2001-06-268-24/+17
| | | | | | | | | | | | Jeremy.
| * | Oops. Committed with half-built proto.hHerb Lewis2001-06-261-1/+3430
| | | | | | | | | | | | Jeremy.
| * | Added check for nss_common.h that I missed in the include merge. ShouldJeremy Allison2001-06-264-3432/+6
| | | | | | | | | | | | | | | fix Solaris builds. Jeremy.
| * | Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
| | | | | | | | | | | | | | | ace entries. Jeremy.
| * | Merge Tim's NULL ACE fix....Jeremy Allison2001-06-261-1/+8
| | | | | | | | | | | | Jeremy.
| * | Syncup with I18N fix for printing from HEAD.Jeremy Allison2001-06-262-549/+554
| | | | | | | | | | | | Jeremy.
| * | Syncup with HEAD - ensure minimal changes (mapping.h is currently a ↵Jeremy Allison2001-06-261-20/+39
| | | | | | | | | | | | | | | | | | placeholder). Jeremy.
| * | Always try DOMAIN\user first - this is more specific.Jeremy Allison2001-06-261-11/+22
| | | | | | | | | | | | Jeremy.
| * | casts to get rid of compiler warningsHerb Lewis2001-06-251-2/+2
| | |
| * | Oops. Forgot to add the socklen_t typedef for systems that don't have it...Jeremy Allison2001-06-251-0/+4
| | | | | | | | | | | | Jeremy.