summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.Jeremy Allison1-1/+6
2007-10-10r1287: Attempt to fix the build for systems without kerberos headers.Volker Lendecke1-3/+3
2007-10-10r1285: Put variable definitions into a block before the statements...Volker Lendecke1-1/+1
2007-10-10r1283: Fix typoVolker Lendecke1-1/+1
2007-10-10r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...Volker Lendecke1-3/+5
2007-10-10r1263: Make "defer sharing violations" a global parameter.Jeremy Allison4-6/+32
2007-10-10r1260: Added new parameter in the protocol section. "defer sharing violations",Jeremy Allison2-0/+12
2007-10-10r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison1-9/+165
2007-10-10r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison1-1/+11
2007-10-10r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison2-7/+12
2007-10-10r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to preventJeremy Allison1-4/+8
2007-10-10r1247: Final fix to make this compile on Heimdal.Jeremy Allison2-22/+43
2007-10-10r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison1-2/+2
2007-10-10r1244: More Heimdal compile fixes.Jeremy Allison1-3/+9
2007-10-10r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a stru...Jeremy Allison1-16/+34
2007-10-10r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).Jeremy Allison1-3/+2
2007-10-10r1240: Ensure we don't shadow Heimdal globals.Jeremy Allison3-13/+13
2007-10-10r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@se...Volker Lendecke1-1/+1
2007-10-10r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison5-10/+34
2007-10-10r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter2-1/+9
2007-10-10r1224: Fix longstanding memleak bug with logfile name being set before lp_load()Jeremy Allison1-0/+7
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