Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8122: more fixes from testing dos error code handling against w2k3 | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r8121: yuck. w2k3 seems to choose ERRDOS:ERRbaduid or | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8118: remove a debugging hack that should not have been in the last commit | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8117: fixed a bunch more dos error code handing. | Andrew Tridgell | 8 | -35/+34 |
2007-10-10 | r8112: Remove extra headers, and add #ifdef to allow the 'not yet using | Andrew Bartlett | 1 | -3/+13 |
2007-10-10 | r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are | Andrew Bartlett | 3 | -2/+257 |
2007-10-10 | r8107: now that we properly separate DOS and NT status codes all the places | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8104: - added support for our client library to not negotiate nt status code... | Andrew Tridgell | 2 | -21/+12 |
2007-10-10 | r8099: clean up after BASE-TCON | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r8094: Fix compiler warnings. | Rafal Szczesniak | 1 | -9/+33 |
2007-10-10 | r8081: Add simple test for RpcConnect function. | Rafal Szczesniak | 3 | -1/+98 |
2007-10-10 | r8080: Use libnet_context where using libnet_Lookup functions now. | Rafal Szczesniak | 1 | -6/+19 |
2007-10-10 | r8079: Dcerpc pipe in libnet_context is just pipe now, instead of explicit samr. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r8058: added testing of delete on close for files and directories | Andrew Tridgell | 2 | -4/+88 |
2007-10-10 | r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerData | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r8051: separate out the MAX EAs test, as it fills disk too much to be run reg... | Andrew Tridgell | 2 | -2/+30 |
2007-10-10 | r8050: - make use of more [value()] properties | Stefan Metzmacher | 1 | -9/+0 |
2007-10-10 | r8046: - add somemore failure checks in the RPC-SPOOLSS test | Stefan Metzmacher | 1 | -4/+29 |
2007-10-10 | r8004: added a maximum EAs size test from Kukks. | Andrew Tridgell | 1 | -1/+228 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r7901: check if system supports UTF-16LE at all in LOCAL-ICONV test | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r7899: fixed a crash bug in the RAW-CONTEXT test | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r7898: don't die on bad iconv libs in LOCAL-ICONV test | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r7864: fixed some const bugs | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7858: removed some unused variables | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r7816: Implementation of "shortcut" function for those (probably many) who | Rafal Szczesniak | 2 | -4/+56 |
2007-10-10 | r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP) | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r7738: It's actually an API function test. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r7737: Test for libnet_Lookup function. | Rafal Szczesniak | 3 | -0/+54 |
2007-10-10 | r7704: - fixed open_nbt_connection() to return NULL when the connection failed | Andrew Tridgell | 4 | -10/+13 |
2007-10-10 | r7689: Add new file from previous commit (seperate file for session key test). | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7686: Check for a type of invalid account name. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7685: Simply the test for session key logic, so we pass against NT4. | Andrew Bartlett | 2 | -34/+191 |
2007-10-10 | r7684: Add a test aimed at checking we have agreement between client and | Andrew Bartlett | 2 | -0/+35 |
2007-10-10 | r7675: Use correct memory context for anonymous session setup auth context | Andrew Bartlett | 1 | -0/+21 |
2007-10-10 | r7657: test addone again after request timeout and destruction to ensure the ... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r7656: added testing of rpc request timeouts and destruction | Andrew Tridgell | 1 | -0/+62 |
2007-10-10 | r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET test | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7650: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7642: - test NULL server_name in GetPrinterDriverDirectory() too, (same resu... | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 14 | -20/+21 |
2007-10-10 | r7628: Unused variables. | Tim Potter | 1 | -4/+0 |
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 2 | -93/+81 |
2007-10-10 | r7593: simplified the memory management in the ldap code. Having a mem_ctx | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7580: - add GetPrinterDriverDirectory() idl, torture test and server code | Stefan Metzmacher | 1 | -5/+79 |
2007-10-10 | r7574: - seperate [in] and [out] buffers and buf_sizes | Stefan Metzmacher | 1 | -90/+50 |
2007-10-10 | r7530: Simply calling convention of lp_load(). | Andrew Bartlett | 5 | -5/+5 |
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 | 1 | -1/+2 |