summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison1-2/+8
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison5-60/+184
2007-10-10r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@ppp...Jeremy Allison2-94/+195
2007-10-10r1220: Revert last change. Apparently, NOTPARALLEL blocks all parallel buildsJelmer Vernooij1-1/+0
2007-10-10r1219: Don't make proto parallelJelmer Vernooij1-0/+1
2007-10-10r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison7-184/+518
2007-10-10r1214: Now compiles. Changed krb5_kt_free_entry to krb5_free_keytab_entry_con...Jeremy Allison1-12/+12
2007-10-10r1212: small change to prevent home directories added during the SMBsesssetup...Gerald Carter1-0/+6
2007-10-10r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke1-1/+4
2007-10-10r1195: Ensure libsmb/clikrb5.c compiles.Jeremy Allison1-2/+2
2007-10-10r1194: Definition of krb5_free_unparsed_name() if we do't have it.Jeremy Allison1-0/+7
2007-10-10r1193: Ensure we check for and use krb5_free_unparsed_name().Jeremy Allison3-3/+9
2007-10-10r1192: Fixed all memleaks/error code return path leaks I can find. Not sure i...Jeremy Allison1-42/+94
2007-10-10r1184: Keep latest changes... not compilable yet.Jeremy Allison1-13/+30
2007-10-10r1183: Updates to the code cleanup so I don't lose my changes...Jeremy Allison1-52/+62
2007-10-10r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. ...Jeremy Allison1-47/+77
2007-10-10r1180: New file - basis of new system keytab code.Jeremy Allison1-0/+434
2007-10-10r1179: Start of system keytab merge. Config tests.Jeremy Allison1-0/+35
2007-10-10r1175: Nowadays we actually do have local groups, so add the corresponding SI...Volker Lendecke1-8/+11
2007-10-10r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> toJeremy Allison1-0/+6
2007-10-10r1156: Ensure new remote arch of CIFSFS is seen.Jeremy Allison1-0/+3
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison13-33/+98
2007-10-10r1128: The end-of-file is not the end of the world, so don't make a load DEBU...Andrew Bartlett1-3/+7
2007-10-10r1127: Finding trusted domains is not so important as to require a DEBUG(1).Andrew Bartlett1-1/+1
2007-10-10r1126: Allow more flexible GSS-SPENGO client and server operation. TheAndrew Bartlett1-16/+18
2007-10-10r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)Andrew Bartlett2-7/+2
2007-10-10r1124: ntlm_auth memory leak fixes by James Wilkinson - jwilk@alumni.cse.ucsc...Andrew Bartlett1-0/+4
2007-10-10r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...Andrew Bartlett1-2/+0
2007-10-10r1121: Fix memory leak in the trans2 signing code.Andrew Bartlett1-2/+10
2007-10-10r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...Jeremy Allison2-11/+33
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison8-80/+203
2007-10-10r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errorsJelmer Vernooij2-1/+2
2007-10-10r1108: Index: pdb_ldap.cVolker Lendecke2-0/+18
2007-10-10r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this i...Volker Lendecke1-5/+9
2007-10-10r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2-1/+26
2007-10-10r1103: need to leave empty dacl so we can remove last ACEHerb Lewis1-5/+0
2007-10-10r1101: Implement 'rpcclient setprintername'.Volker Lendecke1-0/+71
2007-10-10r1097: Fix errno being incorrectly set. Noticed by Richard.Jeremy Allison1-0/+1
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison4-0/+20
2007-10-10r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison3-5/+17
2007-10-10r1087: BUG 1221: revert old change that used single and double quotes as deli...Gerald Carter2-3/+3
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison16-83/+974
2007-10-10r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter5-12/+12
2007-10-10r1007: merge from SAMBA_4_0:Stefan Metzmacher1-0/+5
2007-10-10r998: Arrrgggh. Do it right this time :-(.Jeremy Allison1-3/+3
2007-10-10r996: Fix error in change to queuing code (dlink).Jeremy Allison1-3/+3
2007-10-10r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for...Gerald Carter1-14/+17
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter10-55/+207
2007-10-10r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke2-1/+10
2007-10-10r988: When adding local aliases' gids to the user token, don't do a idmap_sid...Volker Lendecke1-11/+31