summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison3-23/+39
2007-10-10r13497: Fix #3508 from jason@ncac.gwu.eduJeremy Allison1-4/+8
2007-10-10r13495: Derell, I'm removing that double setup_logging(), just a typo.Günther Deschner1-1/+0
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke17-1467/+1066
2007-10-10r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke1-1/+3
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner5-12/+61
2007-10-10r13491: Fix bug # 3498 from jason@ncac.gwu.edu. Unsigned comparisonJeremy Allison1-2/+2
2007-10-10r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison1-5/+5
2007-10-10r13486: Two more -- fix bug 3503Volker Lendecke2-0/+4
2007-10-10r13484: Add missing semi-colon.James Peach1-1/+1
2007-10-10r13482: Push the FAM notification file descriptor into the selectJames Peach7-28/+60
2007-10-10r13477: Fix code before declarationVolker Lendecke1-1/+2
2007-10-10r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison1-1/+1
2007-10-10r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2-29/+45
2007-10-10r13460: by popular demand....Gerald Carter14-1508/+344
2007-10-10r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison4-5/+455
2007-10-10r13456: Add lsa_lookup_names2.Jeremy Allison3-1/+122
2007-10-10r13455: Prepare to add lookupnames2.Jeremy Allison5-27/+221
2007-10-10r13451: Fix build warning.Günther Deschner1-6/+1
2007-10-10r13449: Ensure we don't crash if no dc struct on pipe.Jeremy Allison3-1/+9
2007-10-10r13448: Fix the build (again).Günther Deschner1-1/+1
2007-10-10r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison5-88/+631
2007-10-10r13445: We already made the decision whether to include the dominfo andGünther Deschner1-9/+7
2007-10-10r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner3-1/+13
2007-10-10r13443: Fix the build.Günther Deschner1-2/+2
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner8-76/+295
2007-10-10r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison4-3/+4
2007-10-10r13436: Add in NET_SAM_LOGON_EX. Still needs testing.Jeremy Allison1-12/+54
2007-10-10r13434: Add stub for NET_SAM_LOGON_EX.Jeremy Allison2-1/+43
2007-10-10r13433: Get ready to implement NET_SAM_LOGON_EX.Jeremy Allison2-0/+128
2007-10-10r13427: Fix ctime -> st_ctime.Jeremy Allison1-1/+1
2007-10-10r13425: Revert all the "clever" compiler options checks. They brokeJames Peach4-1178/+93
2007-10-10r13424: Don't attempt to use cc -O2. This breaks the solaris build.James Peach1-5/+5
2007-10-10r13423: Write wrapper functions (and configure tests) so we canJeremy Allison3-19/+145
2007-10-10r13420: Support profile-guided optimisation in the build system. This isJames Peach2-19/+139
2007-10-10r13418: Formalise support for checking compiler options.James Peach3-75/+1040
2007-10-10r13417: Add .2 to the SONAME as version suffix if we link the nss modules onLars Müller2-2/+5
2007-10-10r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so.Lars Müller1-2/+2
2007-10-10r13412: Don't use arbitrary uint32 size for uid and gid storage. UseJeremy Allison1-23/+22
2007-10-10r13410: Dump a netbootGUID as a GUID.Günther Deschner1-0/+1
2007-10-10r13409: No functional changes, just some DEBUG cleanup.Günther Deschner5-9/+7
2007-10-10r13408: Remove C++ comments (# 3494)Günther Deschner1-2/+2
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison7-72/+84
2007-10-10r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison5-15/+77
2007-10-10r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison4-14/+101
2007-10-10r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke1-0/+12
2007-10-10r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter4-4/+5
2007-10-10r13391: Only fall into password change when ACB_PWNOEXP is not setGünther Deschner1-2/+2
2007-10-10r13389: get_ldap_filter is only used once, make it staticVolker Lendecke1-1/+1
2007-10-10r13386: Fix parsing of SAMR_Q_CONNECT_ANON.Jeremy Allison2-10/+8