summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-28Patch from metze to fix enum_accountsJelmer Vernooij1-13/+56
2002-09-28Fixing path to libsmbclient.h so it never gets crossed with a system installe...John Terpstra2-2/+2
2002-09-28Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij1-1/+1
2002-09-28Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke1-7/+1
2002-09-28Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett4-36/+35
2002-09-28Forgot to commit this in the patch changing back the create_user API.Andrew Bartlett1-2/+2
2002-09-28Back out one of the API changes, now I recall how it was meant to work.Andrew Bartlett4-6/+258
2002-09-28Second stab at Volker's 'make shadow passwords work' patch.Andrew Bartlett1-4/+4
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett11-32/+1161
2002-09-28Thanks to abartlet I looked at that function a bit closer. What didVolker Lendecke1-5/+0
2002-09-28Add const.Andrew Bartlett2-2/+2
2002-09-28Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines.Richard Sharpe1-3/+18
2002-09-28This needs to be #ifdef HAVE_LDAP.Andrew Bartlett1-0/+3
2002-09-28Add const.Andrew Bartlett1-4/+4
2002-09-27Back our volker's patch as was breaking the build.Andrew Bartlett1-7/+2
2002-09-27It turns out that Windows allows delete printer on a handleJeremy Allison1-0/+14
2002-09-27Check for security on delete printer was reversed...Jeremy Allison1-5/+5
2002-09-27HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison1-20/+17
2002-09-27Touching somebody else's code again... Sorry, Richard.Volker Lendecke1-2/+9
2002-09-27Sorry to touch such an internal function. But I was quite surprised thatVolker Lendecke1-2/+7
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett7-218/+345
2002-09-27An example of a group creation command that can handle failuresVolker Lendecke1-0/+27
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett4-15/+15
2002-09-27Minor updates:Andrew Bartlett3-10/+24
2002-09-27Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett3-7/+30
2002-09-27I missed committing this - all updates to configure.in adding --with-fooAndrew Bartlett1-1/+1
2002-09-27Fix typoAndrew Bartlett1-1/+1
2002-09-27When compiled --with-ldapsam, make ldapsam the default passdb backend.Andrew Bartlett1-1/+3
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett5-835/+912
2002-09-26Make explicit the difference between a tdb key with no data attached, andJeremy Allison1-2/+11
2002-09-26tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0Gerald Carter1-1/+1
2002-09-26add -r to usage outputGerald Carter1-0/+1
2002-09-26preparing for release of 3.0alpha20Samba Release Account1-1/+1
2002-09-26Fix segfault in sam_context_enum_domains - reported by KaiJelmer Vernooij1-0/+1
2002-09-26Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..Jelmer Vernooij1-3/+0
2002-09-26Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke1-21/+26
2002-09-26Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2-47/+58
2002-09-26forgot include file, sorrySimo Sorce1-14/+14
2002-09-26Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett6-85/+419
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce7-269/+320
2002-09-25notify user when no {domains,accounts} were foundJelmer Vernooij1-0/+10
2002-09-25Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij2-4/+30
2002-09-25add samtest commands:Jelmer Vernooij1-1/+134
2002-09-25fix getpass replacement check (i thought I fixed this a few daysGerald Carter1-0/+2
2002-09-25Make it clear what this if statement applies to, and what it doesn'tAndrew Bartlett1-0/+1
2002-09-25remove extern for AllowDebugChange since we don't use itJelmer Vernooij1-1/+0
2002-09-25Fix the circular dependency that was preventing 'domain master = auto' (theAndrew Bartlett1-1/+1
2002-09-25Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett1-2/+2
2002-09-25Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett1-20/+23
2002-09-25Don't crash when a backend doesn't have a setsampwent function available - bu...Jelmer Vernooij1-2/+2