summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-25merge from HEADGerald Carter2-0/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter176-6364/+10966
2002-09-25This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User57-0/+15283
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
2002-09-23Add net getlocalsid [name]Richard Sharpe1-0/+26
2002-09-23Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke3-8/+39
2002-09-23Cosmetic fix for debug message.Volker Lendecke1-2/+1
2002-09-23tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke1-0/+1
2002-09-23Add the ability to view/set the current local domain SIDs.Volker Lendecke1-0/+45
2002-09-23* fix getpass checkGerald Carter2-389/+390
2002-09-22Small, long overdue, fix for libsmbclient.Richard Sharpe1-0/+19
2002-09-22Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke3-129/+104
2002-09-21Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2-3/+24
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison3-388/+390
2002-09-20"@" is valid in NetBIOS domain names.Jeremy Allison1-1/+1
2002-09-20Add framework for samtest commandsJelmer Vernooij2-880/+117
2002-09-20reran autoconfGerald Carter1-371/+387
2002-09-20CUPS merge from SAMBA_2_2Gerald Carter1-0/+4
2002-09-20change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell1-5/+3
2002-09-20allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell1-12/+18
2002-09-19remove proto headers on realcleanTim Potter1-1/+1
2002-09-19Use sendfile in readbraw.Jeremy Allison1-11/+56