Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7546: fix comment | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7536: doesn't spam the smbd_log in the build_farm... | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r7533: don't show compile flags for each file | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7531: Finally fix lp_load(). I had left hooks in place which restricted us | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r7530: Simply calling convention of lp_load(). | Andrew Bartlett | 14 | -71/+20 |
2007-10-10 | r7528: cleaned up the QueryDisplayInfo_continue test | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 29 | -215/+264 |
2007-10-10 | r7526: make test should depend on the bins | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 15 | -93/+48 |
2007-10-10 | r7524: make the ldap ASN.1 filter parse code go via a struct | Andrew Tridgell | 1 | -77/+107 |
2007-10-10 | r7523: blergh | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_tree | Andrew Tridgell | 2 | -3/+57 |
2007-10-10 | r7521: Remove useless loops from SAMLOGON test, which speeds it up a lot. | Andrew Bartlett | 1 | -16/+17 |
2007-10-10 | r7520: Fix memory leak in hdb-ldb.c | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use | Andrew Tridgell | 5 | -426/+48 |
2007-10-10 | r7518: don't use an uninitialised ldb debug function when failing to load mod... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7517: handle zero length equality tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7516: make sure binary decoding gives us something we can run string functio... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7515: merge in the binary encode/decode enhancements from the libcli/ldap/ | Andrew Tridgell | 2 | -2/+69 |
2007-10-10 | r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot... | Andrew Tridgell | 3 | -16/+5 |
2007-10-10 | r7513: don't try to write to the smbd log file between tests. zeroing a file | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r7510: fixed error code for using a bad tid. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(), | Andrew Bartlett | 4 | -5/+2 |
2007-10-10 | r7508: Fix memory leak of outgoing packets in the KDC. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r7507: fixed the problem with users being shown too many times in acl | Andrew Tridgell | 2 | -3/+48 |
2007-10-10 | r7506: handle the case where cron does not setup $USER | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r7505: Add more argument forms for session_setup(). | Tim Potter | 1 | -1/+34 |
2007-10-10 | r7504: missed one | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7503: turn off the sleep test here too | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7502: the sleep test in echo is already run on the main rpc test, so no need... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7501: Fix credential initialisation in ejs session setup. Implement four | Tim Potter | 1 | -7/+127 |
2007-10-10 | r7500: Initialise module subsystems. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7499: ensure that the account we run tests as ("Administrator") maps to the | Andrew Tridgell | 3 | -3/+16 |
2007-10-10 | r7498: ldb_sqlite3 work in progress | Derrell Lipman | 2 | -44/+153 |
2007-10-10 | r7497: add timeouts to all rpc requests. The default timeout is 60 | Andrew Tridgell | 3 | -0/+49 |
2007-10-10 | r7496: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it | Andrew Tridgell | 9 | -12/+17 |
2007-10-10 | r7494: added --maximum-runtime to smbtorture as well. I have seen smbtorture | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then... | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r7492: give better output | Stefan Metzmacher | 1 | -2/+10 |
2007-10-10 | r7491: libnet functions used in tests have different names now. | Rafal Szczesniak | 3 | -24/+24 |
2007-10-10 | r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/ | Rafal Szczesniak | 6 | -47/+47 |
2007-10-10 | r7489: just a cosmetic change | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7488: update the mode in the struct too, | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r7487: check both files before and after setting the attribs on file1 | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r7486: fix for the build farm to display the panic messages and backtrace ins... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ... | Andrew Tridgell | 2 | -2/+12 |
2007-10-10 | r7484: the previous bug can also affect the kdc | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7483: ensure we try reading from a socket if epoll says we can, and don't | Andrew Tridgell | 4 | -4/+6 |
2007-10-10 | r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it | Tim Potter | 3 | -6/+5 |