summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell7-3/+319
2007-10-10r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe1-0/+4
2007-10-10r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij1-1/+2
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij3-24/+24
2007-10-10r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher4-9/+951
2007-10-10r6178: fix ncacn_np connection without sign or seal against NT4Stefan Metzmacher1-1/+4
2007-10-10r6177: Use here documents instead of print() statements to generate theTim Potter1-144/+164
2007-10-10r6165: fixed up the userinfo composite code. Fixes include:Andrew Tridgell3-71/+53
2007-10-10r6164: More comments in the code.Rafal Szczesniak1-2/+49
2007-10-10r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2-106/+85
2007-10-10r6150: fixed a few socket_wrapper bugs.Andrew Tridgell1-35/+80
2007-10-10r6148: Add a showflags target to display the various compiler flags a laTim Potter1-0/+7
2007-10-10r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell1-1/+0
2007-10-10r6144: Apparently there are more systems that have AF_UNIX thenJelmer Vernooij1-6/+6
2007-10-10r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij1-45/+36
2007-10-10r6140: - Add configure option for enabling the socket-wrapper library, so itJelmer Vernooij4-24/+50
2007-10-10r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij6-9/+9
2007-10-10r6135: - make use of the new dom_sid28 typeStefan Metzmacher1-11/+11
2007-10-10r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...Stefan Metzmacher2-1/+68
2007-10-10r6132: allow up to 15 sub_auth in a dom_sidStefan Metzmacher1-1/+1
2007-10-10r6131: decompression of DsGetNCChanges level 2 responses works nowStefan Metzmacher1-2/+1
2007-10-10r6130: More work on the NDR tree generatorJelmer Vernooij1-1/+260
2007-10-10r6129: - add our own MSZIP decompression implementationStefan Metzmacher8-151/+776
2007-10-10r6128: fix the buildStefan Metzmacher1-2/+2
2007-10-10r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe3-23/+38
2007-10-10r6115: don't try to decompress level 7 buffers yetStefan Metzmacher1-3/+9
2007-10-10r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher1-5/+13
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett30-524/+531
2007-10-10r6112: try to decompress all chunks and put them togetherStefan Metzmacher1-38/+73
2007-10-10r6109: nicer way to handle compression in the torture testStefan Metzmacher1-5/+4
2007-10-10r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher1-1/+98
2007-10-10r6100: - fix nondiscriminant -> nodiscriminant (that takes me 2 days to find....Stefan Metzmacher1-4/+4
2007-10-10r6099: use the enum print functionStefan Metzmacher1-1/+1
2007-10-10r6098: fix parsing of empty union casesStefan Metzmacher2-2/+2
2007-10-10r6097: allow compression only on subcontextsStefan Metzmacher1-2/+6
2007-10-10r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett4-31/+55
2007-10-10r6093: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison1-9/+18
2007-10-10r6088: Add the socket_wrapper library. This is a very simple library thatJelmer Vernooij4-1/+463
2007-10-10r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell1-44/+1
2007-10-10r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell1-1/+1
2007-10-10r6085: dc is case insensitiveSimo Sorce1-0/+1
2007-10-10r6084: - Introduce the samldb module dependency on samba4Simo Sorce3-328/+254
2007-10-10r6079: Add inline documentation on the credentials context API.Andrew Bartlett1-6/+118
2007-10-10r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett1-4/+0
2007-10-10r6075: added talloc_enable_null_tracking() (asked for by lifeless)Andrew Tridgell3-2/+21
2007-10-10r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell1-1/+5
2007-10-10r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij2-3/+3
2007-10-10r6065: revert test valueStefan Metzmacher1-1/+1
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher7-8/+359
2007-10-10r6045: Couple of small GTK+ fixesJelmer Vernooij3-63/+69