Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15997: Fix bug in OS/2 Warp - it doesn't set the ff_last | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15755: Fix Coverity bug # 294. Apparently password can be NULL, but cli_sess... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r15681: fix segv in 'kinit && net ads join' | Gerald Carter | 1 | -5/+3 |
2007-10-10 | r15611: Remove used but uninitialised variable "count". | James Peach | 1 | -2/+2 |
2007-10-10 | r15610: Fix Coverity #288 - possible null deref. | Jeremy Allison | 1 | -3/+11 |
2007-10-10 | r15589: While trying to understand the vuid code I found that security=share ... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r15543: New implementation of 'net ads join' to be more like Windows XP. | Gerald Carter | 1 | -53/+44 |
2007-10-10 | r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for | Gerald Carter | 1 | -22/+29 |
2007-10-10 | r15243: Sorry for the breakage: | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r15240: Correctly disallow unauthorized access when logging on with the | Günther Deschner | 2 | -1/+99 |
2007-10-10 | r15227: Fix a valgrind error. We are marshalling here, not unmarshalling. | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r15216: Fix the build for machines without krb5. Oops, sorry. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 1 | -10/+83 |
2007-10-10 | r15162: Patch for bug #3668. Windows has a bug with LARGE_READX | Jeremy Allison | 2 | -4/+24 |
2007-10-10 | r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. | Jeremy Allison | 1 | -4/+16 |
2007-10-10 | r15028: Fix logic error checking valid args to POSIX lock | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 4 | -257/+124 |
2007-10-10 | r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500 | Derrell Lipman | 1 | -14/+89 |
2007-10-10 | r14645: No idea how this happened, fixing the build. | Günther Deschner | 1 | -55/+0 |
2007-10-10 | r14643: Merge dcerpc_errstr from Samba 4. | Günther Deschner | 1 | -0/+110 |
2007-10-10 | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14506: Remove remaining references to a KCM credential cache type. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14418: Try and fix Coverity #39 and #40 by making the | Jeremy Allison | 1 | -2/+10 |
2007-10-10 | r14355: Try and fix Coverity #158 by making the pointer | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r14279: Fix coverity #86, 87, 88, 89: | Jim McDonough | 1 | -10/+27 |
2007-10-10 | r14241: Fix Coverity bug # 146 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r14236: Fix Coverity bug # 90 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r14235: Fix Coverity bug # 91 | Volker Lendecke | 1 | -0/+12 |
2007-10-10 | r14234: Fix Coverity bug # 93 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r14218: Fix Coverity Bug # 2 | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r14158: Fix coverity CID #147 -- do not dereference pointers before checking ... | Alexander Bokovoy | 1 | -2/+4 |
2007-10-10 | r14133: Fix Coverity bug # 140 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r14022: Fix Coverity bug # 92 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13991: Fix Coverity bug # 69 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13987: Fix Coverity bug # 74. This tool is good... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 6 | -51/+34 |
2007-10-10 | r13893: Fix for Coverity issue CID #164. The first one that I don't | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13889: Fix resource leak on error path. Coverity bug CID #73. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13763: r13223@cabra: derrell | 2006-02-28 20:48:23 -0500 | Derrell Lipman | 1 | -1/+5 |
2007-10-10 | r13761: r13221@cabra: derrell | 2006-02-28 20:40:56 -0500 | Derrell Lipman | 1 | -0/+11 |
2007-10-10 | r13676: have to return a value from a non-void function | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13671: fix return value in (void)fn() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead. | Jeremy Allison | 1 | -39/+6 |
2007-10-10 | r13664: Fix the cli_error codes to always detect a socket error. | Jeremy Allison | 1 | -39/+107 |
2007-10-10 | r13614: First part of the bugfix for #3510 - net join fails | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 2 | -4/+4 |
2007-10-10 | r13553: Fix all our warnings at -O6 on an x86_64 box. | Jeremy Allison | 2 | -5/+5 |
2007-10-10 | r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart... | Jeremy Allison | 1 | -9/+79 |
2007-10-10 | r13519: Fix the credentials chaining across netlogon pipe disconnects. | Jeremy Allison | 1 | -6/+19 |
2007-10-10 | r13502: Fix error messages for usershares when smbd is not | Jeremy Allison | 2 | -3/+14 |