summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15243: Sorry for the breakage:Günther Deschner1-0/+9
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner2-1/+99
2007-10-10r15227: Fix a valgrind error. We are marshalling here, not unmarshalling.Volker Lendecke1-2/+1
2007-10-10r15216: Fix the build for machines without krb5. Oops, sorry.Jeremy Allison1-2/+2
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison1-10/+83
2007-10-10r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison2-4/+24
2007-10-10r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison1-4/+16
2007-10-10r15028: Fix logic error checking valid args to POSIX lockJeremy Allison1-1/+1
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison4-257/+124
2007-10-10r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman1-14/+89
2007-10-10r14645: No idea how this happened, fixing the build.Günther Deschner1-55/+0
2007-10-10r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner1-0/+110
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-1/+1
2007-10-10r14506: Remove remaining references to a KCM credential cache type.Günther Deschner1-1/+1
2007-10-10r14418: Try and fix Coverity #39 and #40 by making theJeremy Allison1-2/+10
2007-10-10r14355: Try and fix Coverity #158 by making the pointerJeremy Allison1-6/+8
2007-10-10r14279: Fix coverity #86, 87, 88, 89:Jim McDonough1-10/+27
2007-10-10r14241: Fix Coverity bug # 146Volker Lendecke1-1/+3
2007-10-10r14236: Fix Coverity bug # 90Volker Lendecke1-0/+1
2007-10-10r14235: Fix Coverity bug # 91Volker Lendecke1-0/+12
2007-10-10r14234: Fix Coverity bug # 93Volker Lendecke1-0/+1
2007-10-10r14218: Fix Coverity Bug # 2Volker Lendecke1-5/+0
2007-10-10r14158: Fix coverity CID #147 -- do not dereference pointers before checking ...Alexander Bokovoy1-2/+4
2007-10-10r14133: Fix Coverity bug # 140Volker Lendecke1-2/+2
2007-10-10r14022: Fix Coverity bug # 92Volker Lendecke1-0/+1
2007-10-10r13991: Fix Coverity bug # 69Volker Lendecke1-0/+1
2007-10-10r13987: Fix Coverity bug # 74. This tool is good...Volker Lendecke1-0/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison6-51/+34
2007-10-10r13893: Fix for Coverity issue CID #164. The first one that I don'tJeremy Allison1-0/+2
2007-10-10r13889: Fix resource leak on error path. Coverity bug CID #73.Jeremy Allison1-0/+1
2007-10-10r13763: r13223@cabra: derrell | 2006-02-28 20:48:23 -0500Derrell Lipman1-1/+5
2007-10-10r13761: r13221@cabra: derrell | 2006-02-28 20:40:56 -0500Derrell Lipman1-0/+11
2007-10-10r13676: have to return a value from a non-void functionGerald Carter1-1/+1
2007-10-10r13671: fix return value in (void)fn()Gerald Carter1-1/+1
2007-10-10r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison1-39/+6
2007-10-10r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison1-39/+107
2007-10-10r13614: First part of the bugfix for #3510 - net join failsJeremy Allison1-1/+7
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2-4/+4
2007-10-10r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2-5/+5
2007-10-10r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison1-9/+79
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison1-6/+19