summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-25The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter1-2/+6
2002-09-25Merge of "profile acls" code.Jeremy Allison3-4/+41
2002-09-25merge from APP_HEADGerald Carter2-8/+34
2002-09-24Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison1-29/+52
2002-09-24Moved -ve cache check to correct place.Jeremy Allison1-10/+10
2002-09-24enum_domains shouldn't crash when there are no domains availableJelmer Vernooij1-4/+0
2002-09-24Fix bug in get_methods_by_nameJelmer Vernooij2-19/+80
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ...Jelmer Vernooij6-80/+103
2002-09-24This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke1-12/+264
2002-09-23Don't uppercase the username and domain in a session setup.Tim Potter2-4/+2
2002-09-23Ok, what's this? Samba as a PDC wants to authenticate a user coming inVolker Lendecke1-2/+2
2002-09-23Update some help. People keep forgetting that!Richard Sharpe1-1/+3