gd/samba/.git
2007-10-10 Stefan Metzmacherr7575: - fix GetPrinterData() push side
2007-10-10 Stefan Metzmacherr7574: - seperate [in] and [out] buffers and buf_sizes
2007-10-10 Andrew Tridgellr7572: fixed filter in test suite
2007-10-10 Andrew Tridgellr7571: fixed the generation of the filter string for...
2007-10-10 Tim Potterr7570: Add tree, session and socket disconnect ejs...
2007-10-10 Tim Potterr7569: Fix typo in comments.
2007-10-10 Andrew Tridgellr7568: enable the NTLMSSP bulk data sign/seal code...
2007-10-10 Andrew Tridgellr7567: added wire parsing of NOT and extended ldap...
2007-10-10 Andrew Tridgellr7566: added support for LDAPString types in the asn...
2007-10-10 Andrew Tridgellr7565: fixed handling of sasl data in ldap server
2007-10-10 Andrew Tridgellr7564: added a test showing the search expression that...
2007-10-10 Derrell Lipmanr7562: work in progress
2007-10-10 Derrell Lipmanr7561: moved OID constants into ldb.h and used manifest...
2007-10-10 Andrew Tridgellr7560: added tests for extended bitop search functions
2007-10-10 Andrew Tridgellr7559: support 64 bit matching in bitops
2007-10-10 Andrew Tridgellr7558: added support in ldb for extended ldap search...
2007-10-10 Andrew Tridgellr7557: trigger a probe at tconx time to see if xattrs...
2007-10-10 Derrell Lipmanr7556: fixed typo in documentation
2007-10-10 Jelmer Vernooijr7552: Use ParseExpr() for [value] attributes; allows
2007-10-10 Stefan Metzmacherr7546: fix comment
2007-10-10 Stefan Metzmacherr7536: doesn't spam the smbd_log in the build_farm...
2007-10-10 Andrew Tridgellr7533: don't show compile flags for each file
2007-10-10 Andrew Bartlettr7531: Finally fix lp_load(). I had left hooks in...
2007-10-10 Andrew Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Andrew Tridgellr7528: cleaned up the QueryDisplayInfo_continue test
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr7526: make test should depend on the bins
2007-10-10 Andrew Bartlettr7525: Unify lp_load(), load_interfaces and logging...
2007-10-10 Andrew Tridgellr7524: make the ldap ASN.1 filter parse code go via...
2007-10-10 Andrew Tridgellr7523: blergh
2007-10-10 Andrew Tridgellr7522: added a ldb_filter_from_tree() function that...
2007-10-10 Andrew Bartlettr7521: Remove useless loops from SAMLOGON test, which...
2007-10-10 Andrew Bartlettr7520: Fix memory leak in hdb-ldb.c
2007-10-10 Andrew Tridgellr7519: rip the copy of the ldap expression parser out...
2007-10-10 Andrew Tridgellr7518: don't use an uninitialised ldb debug function...
2007-10-10 Andrew Tridgellr7517: handle zero length equality tests
2007-10-10 Andrew Tridgellr7516: make sure binary decoding gives us something...
2007-10-10 Andrew Tridgellr7515: merge in the binary encode/decode enhancements...
2007-10-10 Andrew Tridgellr7514: make the ldb_parse code not depend on a ldb_cont...
2007-10-10 Andrew Tridgellr7513: don't try to write to the smbd log file between...
2007-10-10 Andrew Tridgellr7510: fixed error code for using a bad tid.
2007-10-10 Andrew Bartlettr7509: With the update to Heimdal 20050612 we no longer...
2007-10-10 Andrew Bartlettr7508: Fix memory leak of outgoing packets in the KDC.
2007-10-10 Andrew Tridgellr7507: fixed the problem with users being shown too...
2007-10-10 Andrew Tridgellr7506: handle the case where cron does not setup $USER
2007-10-10 Tim Potterr7505: Add more argument forms for session_setup().
2007-10-10 Andrew Tridgellr7504: missed one
2007-10-10 Andrew Tridgellr7503: turn off the sleep test here too
2007-10-10 Andrew Tridgellr7502: the sleep test in echo is already run on the...
2007-10-10 Tim Potterr7501: Fix credential initialisation in ejs session...
2007-10-10 Tim Potterr7500: Initialise module subsystems.
2007-10-10 Andrew Tridgellr7499: ensure that the account we run tests as ("Admini...
2007-10-10 Derrell Lipmanr7498: ldb_sqlite3 work in progress
2007-10-10 Andrew Tridgellr7497: add timeouts to all rpc requests. The default...
2007-10-10 Andrew Tridgellr7496: removed an unused variable
2007-10-10 Andrew Tridgellr7495: used --maximum-runtime=300 for each smbtorture...
2007-10-10 Andrew Tridgellr7494: added --maximum-runtime to smbtorture as well...
2007-10-10 Andrew Tridgellr7493: add a --maximum-runtime option to smbd. If this...
2007-10-10 Stefan Metzmacherr7492: give better output
2007-10-10 Rafal Szczesniakr7491: libnet functions used in tests have different...
2007-10-10 Rafal Szczesniakr7490: Rename functions and prefices s/rpc_composite...
2007-10-10 Stefan Metzmacherr7489: just a cosmetic change
2007-10-10 Stefan Metzmacherr7488: update the mode in the struct too,
2007-10-10 Stefan Metzmacherr7487: check both files before and after setting the...
2007-10-10 Stefan Metzmacherr7486: fix for the build farm to display the panic...
2007-10-10 Andrew Tridgellr7485: - allow test_xxx.sh to run outside of 'make...
2007-10-10 Andrew Tridgellr7484: the previous bug can also affect the kdc
2007-10-10 Andrew Tridgellr7483: ensure we try reading from a socket if epoll...
2007-10-10 Tim Potterr7482: Rename smbcli_send_tconX() to smbcli_tconX(...
2007-10-10 Tim Potterr7481: Add a mprVarIsPtr macro.
2007-10-10 Derrell Lipmanr7480: ldb_sqlite3 work in progress
2007-10-10 Tim Potterr7479: ifdef out some more stuff to fix compiler warnings.
2007-10-10 Andrew Tridgellr7478: fixed a problem with a backgrounded smbd looping...
2007-10-10 Tim Potterr7477: Add MPR_TYPE_PTR to ejs_typeof().
2007-10-10 Andrew Tridgellr7476: ensure dgram sockets are created non-blocking...
2007-10-10 Andrew Tridgellr7475: removed RPC-SAMLOGON test until we get a lighter...
2007-10-10 Stefan Metzmacherr7469: fix typo
2007-10-10 Stefan Metzmacherr7468: create better output
2007-10-10 Stefan Metzmacherr7467: a little fix for the build-farm
2007-10-10 Stefan Metzmacherr7466: add RPC-SPOOLSS to the supported tests
2007-10-10 Stefan Metzmacherr7465: - return empty lists for now
2007-10-10 Stefan Metzmacherr7464: add newline to printf
2007-10-10 Stefan Metzmacherr7463: - move some more stuff into functions
2007-10-10 Stefan Metzmacherr7462: fix Enum* pushing, we need to send back a buffer...
2007-10-10 Andrew Tridgellr7461: this is the start of some code for mapping IDL...
2007-10-10 Andrew Tridgellr7460: fixed several problems with the socket wrapper...
2007-10-10 Andrew Tridgellr7459: fixed pvfs for the RAW-MUX test
2007-10-10 Stefan Metzmacherr7458: don't look at components[-1] :-)
2007-10-10 Tim Potterr7457: Return an ejs C pointer object from the ejs...
2007-10-10 Tim Potterr7456: Add a simple type that represents a pointer...
2007-10-10 Tim Potterr7455: Remove some talloc contexts that aren't used.
2007-10-10 Derrell Lipmanr7449: add ctype.h header to dn expand function
2007-10-10 Derrell Lipmanr7446: add distclean target to generated ldb makefile
2007-10-10 Derrell Lipmanr7443: reorg functions for readability
2007-10-10 Stefan Metzmacherr7442: skip tests that require smbd, but smbd is down
2007-10-10 Volker Lendecker7441: Get rid of // comments. Tridge, if this breaks...
2007-10-10 Derrell Lipmanr7438: work in progress
2007-10-10 Derrell Lipmanr7437: Make Simo happy.
2007-10-10 Volker Lendecker7436: As far as I see it, these are the last two ...
2007-10-10 Volker Lendecker7435: Another little step, sorry for the spam... :-)
next