Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a char | Tim Potter | 1 | -2/+2 |
2007-10-10 | r6211: Use cli_credentials_set_{domain,username,password}() to fill in | Tim Potter | 1 | -1/+18 |
2007-10-10 | r6210: Call cli_credentials_set_conf() when initialising credentials in | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6209: started added code to support mailslot requests over UDP/138 | Andrew Tridgell | 5 | -14/+384 |
2007-10-10 | r6208: Add cli_credentials support for swig wrappers. For the moment it | Tim Potter | 4 | -8/+12 |
2007-10-10 | r6207: - clean up source topdir | Stefan Metzmacher | 21 | -1120/+4 |
2007-10-10 | r6206: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc only | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r6197: fix for my last commit, I removed SPOOLSS_ARCHITECTURE, which was "Arc... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r6196: Make the comparisons consistent with in the same expression. | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong. | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r6194: - fix some spoolss_*Form names and types | Stefan Metzmacher | 2 | -52/+142 |
2007-10-10 | r6193: we don't need to store the handle type here, | Stefan Metzmacher | 2 | -3/+1 |
2007-10-10 | r6192: remove handle->destroy function pointer, this should be done by talloc... | Stefan Metzmacher | 2 | -5/+0 |
2007-10-10 | r6191: fix spoolss_Enum* push code | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r6190: fix gensize on unions | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r6189: move function to the right place | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r6188: correct fix for rev 6182 | Stefan Metzmacher | 1 | -6/+2 |
2007-10-10 | r6187: 1. Make sure that we don't try to delete . and .. in a more portable way. | Richard Sharpe | 1 | -10/+34 |
2007-10-10 | r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI | Andrew Tridgell | 2 | -1/+9 |
2007-10-10 | r6184: the beginnings of the libcli/dgram/ library, and the dgram | Andrew Tridgell | 7 | -3/+319 |
2007-10-10 | r6182: Jelmer, I think we need to initialize the switch_list, else we are | Richard Sharpe | 1 | -0/+4 |
2007-10-10 | r6181: Use ndr_print_set_switch_value() here as well. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 3 | -24/+24 |
2007-10-10 | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 4 | -9/+951 |
2007-10-10 | r6178: fix ncacn_np connection without sign or seal against NT4 | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r6177: Use here documents instead of print() statements to generate the | Tim Potter | 1 | -144/+164 |
2007-10-10 | r6165: fixed up the userinfo composite code. Fixes include: | Andrew Tridgell | 3 | -71/+53 |
2007-10-10 | r6164: More comments in the code. | Rafal Szczesniak | 1 | -2/+49 |
2007-10-10 | r6159: Move some more general ndr stuff (alignment calculations) to ndr.pm | Jelmer Vernooij | 2 | -106/+85 |
2007-10-10 | r6150: fixed a few socket_wrapper bugs. | Andrew Tridgell | 1 | -35/+80 |
2007-10-10 | r6148: Add a showflags target to display the various compiler flags a la | Tim Potter | 1 | -0/+7 |
2007-10-10 | r6147: The maxfd was being recalculated on every event loop, which made us | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r6144: Apparently there are more systems that have AF_UNIX then | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r6143: Put compression support in the subcontext handling functions rather | Jelmer Vernooij | 1 | -45/+36 |
2007-10-10 | r6140: - Add configure option for enabling the socket-wrapper library, so it | Jelmer Vernooij | 4 | -24/+50 |
2007-10-10 | r6139: Move socket_wrapper to a seperate directory | Jelmer Vernooij | 6 | -9/+9 |
2007-10-10 | r6135: - make use of the new dom_sid28 type | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si... | Stefan Metzmacher | 2 | -1/+68 |
2007-10-10 | r6132: allow up to 15 sub_auth in a dom_sid | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6131: decompression of DsGetNCChanges level 2 responses works now | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r6130: More work on the NDR tree generator | Jelmer Vernooij | 1 | -1/+260 |
2007-10-10 | r6129: - add our own MSZIP decompression implementation | Stefan Metzmacher | 8 | -151/+776 |
2007-10-10 | r6128: fix the build | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r6118: Make it so that we can do --with-zlib=no in configure and also a couple | Richard Sharpe | 3 | -23/+38 |
2007-10-10 | r6115: don't try to decompress level 7 buffers yet | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r6114: the marker is const and is 0x434B 'CK' | Stefan Metzmacher | 1 | -5/+13 |
2007-10-10 | r6113: Move GENSEC and the kerberos code out of libcli/auth, and into | Andrew Bartlett | 30 | -524/+531 |
2007-10-10 | r6112: try to decompress all chunks and put them together | Stefan Metzmacher | 1 | -38/+73 |
2007-10-10 | r6109: nicer way to handle compression in the torture test | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r6101: only allow properties we know about, that helps to catch typos! | Stefan Metzmacher | 1 | -1/+98 |