summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r13502: Fix error messages for usershares when smbd is notJeremy Allison2-3/+14
2007-10-10r13495: Derell, I'm removing that double setup_logging(), just a typo.Günther Deschner1-1/+0
2007-10-10r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison1-5/+5
2007-10-10r13477: Fix code before declarationVolker Lendecke1-1/+2
2007-10-10r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2-29/+45
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2-62/+71
2007-10-10r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison1-0/+19
2007-10-10r13331: No I didn't have to change the interface version...Jeremy Allison1-22/+0
2007-10-10r13329: Fix libsmbsharemodes.so to work with the stored delete token.Jeremy Allison1-15/+23
2007-10-10r13322: Fix warning time_t != int.Jeremy Allison1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter11-64/+418
2007-10-10r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter3-146/+217
2007-10-10r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison1-0/+2
2007-10-10r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure weJeremy Allison1-2/+3
2007-10-10r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500Derrell Lipman2-50/+17
2007-10-10r13214: r12420@cabra: derrell | 2006-01-28 19:10:58 -0500Derrell Lipman1-44/+57
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-3/+3
2007-10-10r13211: Fix remote password changing if password must change is setVolker Lendecke1-1/+36
2007-10-10r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGOJeremy Allison1-1/+0
2007-10-10r13147: Raise creds_server_step fail log messages to debug level 2.Jeremy Allison1-1/+1
2007-10-10r13119: Fix for #1779 from William Jojo <jojowil@hvcc.edu>Jeremy Allison1-4/+6
2007-10-10r13020: Prevent cli_krb5_get_ticket of getting into an infite loop. This wholeGünther Deschner1-1/+4
2007-10-10r13015: Make logic much clearer. From jpeach.Jeremy Allison1-2/+2