summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r7524: make the ldap ASN.1 filter parse code go via a structAndrew Tridgell2007-10-101-77/+107
* r7523: blerghAndrew Tridgell2007-10-101-1/+6
* r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_treeAndrew Tridgell2007-10-102-3/+57
* r7521: Remove useless loops from SAMLOGON test, which speeds it up a lot.Andrew Bartlett2007-10-101-16/+17
* r7520: Fix memory leak in hdb-ldb.cAndrew Bartlett2007-10-101-0/+3
* r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell2007-10-105-426/+48
* r7518: don't use an uninitialised ldb debug function when failing to load mod...Andrew Tridgell2007-10-101-0/+2
* r7517: handle zero length equality testsAndrew Tridgell2007-10-101-1/+1
* r7516: make sure binary decoding gives us something we can run string functio...Andrew Tridgell2007-10-101-1/+2
* r7515: merge in the binary encode/decode enhancements from the libcli/ldap/Andrew Tridgell2007-10-102-2/+69
* r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell2007-10-103-16/+5
* r7513: don't try to write to the smbd log file between tests. zeroing a fileAndrew Tridgell2007-10-101-2/+0
* r7510: fixed error code for using a bad tid.Andrew Tridgell2007-10-101-1/+1
* r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(),Andrew Bartlett2007-10-104-5/+2
* r7508: Fix memory leak of outgoing packets in the KDC.Andrew Bartlett2007-10-101-0/+3
* r7507: fixed the problem with users being shown too many times in aclAndrew Tridgell2007-10-102-3/+48
* r7506: handle the case where cron does not setup $USERAndrew Tridgell2007-10-101-1/+4
* r7505: Add more argument forms for session_setup().Tim Potter2007-10-101-1/+34
* r7504: missed oneAndrew Tridgell2007-10-101-1/+1
* r7503: turn off the sleep test here tooAndrew Tridgell2007-10-101-1/+1
* r7502: the sleep test in echo is already run on the main rpc test, so no need...Andrew Tridgell2007-10-101-4/+4
* r7501: Fix credential initialisation in ejs session setup. Implement fourTim Potter2007-10-101-7/+127
* r7500: Initialise module subsystems.Tim Potter2007-10-101-0/+2
* r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell2007-10-103-3/+16
* r7498: ldb_sqlite3 work in progressDerrell Lipman2007-10-102-44/+153
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-103-0/+49
* r7496: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell2007-10-109-12/+17
* r7494: added --maximum-runtime to smbtorture as well. I have seen smbtortureAndrew Tridgell2007-10-101-0/+19
* r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then...Andrew Tridgell2007-10-101-0/+22
* r7492: give better outputStefan Metzmacher2007-10-101-2/+10
* r7491: libnet functions used in tests have different names now.Rafal Szczesniak2007-10-103-24/+24
* r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/Rafal Szczesniak2007-10-106-47/+47
* r7489: just a cosmetic changeStefan Metzmacher2007-10-101-1/+1
* r7488: update the mode in the struct too,Stefan Metzmacher2007-10-101-1/+2
* r7487: check both files before and after setting the attribs on file1Stefan Metzmacher2007-10-101-0/+7
* r7486: fix for the build farm to display the panic messages and backtrace ins...Stefan Metzmacher2007-10-101-2/+2
* r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ...Andrew Tridgell2007-10-102-2/+12
* r7484: the previous bug can also affect the kdcAndrew Tridgell2007-10-101-1/+2
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-104-4/+6
* r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get itTim Potter2007-10-103-6/+5
* r7481: Add a mprVarIsPtr macro.Tim Potter2007-10-101-0/+2
* r7480: ldb_sqlite3 work in progressDerrell Lipman2007-10-102-15/+109
* r7479: ifdef out some more stuff to fix compiler warnings.Tim Potter2007-10-101-1/+3
* r7478: fixed a problem with a backgrounded smbd looping to handle continuousAndrew Tridgell2007-10-101-0/+3
* r7477: Add MPR_TYPE_PTR to ejs_typeof().Tim Potter2007-10-101-1/+2
* r7476: ensure dgram sockets are created non-blocking. As they usually skipAndrew Tridgell2007-10-101-0/+6
* r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It isAndrew Tridgell2007-10-101-3/+3
* r7469: fix typoStefan Metzmacher2007-10-101-1/+1
* r7468: create better outputStefan Metzmacher2007-10-101-1/+1