summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
* Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke2002-09-261-21/+26
* Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2002-09-262-47/+58
* forgot include file, sorrySimo Sorce2002-09-261-14/+14
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-266-85/+419
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-267-269/+320
* notify user when no {domains,accounts} were foundJelmer Vernooij2002-09-251-0/+10
* Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij2002-09-252-4/+30
* add samtest commands:Jelmer Vernooij2002-09-251-1/+134
* fix getpass replacement check (i thought I fixed this a few daysGerald Carter2002-09-251-0/+2
* Make it clear what this if statement applies to, and what it doesn'tAndrew Bartlett2002-09-251-0/+1
* remove extern for AllowDebugChange since we don't use itJelmer Vernooij2002-09-251-1/+0
* Fix the circular dependency that was preventing 'domain master = auto' (theAndrew Bartlett2002-09-251-1/+1
* Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
* Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett2002-09-251-20/+23
* Don't crash when a backend doesn't have a setsampwent function available - bu...Jelmer Vernooij2002-09-251-2/+2
* This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-255-128/+231
* Fix debuglevel command-line argumentJelmer Vernooij2002-09-251-1/+0
* Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij2002-09-251-1/+1
* samtest should load smb.conf by defaultJelmer Vernooij2002-09-251-1/+26
* At least try to get this function picked up by the autoprototyperAndrew Bartlett2002-09-251-2/+2
* Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-252-59/+2
* Another patch from metze, towards his work on sam_ads.Andrew Bartlett2002-09-254-11/+108
* Header files should not include includes.h - therein lies maddness, particuarlyAndrew Bartlett2002-09-251-3/+0
* Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2002-09-252-8/+8
* If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett2002-09-251-0/+1
* Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-252-17/+26
* Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett2002-09-251-0/+5
* The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter2002-09-251-2/+6
* Merge of "profile acls" code.Jeremy Allison2002-09-253-4/+41
* merge from APP_HEADGerald Carter2002-09-252-8/+34
* Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison2002-09-241-29/+52
* Moved -ve cache check to correct place.Jeremy Allison2002-09-241-10/+10
* enum_domains shouldn't crash when there are no domains availableJelmer Vernooij2002-09-241-4/+0
* Fix bug in get_methods_by_nameJelmer Vernooij2002-09-242-19/+80
* - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ...Jelmer Vernooij2002-09-247-141/+156
* This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke2002-09-241-12/+264
* Make sure that Alfred Perlstein's changes get into head as smbprint andRichard Sharpe2002-09-242-27/+172
* Typos! Fix 'em!John Terpstra2002-09-241-1/+1
* Removed call to configure for VFS modules.John Terpstra2002-09-241-5/+5
* Updated in preparation for samba-3.0.0alpha20John Terpstra2002-09-241-14/+13
* Don't uppercase the username and domain in a session setup.Tim Potter2002-09-232-4/+2
* Ok, what's this? Samba as a PDC wants to authenticate a user coming inVolker Lendecke2002-09-231-2/+2
* Update some help. People keep forgetting that!Richard Sharpe2002-09-231-1/+3
* Add net getlocalsid [name]Richard Sharpe2002-09-231-0/+26
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-234-10/+46
* Cosmetic fix for debug message.Volker Lendecke2002-09-231-2/+1
* tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke2002-09-231-0/+1
* Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
* * fix getpass checkGerald Carter2002-09-232-389/+390