summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij20-357/+95
2003-03-24Started working on python routines to add and delete domain users.Tim Potter4-146/+404
2003-03-23Build the profiles.1 and smbtree.1 manpagesJelmer Vernooij1-1/+2
2003-03-23Document Tim's smbtree programJelmer Vernooij1-0/+91
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2-30/+30
2003-03-23Convert to popt.Jelmer Vernooij2-62/+30
2003-03-23Fix compile.Andrew Bartlett1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij2-44/+31
2003-03-23NTLM Authentication:Andrew Bartlett14-144/+283
2003-03-23Convert to popt.Jelmer Vernooij2-88/+28
2003-03-23Use popt_common for -s, -d and -VJelmer Vernooij2-16/+8
2003-03-23Don't duplicate the default group mapping functions - use the onesJelmer Vernooij1-60/+0
2003-03-23This does two things:Volker Lendecke2-1/+63
2003-03-23The group mapping functions are not calledVolker Lendecke1-6/+6
2003-03-23This adds 'ldap delete dn' as the recommended parameterVolker Lendecke3-10/+21
2003-03-23Metzes change:Volker Lendecke1-4/+10
2003-03-23Patch from waider to update our samsync (net rpc vampire) code:Andrew Bartlett1-35/+155
2003-03-23Don't declare variables after instructionsJelmer Vernooij1-12/+12
2003-03-23We don't need optarg when we have poptJelmer Vernooij2-4/+2
2003-03-23Convert to popt.Jelmer Vernooij2-137/+91
2003-03-23Use True, not TRUEJelmer Vernooij1-2/+2
2003-03-23Fix typo in commentJelmer Vernooij1-2/+2
2003-03-23Add minimum man pageJelmer Vernooij1-0/+88
2003-03-23Convert to popt.Jelmer Vernooij2-56/+59
2003-03-23Move -V to -C to prevent conflict with -V for versionJelmer Vernooij1-1/+2
2003-03-23Also move -V to -C in docsJelmer Vernooij1-3/+3
2003-03-23Don't crash when initialising tdb failsJelmer Vernooij1-2/+2
2003-03-22Convert to popt.Jelmer Vernooij1-361/+85
2003-03-22Convert to poptJelmer Vernooij2-101/+26
2003-03-22Add nicer --help headersJelmer Vernooij2-8/+4
2003-03-22Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij3-17/+279
2003-03-22- Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij3-4/+4
2003-03-22Valgrind found a few memory leaks!Andrew Bartlett3-2/+15
2003-03-22Don't use EDQUOT on systems where it's not availableJelmer Vernooij1-3/+5
2003-03-22Detect missing -lroken properly on systems without krb5-configJelmer Vernooij1-2/+3
2003-03-22Return value in non-void functionJelmer Vernooij1-0/+1
2003-03-22Use FUNCTION_MACRO, not __FUNCTION__Jelmer Vernooij1-2/+2
2003-03-22Never touch complicated if/else/elsif structures :-)Volker Lendecke1-23/+27
2003-03-22Don't use errno's when they're not availableJelmer Vernooij1-1/+15
2003-03-22This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke1-121/+175
2003-03-22Revert bogus part of previous patch.Andrew Bartlett1-6/+9
2003-03-22Small clenaup patches:Andrew Bartlett10-54/+98
2003-03-22Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett1-1/+1
2003-03-22It seems that this causes some problems on some linux platforms - it's aAndrew Bartlett1-1/+1
2003-03-22Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'Andrew Bartlett1-0/+11
2003-03-22FALSE -> False (reported by Paul Green)Jelmer Vernooij1-1/+1
2003-03-21Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett1-3/+7
2003-03-21Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett1-2/+10
2003-03-21Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett2-20/+20
2003-03-21Merge of new appliance-head scalable printing fixes.Jeremy Allison1-142/+287