summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1560: Not that anybody uses this stuff (yet...), but at least get it correct...Volker Lendecke1-1/+1
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett2-6/+6
2007-10-10r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett3-4/+4
2007-10-10r1428: Remove *completly bogus* memset. (No doubt my bug, too...).Andrew Bartlett1-2/+0
2007-10-10r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter1-1/+1
2007-10-10r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...Gerald Carter1-1/+3
2007-10-10r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...Jeremy Allison2-190/+203
2007-10-10r1287: Attempt to fix the build for systems without kerberos headers.Volker Lendecke1-3/+3
2007-10-10r1240: Ensure we don't shadow Heimdal globals.Jeremy Allison2-12/+12
2007-10-10r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison1-0/+11
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison1-3/+4
2007-10-10r1194: Definition of krb5_free_unparsed_name() if we do't have it.Jeremy Allison1-0/+7
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+18
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 Allison1-10/+24
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-2/+2
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison1-10/+27
2007-10-10r776: I should have just cut and pasted from my build area and I wouldHerb Lewis1-1/+1
2007-10-10r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis1-5/+1
2007-10-10r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe1-1/+1
2007-10-10r616: Bug #1333.Richard Sharpe1-2/+8
2007-10-10r588: Some fixes from coolo ...Richard Sharpe2-5/+15
2007-10-10r559: Some fixes from coolo ...Richard Sharpe1-2/+2
2007-10-10r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...Gerald Carter1-0/+6
2007-10-10r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...Jelmer Vernooij1-0/+3
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter1-1/+4
2007-10-10r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison1-1/+3
2007-10-10r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-2/+8
2007-10-10r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error codeJeremy Allison1-5/+9
2007-10-10r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.Jeremy Allison1-2/+2
2007-10-10r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...Gerald Carter1-1/+1
2007-10-10r446: Close the open NT pipes before the tdis.Volker Lendecke1-3/+3
2007-10-10r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...Richard Sharpe1-1/+1
2007-10-10r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp...Gerald Carter1-3/+1
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe1-4/+11
2007-10-10r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough1-17/+40
2007-10-10r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough1-12/+36
2007-10-10r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett3-43/+115
2007-10-10r148: Ensure we do not dereference a null pointer when we return the userAndrew Bartlett1-5/+17
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-3/+1
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-9/+10
2007-10-10r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett1-0/+28
2007-10-10r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy1-1/+5
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2-14/+14
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
2004-04-03Fix most of bug #169.Andrew Bartlett1-0/+43
2004-03-31fix typoHerb Lewis1-2/+2
2004-03-30Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison1-0/+6
2004-03-30Apply some constVolker Lendecke1-2/+2
2004-03-29Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison1-74/+163