summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r6206: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc onlyStefan Metzmacher2007-10-101-1/+5
* r6197: fix for my last commit, I removed SPOOLSS_ARCHITECTURE, which was "Arc...Stefan Metzmacher2007-10-101-2/+2
* r6196: Make the comparisons consistent with in the same expression.Richard Sharpe2007-10-101-1/+1
* r6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong.Richard Sharpe2007-10-101-1/+1
* r6194: - fix some spoolss_*Form names and typesStefan Metzmacher2007-10-102-52/+142
* r6193: we don't need to store the handle type here,Stefan Metzmacher2007-10-102-3/+1
* r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher2007-10-102-5/+0
* r6191: fix spoolss_Enum* push codeStefan Metzmacher2007-10-101-3/+9
* r6190: fix gensize on unionsStefan Metzmacher2007-10-101-1/+2
* r6189: move function to the right placeStefan Metzmacher2007-10-101-8/+5
* r6188: correct fix for rev 6182Stefan Metzmacher2007-10-101-6/+2
* r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.Richard Sharpe2007-10-101-10/+34
* r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLIAndrew Tridgell2007-10-102-1/+9
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-107-3/+319
* r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe2007-10-101-0/+4
* r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij2007-10-101-1/+2
* r6180: Use token_lists for storing switch valuesJelmer Vernooij2007-10-103-24/+24
* r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher2007-10-104-9/+951
* r6178: fix ncacn_np connection without sign or seal against NT4Stefan Metzmacher2007-10-101-1/+4
* r6177: Use here documents instead of print() statements to generate theTim Potter2007-10-101-144/+164
* r6165: fixed up the userinfo composite code. Fixes include:Andrew Tridgell2007-10-103-71/+53
* r6164: More comments in the code.Rafal Szczesniak2007-10-101-2/+49
* r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2007-10-102-106/+85
* r6150: fixed a few socket_wrapper bugs.Andrew Tridgell2007-10-101-35/+80
* r6148: Add a showflags target to display the various compiler flags a laTim Potter2007-10-101-0/+7
* r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell2007-10-101-1/+0
* r6144: Apparently there are more systems that have AF_UNIX thenJelmer Vernooij2007-10-101-6/+6
* r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij2007-10-101-45/+36
* r6140: - Add configure option for enabling the socket-wrapper library, so itJelmer Vernooij2007-10-104-24/+50
* r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij2007-10-106-9/+9
* r6135: - make use of the new dom_sid28 typeStefan Metzmacher2007-10-101-11/+11
* r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...Stefan Metzmacher2007-10-102-1/+68
* r6132: allow up to 15 sub_auth in a dom_sidStefan Metzmacher2007-10-101-1/+1
* r6131: decompression of DsGetNCChanges level 2 responses works nowStefan Metzmacher2007-10-101-2/+1
* r6130: More work on the NDR tree generatorJelmer Vernooij2007-10-101-1/+260
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-108-151/+776
* r6128: fix the buildStefan Metzmacher2007-10-101-2/+2
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-103-23/+38
* r6115: don't try to decompress level 7 buffers yetStefan Metzmacher2007-10-101-3/+9
* r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher2007-10-101-5/+13
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-1030-524/+531
* r6112: try to decompress all chunks and put them togetherStefan Metzmacher2007-10-101-38/+73
* r6109: nicer way to handle compression in the torture testStefan Metzmacher2007-10-101-5/+4
* r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher2007-10-101-1/+98
* r6100: - fix nondiscriminant -> nodiscriminant (that takes me 2 days to find....Stefan Metzmacher2007-10-101-4/+4
* r6099: use the enum print functionStefan Metzmacher2007-10-101-1/+1
* r6098: fix parsing of empty union casesStefan Metzmacher2007-10-102-2/+2
* r6097: allow compression only on subcontextsStefan Metzmacher2007-10-101-2/+6
* r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett2007-10-104-31/+55
* r6093: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2007-10-101-9/+18