Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19198: fix typo... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19196: merge from samba3: | Stefan Metzmacher | 6 | -25/+27 |
2007-10-10 | r19195: this should fix should workaround the broken | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r19188: merge from samba3: | Stefan Metzmacher | 6 | -14/+19 |
2007-10-10 | r19187: this function should be static... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19186: that doesn't help... | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r19180: with "export MAKE_TEST_KEEP_PCAP=yes" make test | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r19178: fix the standalone build of socket_wrapper by not using | Stefan Metzmacher | 1 | -9/+34 |
2007-10-10 | r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds. | Love Hörnquist Åstrand | 1 | -0/+2 |
2007-10-10 | r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing. | Love Hörnquist Åstrand | 1 | -0/+2 |
2007-10-10 | r19174: fix the test to pass against win2k3 server (username length | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r19173: see if HPUX 11.23 needs the same workaround as 11.11 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r19171: change the socket wrapper license to | Stefan Metzmacher | 2 | -36/+72 |
2007-10-10 | r19165: handle errors better for jsonrpc. generate an error object whenever ... | Derrell Lipman | 2 | -2/+46 |
2007-10-10 | r19162: Merge WERR code from Samba 3. | Günther Deschner | 2 | -0/+2 |
2007-10-10 | r19153: Simple consistency check for enumprinters level 2 as well | Volker Lendecke | 1 | -2/+18 |
2007-10-10 | r19152: A simple consistency check for enumprinters | Volker Lendecke | 1 | -5/+17 |
2007-10-10 | r19150: add a usefull tool to test the gdb_backtrace script | Stefan Metzmacher | 1 | -0/+42 |
2007-10-10 | r19149: ladebug needs to have the stoponattach flag set | Stefan Metzmacher | 1 | -6/+11 |
2007-10-10 | r19146: merge from samba3: | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r19142: ensure no race conditions during installation by having same name in ... | Derrell Lipman | 1 | -0/+12 |
2007-10-10 | r19139: typos; consitent ordering of operations | Derrell Lipman | 1 | -4/+6 |
2007-10-10 | r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0 | Volker Lendecke | 1 | -4/+7 |
2007-10-10 | r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19... | Volker Lendecke | 1 | -6/+12 |
2007-10-10 | r19131: merge from samba3: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19129: Add comment to clarify behavior | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r19128: - make the gdb_backtrace script more portable | Stefan Metzmacher | 1 | -19/+68 |
2007-10-10 | r19123: - pass LDFLAGS from configure to Makefile | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19122: merge from samba3: | Stefan Metzmacher | 1 | -4/+17 |
2007-10-10 | r19120: silence a warning about a test function | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19118: get rid of a bunch of bool misuse warnings | Andrew Tridgell | 1 | -19/+19 |
2007-10-10 | r19117: I've changed the checker wrapper on snab to allow for a | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r19116: fixed a checker warning | Andrew Tridgell | 1 | -4/+2 |
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 |