summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13528: Mention the tools and commandline option names used.Lars Müller1-2/+2
2007-10-10r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller1-3/+7
2007-10-10r13526: Remove superfuous extra spaces at EOL.Lars Müller1-8/+8
2007-10-10r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller1-8/+9
2007-10-10r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller4-56/+85
2007-10-10r13523: Fix indent.Günther Deschner1-13/+13
2007-10-10r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner4-45/+132
2007-10-10r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison3-30/+259
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison4-68/+163
2007-10-10r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke1-1/+1
2007-10-10r13515: Make sure to store the correct domain name in the server affinity cache.Gerald Carter1-1/+1
2007-10-10r13513: Changing defaults:Gerald Carter1-16/+2
2007-10-10r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter1-326/+281
2007-10-10r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter1-0/+11
2007-10-10r13510: plug memory leak in WINS server code.Gerald Carter1-0/+5
2007-10-10r13509: remove unnecessary sql flagsGerald Carter1-2/+0
2007-10-10r13502: Fix error messages for usershares when smbd is notJeremy Allison4-20/+53
2007-10-10r13500: Fix ordering of FD_* arguments.James Peach1-10/+6
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