summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter2007-10-101-326/+281
* r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter2007-10-101-0/+11
* r13510: plug memory leak in WINS server code.Gerald Carter2007-10-101-0/+5
* r13509: remove unnecessary sql flagsGerald Carter2007-10-101-2/+0
* r13502: Fix error messages for usershares when smbd is notJeremy Allison2007-10-104-20/+53
* r13500: Fix ordering of FD_* arguments.James Peach2007-10-101-10/+6
* r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison2007-10-103-23/+39
* r13497: Fix #3508 from jason@ncac.gwu.eduJeremy Allison2007-10-101-4/+8
* r13495: Derell, I'm removing that double setup_logging(), just a typo.Günther Deschner2007-10-101-1/+0
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-1017-1467/+1066
* r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke2007-10-101-1/+3
* r13492: As noone objected on the mailing-list:Günther Deschner2007-10-105-12/+61
* r13491: Fix bug # 3498 from jason@ncac.gwu.edu. Unsigned comparisonJeremy Allison2007-10-101-2/+2
* r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison2007-10-101-5/+5
* r13486: Two more -- fix bug 3503Volker Lendecke2007-10-102-0/+4
* r13484: Add missing semi-colon.James Peach2007-10-101-1/+1
* r13482: Push the FAM notification file descriptor into the selectJames Peach2007-10-107-28/+60
* r13477: Fix code before declarationVolker Lendecke2007-10-101-1/+2
* r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison2007-10-101-1/+1
* r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2007-10-102-29/+45
* r13460: by popular demand....Gerald Carter2007-10-1014-1508/+344
* r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison2007-10-104-5/+455
* r13456: Add lsa_lookup_names2.Jeremy Allison2007-10-103-1/+122
* r13455: Prepare to add lookupnames2.Jeremy Allison2007-10-105-27/+221
* r13451: Fix build warning.Günther Deschner2007-10-101-6/+1
* r13449: Ensure we don't crash if no dc struct on pipe.Jeremy Allison2007-10-103-1/+9
* r13448: Fix the build (again).Günther Deschner2007-10-101-1/+1
* r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison2007-10-105-88/+631
* r13445: We already made the decision whether to include the dominfo andGünther Deschner2007-10-101-9/+7
* r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner2007-10-103-1/+13
* r13443: Fix the build.Günther Deschner2007-10-101-2/+2
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2007-10-108-76/+295
* r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison2007-10-104-3/+4
* r13436: Add in NET_SAM_LOGON_EX. Still needs testing.Jeremy Allison2007-10-101-12/+54
* r13434: Add stub for NET_SAM_LOGON_EX.Jeremy Allison2007-10-102-1/+43
* r13433: Get ready to implement NET_SAM_LOGON_EX.Jeremy Allison2007-10-102-0/+128
* r13427: Fix ctime -> st_ctime.Jeremy Allison2007-10-101-1/+1
* r13425: Revert all the "clever" compiler options checks. They brokeJames Peach2007-10-104-1178/+93
* r13424: Don't attempt to use cc -O2. This breaks the solaris build.James Peach2007-10-101-5/+5
* r13423: Write wrapper functions (and configure tests) so we canJeremy Allison2007-10-103-19/+145
* r13420: Support profile-guided optimisation in the build system. This isJames Peach2007-10-102-19/+139
* r13418: Formalise support for checking compiler options.James Peach2007-10-103-75/+1040
* r13417: Add .2 to the SONAME as version suffix if we link the nss modules onLars Müller2007-10-102-2/+5
* r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so.Lars Müller2007-10-101-2/+2
* r13412: Don't use arbitrary uint32 size for uid and gid storage. UseJeremy Allison2007-10-101-23/+22
* r13410: Dump a netbootGUID as a GUID.Günther Deschner2007-10-101-0/+1
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2007-10-105-9/+7
* r13408: Remove C++ comments (# 3494)Günther Deschner2007-10-101-2/+2
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-107-72/+84
* r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison2007-10-105-15/+77