Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19115: Add the mapping required between Samba4's AD schema OIDs and what | Andrew Bartlett | 1 | -0/+28 |
2007-10-10 | r19114: fixed another checker warning and a possible error on allocation | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r19113: fixed another checker warning. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19112: fixed a checker warning. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r19111: fixed basic web server operation | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19098: with | Stefan Metzmacher | 1 | -5/+20 |
2007-10-10 | r19097: add support for SUCKET_WRAPPER_PCAP_FILE | Stefan Metzmacher | 1 | -14/+306 |
2007-10-10 | r19092: active replica records cannot expire! | Stefan Metzmacher | 1 | -3/+16 |
2007-10-10 | r19091: merge from samba3: | Stefan Metzmacher | 1 | -4/+23 |
2007-10-10 | r19084: make socket_wrapper more portable (standalone) and not use uintX_t | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r19082: add the source vs. destination address and tcp logic | Stefan Metzmacher | 1 | -0/+242 |
2007-10-10 | r19079: talloc_array can fail | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19076: ldb_dn_copy_partial can fail | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19075: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19074: Merge from 3_0: Fix a potential NULL dereference. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19069: The sequence number is a 64 bit unsigned integer | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19068: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19063: merge from samba3 | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r19059: allow dash in URLs | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suite | Derrell Lipman | 6 | -147/+258 |
2007-10-10 | r19053: match the flag values with the actual equivalents in samr.idl | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r19052: clarify what actually does what | Derrell Lipman | 1 | -1/+3 |
2007-10-10 | r19051: JSON-RPC server work-in-progress. It's almost working. | Derrell Lipman | 6 | -68/+102 |
2007-10-10 | r19049: Samba 3 client fixes | Gerald Carter | 1 | -1/+18 |
2007-10-10 | r19048: ensure our memory gets cleaned up even upon exception | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r19036: add LOCAL-REPLACE and reorder the testlist | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r19035: add LOCAL-REPLACE test | Stefan Metzmacher | 2 | -0/+3 |
2007-10-10 | r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtorture | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r19032: let the getdents replacement fail and see what the build-farm says. | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r19029: test if opendir() on a file sets errno = ENOTDIR | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r19027: Modify RPC-SAMBA3-SPOOLSS so that it can be activated in the build farm | Volker Lendecke | 1 | -5/+76 |
2007-10-10 | r19025: - remove read-only and policy dependent fields and flags | Rafal Szczesniak | 3 | -93/+81 |
2007-10-10 | r19024: remove read-only and policy dependent fields and flags | Rafal Szczesniak | 5 | -129/+40 |
2007-10-10 | r19023: lets see what the build-farm says about trying the | Stefan Metzmacher | 1 | -22/+22 |
2007-10-10 | r19022: eliminate a warning | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r19021: match the prototype for a trigger function | Derrell Lipman | 1 | -2/+2 |
2007-10-10 | r19020: move jsonrpc_include to a more appropriate location in the file, and ... | Derrell Lipman | 1 | -13/+17 |
2007-10-10 | r19019: Add a parser for javascript literals. This is implemented for parsin... | Derrell Lipman | 3 | -3/+704 |
2007-10-10 | r19017: Merge from Samba3: | Volker Lendecke | 2 | -0/+24 |
2007-10-10 | r19009: ensure that data values from ldap libs are null terminated, to allow | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r18999: merge from samba3: | Stefan Metzmacher | 2 | -10/+9 |
2007-10-10 | r18997: we have a replacement for vsyslog in libreplace so libroken doesn't n... | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r18995: - fix bug 4078 | Stefan Metzmacher | 2 | -12/+37 |
2007-10-10 | r18994: - torture_register_suite should be public | Stefan Metzmacher | 1 | -6/+3 |
2007-10-10 | r18992: prepare SOCKET_WRAPPER_PCAP_FILE support | Stefan Metzmacher | 1 | -29/+83 |
2007-10-10 | r18991: Fix bug 4133 -- Thanks to Olaf Flebbe | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r18989: Fixes found by these two LDAP testsuites: | Andrew Bartlett | 3 | -5/+47 |
2007-10-10 | r18979: With these extra indexes (also added for the normal case) and a | Andrew Bartlett | 3 | -2/+35 |
2007-10-10 | r18978: Fix bug found by: | Andrew Bartlett | 1 | -3/+13 |
2007-10-10 | r18977: Seperate these asserts, so we know which fired. | Andrew Bartlett | 1 | -1/+2 |