summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17620: Fix two C++ Warnings and a memleakVolker Lendecke1-2/+6
2007-10-10r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison2-40/+84
2007-10-10r17606: Introduce krb5_to_ntstatus.Volker Lendecke1-0/+37
2007-10-10r17595: Fix from Ben Winslow <rain@bluecherry.net> to allowJeremy Allison1-0/+4
2007-10-10r17583: Change internal cli_session_setup functions to NTSTATUS.Volker Lendecke1-47/+56
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke4-60/+71
2007-10-10r17556: Remove duplicate entries. Thanks to Michael Adam <ma@sernet.de>Volker Lendecke1-2/+0
2007-10-10r17431: Fix bug #4003, reported by dale-keyword-samba.c7b741@codefu.org.Jeremy Allison1-0/+3
2007-10-10r17363: Some C++ warningsVolker Lendecke1-5/+8
2007-10-10r17333: Some C++ warningsVolker Lendecke8-22/+28
2007-10-10r17292: Try and fix bug #3967 - signing problems on transJeremy Allison2-43/+127
2007-10-10r17291: Fix memory leaks on early exit path.Jeremy Allison1-1/+5
2007-10-10r17262: After messages from Metze and traces from Karolin Seeger,Jeremy Allison1-5/+1
2007-10-10r17234: Fix error mappings for EQUOTA and ENOBUFS.Jeremy Allison1-1/+8
2007-10-10r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2-6/+45
2007-10-10r17162: Fix typo small typos noticed by Paul Green.Gerald Carter1-1/+1
2007-10-10r17124: fixed a bug which caused resolve_ads() to spin forever if one of theAndrew Tridgell1-11/+9
2007-10-10r17060: Some c++ warningsVolker Lendecke1-3/+4
2007-10-10r16962: Add a few utility fns into client. Allow POSIX capabilitiesJeremy Allison1-0/+53
2007-10-10r16960: Some warnings from host "opi"Volker Lendecke1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison9-220/+210
2007-10-10r16696: Fix the multiple-outstanding write and trans clientJeremy Allison1-2/+22
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-2/+2
2007-10-10r16630: Fix bug #3881, reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+0
2007-10-10r16606: Klocwork #1990. Malloc the correct size.Jeremy Allison1-2/+12
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-0/+6
2007-10-10r16552: Fix bug 3849.Derrell Lipman1-3/+3
2007-10-10r16550: Fix bug 3866. Thanks for the report!Derrell Lipman1-6/+41
2007-10-10r16541: Fix #3862 reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+0
2007-10-10r16458: Increase debuglevel of cli_rpc_pipe_close().Günther Deschner1-1/+1
2007-10-10r16435: Add in the uid info that Jerry needs into theJeremy Allison1-0/+1
2007-10-10r16363: Fix Klocwork ID 981 1652Volker Lendecke1-1/+5
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke3-4/+25
2007-10-10r16356: Helping derrell out. Jeremy.Jeremy Allison1-1/+1
2007-10-10r16306: Error handling in this asn1 code *sucks*. Fix a genericJeremy Allison2-8/+39
2007-10-10r16287: Use intptr_t to return an integer of an unknown type castJeremy Allison1-0/+4
2007-10-10r16269: Fix the build.Günther Deschner1-3/+3
2007-10-10r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls.Günther Deschner1-1/+58
2007-10-10r16249: Fix Klokwork ID 130Volker Lendecke1-1/+1
2007-10-10r16207: Ensure we don't allocate an OID string unlessJeremy Allison1-3/+11
2007-10-10r16202: Fix Klocwork #3. Strange - was already fixed in HEAD.Jeremy Allison1-2/+7
2007-10-10r16156: Fix storing NULL in the wrong place. Klocwork id's 127 and 128.Volker Lendecke1-2/+2
2007-10-10r15997: Fix bug in OS/2 Warp - it doesn't set the ff_lastJeremy Allison1-1/+1
2007-10-10r15755: Fix Coverity bug # 294. Apparently password can be NULL, but cli_sess...Volker Lendecke1-0/+4
2007-10-10r15681: fix segv in 'kinit && net ads join'Gerald Carter1-5/+3
2007-10-10r15611: Remove used but uninitialised variable "count".James Peach1-2/+2
2007-10-10r15610: Fix Coverity #288 - possible null deref.Jeremy Allison1-3/+11
2007-10-10r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke1-1/+3
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-53/+44
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-22/+29