summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison2002-09-301-5/+21
* Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison2002-09-305-17/+300
* logic error in checking wins servers--merged from HEADGerald Carter2002-09-301-2/+2
* Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison2002-09-301-2/+2
* Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as wellJelmer Vernooij2002-09-282-2/+2
* Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij2002-09-281-1/+1
* It turns out that Windows allows delete printer on a handleJeremy Allison2002-09-271-0/+14
* HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison2002-09-271-20/+17
* Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar andJelmer Vernooij2002-09-2719-262/+138
* Make explicit the difference between a tdb key with no data attached, andJeremy Allison2002-09-261-2/+11
* tagging as 3.0alpha21cvsGerald Carter2002-09-261-1/+1
* Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!Gerald Carter2002-09-262-10/+10
* set versionGerald Carter2002-09-261-1/+1
* syncing with HEAD some moreGerald Carter2002-09-2647-13785/+98
* sync with HEADGerald Carter2002-09-268-221/+253
* remove files not in HEADGerald Carter2002-09-2649-13696/+0
* syncing up with HEAD again....Gerald Carter2002-09-2614-313/+866
* updated WHATSNEW for alpha20Gerald Carter2002-09-261-0/+162
* removed autogenerated fileGerald Carter2002-09-251-25/+0
* merge from HEADGerald Carter2002-09-252-0/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-15/+19
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-25176-6364/+10966
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2527-7288/+9247
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2510-307/+613
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-09-2580-0/+22029
|\
| * 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