Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17909: ensure we do not call map_username() twice on Krb5 session setups | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r17906: Port the snprintf bugfix from 4. I wonder why we never hit this.... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17903: Fix null deref caught by Stanford checker. Don't | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r17902: Fix possible null deref caught by Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17901: Stanford checker fix. cookie here can't be null or we'd | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_name | Jeremy Allison | 1 | -62/+62 |
2007-10-10 | r17899: Fix Stanford checker bug - possible null deref. | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r17897: Store the uid in the memory creds. Don't request the | Jeremy Allison | 4 | -11/+27 |
2007-10-10 | r17896: Reformatting. I did not want to do it anymore, but these ones looked ... | Volker Lendecke | 1 | -12/+19 |
2007-10-10 | r17881: Another microstep towards better error reporting: Make get_sorted_dc_... | Volker Lendecke | 5 | -23/+43 |
2007-10-10 | r17880: On host "tridge" in the build farm the tests fail because smbd hangs ... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r17879: Make it explicit that we can never pass NULL for buflen or stringlen. | Jeremy Allison | 1 | -6/+2 |
2007-10-10 | r17878: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r17877: Make it explicit to the checker that we can never pass | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r17875: Fix (rather theoretical, but still...) null deref found by | Jeremy Allison | 1 | -8/+11 |
2007-10-10 | r17874: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17873: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r17872: Fix possible null deref found by the Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17869: More sensible fix for Stanford Checker null deref. | Jeremy Allison | 1 | -4/+2 |
2007-10-10 | r17867: Fix null deref in error code path. Found by the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r17866: Fix possible null deref - found by Stanford checker. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17865: Fix what the Stanford checker reported as a possible | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17864: Fix possible null deref if client doesn't give us | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r17863: Fix unneeded NULL check on pointer parameters causing the | Jeremy Allison | 1 | -7/+2 |
2007-10-10 | r17862: Fix possible NULL deref (like rev 17861) found by the | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17861: Fix inconsistency found in checking for NULL in DLIST_REMOVE | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17855: Fix the build on systems without LDAP | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r17854: Steal the LDAP in NTSTATUS trick from Samba4 | Volker Lendecke | 4 | -16/+39 |
2007-10-10 | r17853: Fix an uninitialized variable (m_time2). Jeremy, please check. | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r17852: Remove a pointless NULL assignment | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r17851: Fix a warning & attempt to fix the Tru64 build | Volker Lendecke | 2 | -1/+25 |
2007-10-10 | r17850: Another dummy checkin for the build farm to retry | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17847: Dummy commit | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17845: Remove a Solaris warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17837: Split out the storing of memory cached credentials | Jeremy Allison | 4 | -201/+422 |
2007-10-10 | r17836: Don't create zombies in the children, thanks to Jeremy! | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r17835: Fix Coverity bugs 306, 309, 310. | Volker Lendecke | 3 | -7/+2 |
2007-10-10 | r17834: Another bug found by Volker's tests in the build farm ! | Jeremy Allison | 1 | -7/+1 |
2007-10-10 | r17833: Next step to fix the build farm. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17832: Fix bug 4050 | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin... | Volker Lendecke | 2 | -1/+7 |
2007-10-10 | r17819: Add some more ignores. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r17818: Fixup uint64 time calc. NT time is a 64 bit number, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r17817: Disable compilation of LIBNDR (it uses uint64_t). | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ... | Jelmer Vernooij | 1 | -31/+37 |
2007-10-10 | r17815: Revert Volker's change in 16014. I really do not believe | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r17814: Add .bzrignore file | Jelmer Vernooij | 1 | -0/+26 |
2007-10-10 | r17813: Remove another instance of manually setting the group SID. | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r17810: Use datarootdir variable generated by newer autoconf versions. (fixes... | Jelmer Vernooij | 1 | -0/+1 |