summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-25This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett5-128/+231
2002-09-25Fix debuglevel command-line argumentJelmer Vernooij1-1/+0
2002-09-25Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij1-1/+1
2002-09-25samtest should load smb.conf by defaultJelmer Vernooij1-1/+26
2002-09-25At least try to get this function picked up by the autoprototyperAndrew Bartlett1-2/+2
2002-09-25Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2-59/+2
2002-09-25Another patch from metze, towards his work on sam_ads.Andrew Bartlett4-11/+108
2002-09-25Header files should not include includes.h - therein lies maddness, particuarlyAndrew Bartlett1-3/+0
2002-09-25Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2-8/+8
2002-09-25If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett1-0/+1
2002-09-25Move to common user token debugging, and ensure we always print both theAndrew Bartlett2-17/+26
2002-09-25Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett1-0/+5