Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14865: - enforce timelimits for the tests | Stefan Metzmacher | 3 | -3/+7 |
2007-10-10 | r14863: try to make the generation of bin/timelimit more portable | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r14855: Various fixes: | Gerald Carter | 9 | -46/+72 |
2007-10-10 | r14849: Fix >= that should be >. Too strict condition | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r14847: Tell static checkers that exit_server() doesn't | Jeremy Allison | 2 | -5/+11 |
2007-10-10 | r14841: Fix IRIX build --with-pam. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14833: Fix resource leak on error code path. Coverity #280. | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r14831: Fix possible null deref. Coverity #279. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r14829: Fix reversed test in coverity fixes. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14825: add support for max connections parameter | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r14820: sync test_posix_p3.sh with test_posix.sh from samba4 | Stefan Metzmacher | 1 | -17/+28 |
2007-10-10 | r14809: - add my email address | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r14790: Fix possible null deref. Coverity #277. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r14788: Fix coverity bug #276. null deref. | Jeremy Allison | 1 | -1/+17 |
2007-10-10 | r14786: Fix coverity #275. null deref. | Jeremy Allison | 1 | -1/+8 |
2007-10-10 | r14784: Fix coverity bug #274. Null deref. | Jeremy Allison | 1 | -12/+33 |
2007-10-10 | r14782: Fix coverity bug #273, null deref. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r14780: Fix coverity bug #272, null deref. | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r14778: Fix coverity null deref bugs #268 - #271. | Jeremy Allison | 1 | -1/+24 |
2007-10-10 | r14776: Fix coverity #263 - #267. No one was checking talloc | Jeremy Allison | 1 | -7/+88 |
2007-10-10 | r14774: Fix null deref coverity bugs #260, #261, #262. | Jeremy Allison | 1 | -2/+13 |
2007-10-10 | r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-). | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r14770: Fix coverity bug #257. Possible null deref. | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r14768: Fix potential null deref coverity bugs #255, #256. | Jeremy Allison | 1 | -17/+25 |
2007-10-10 | r14766: Fix possible NULL deref. Coverity #254. | Jeremy Allison | 1 | -8/+9 |
2007-10-10 | r14764: Fix possible null pointer deref. Coverity #253. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r14763: Add a new tuning parameter, open files database hash size, | Jeremy Allison | 4 | -4/+11 |
2007-10-10 | r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r14758: Fix broken LDAP search filter. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14757: Make sure we only send out a CLDAP request to an connected AD server. | Günther Deschner | 1 | -4/+6 |
2007-10-10 | r14756: Make smbpasswd -a root work for eDirectory where there is no "account" | Günther Deschner | 1 | -5/+18 |
2007-10-10 | r14753: Fix the kerberized pam_auth: As we could have created a new credential | Günther Deschner | 1 | -14/+26 |
2007-10-10 | r14751: Use the noreturn attribute to try and tell coverity that | Jeremy Allison | 2 | -9/+21 |
2007-10-10 | r14748: store the name/ip address combination when we doa reverse look up in ... | Gerald Carter | 1 | -2/+11 |
2007-10-10 | r14746: Add the Samba4 replacements for opendir/readdir etc. to | Jeremy Allison | 6 | -8/+352 |
2007-10-10 | r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signals | Stefan Metzmacher | 1 | -3/+11 |
2007-10-10 | r14743: Fix coverity bug #227. Possible deref of null pointer | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r14703: Clarify the return codes for the POSIX locking case. This | Jeremy Allison | 2 | -3/+7 |
2007-10-10 | r14699: allow 'net sam addmem' to accept a SID for the member | Gerald Carter | 1 | -5/+19 |
2007-10-10 | r14698: Make sure we expand our own local groups and not | Gerald Carter | 1 | -1/+13 |
2007-10-10 | r14696: make pdb_find_backend_entry public (for use by an external "multi" pd... | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r14695: Patch from Björn Jacke: | Volker Lendecke | 2 | -8/+26 |
2007-10-10 | r14684: Remove obsolete file (belonged to pdb_xml) | Jelmer Vernooij | 1 | -46/+0 |
2007-10-10 | r14683: Get rid of hardcoded output file. With no arg, print to stdout, | Jim McDonough | 1 | -75/+59 |
2007-10-10 | r14682: Small cleanup in ads_verify_ticket. | Günther Deschner | 1 | -6/+5 |
2007-10-10 | r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there a | Jim McDonough | 1 | -14/+19 |
2007-10-10 | r14678: - we need to use 127.0.0.2/8 as interface for the server | Stefan Metzmacher | 6 | -18/+104 |
2007-10-10 | r14676: add make valgrindtest and remove old 'make check' and old 'make test' | Stefan Metzmacher | 1 | -39/+20 |
2007-10-10 | r14675: Protect against null sids and rids in the cached credentials functions. | Günther Deschner | 1 | -2/+28 |
2007-10-10 | r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD. | Günther Deschner | 3 | -1/+9 |