summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* This adds 'ldap delete dn' as the recommended parameterVolker Lendecke2003-03-232-6/+7
* Metzes change:Volker Lendecke2003-03-231-4/+10
* Patch from waider to update our samsync (net rpc vampire) code:Andrew Bartlett2003-03-231-35/+155
* Don't declare variables after instructionsJelmer Vernooij2003-03-231-12/+12
* We don't need optarg when we have poptJelmer Vernooij2003-03-232-4/+2
* Convert to popt.Jelmer Vernooij2003-03-232-137/+91
* Use True, not TRUEJelmer Vernooij2003-03-231-2/+2
* Fix typo in commentJelmer Vernooij2003-03-231-2/+2
* Convert to popt.Jelmer Vernooij2003-03-232-56/+59
* Move -V to -C to prevent conflict with -V for versionJelmer Vernooij2003-03-231-1/+2
* Don't crash when initialising tdb failsJelmer Vernooij2003-03-231-2/+2
* Convert to popt.Jelmer Vernooij2003-03-221-361/+85
* Convert to poptJelmer Vernooij2003-03-222-101/+26
* Add nicer --help headersJelmer Vernooij2003-03-222-8/+4
* Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij2003-03-223-17/+279
* - Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij2003-03-223-4/+4
* Valgrind found a few memory leaks!Andrew Bartlett2003-03-223-2/+15
* Don't use EDQUOT on systems where it's not availableJelmer Vernooij2003-03-221-3/+5
* Detect missing -lroken properly on systems without krb5-configJelmer Vernooij2003-03-221-2/+3
* Return value in non-void functionJelmer Vernooij2003-03-221-0/+1
* Use FUNCTION_MACRO, not __FUNCTION__Jelmer Vernooij2003-03-221-2/+2
* Never touch complicated if/else/elsif structures :-)Volker Lendecke2003-03-221-23/+27
* Don't use errno's when they're not availableJelmer Vernooij2003-03-221-1/+15
* This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke2003-03-221-121/+175
* Revert bogus part of previous patch.Andrew Bartlett2003-03-221-6/+9
* Small clenaup patches:Andrew Bartlett2003-03-2210-54/+98
* Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett2003-03-221-1/+1
* It seems that this causes some problems on some linux platforms - it's aAndrew Bartlett2003-03-221-1/+1
* Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'Andrew Bartlett2003-03-221-0/+11
* FALSE -> False (reported by Paul Green)Jelmer Vernooij2003-03-221-1/+1
* Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett2003-03-211-3/+7
* Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett2003-03-211-2/+10
* Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett2003-03-212-20/+20
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
* Add more mappings to the nterr->errno mapping table. It should be fairlyJelmer Vernooij2003-03-211-3/+75
* Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett2003-03-211-12/+38
* Only build pdb_ldap if both ldap libs and headers are foundJelmer Vernooij2003-03-201-2/+2
* NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke2003-03-201-1/+1
* Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-203-13/+33
* Fix setOtherHelp() - pointed out by metzeJelmer Vernooij2003-03-201-1/+1
* Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij2003-03-201-7/+8
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
* Build samr as wellJelmer Vernooij2003-03-201-0/+1
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-205-8/+8
* Fix typoVolker Lendecke2003-03-201-3/+3
* I like debug level 10, but these messages always get into my wayVolker Lendecke2003-03-201-5/+5
* Convert smbcacls to poptJelmer Vernooij2003-03-202-87/+53
* Make swat use poptJelmer Vernooij2003-03-202-15/+19
* Merge Herb's change.Volker Lendecke2003-03-201-1/+1
* If CFLAGS is set when running configure, then just use that.Martin Pool2003-03-201-3/+7