summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers.Andrew Bartlett2-1/+3
2007-10-10r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobodyAndrew Bartlett3-45/+30
2007-10-10r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell1-0/+5
2007-10-10r6030: Missing from previous commit, a small header file to linkAndrew Bartlett1-0/+35
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett45-963/+597
2007-10-10r6027: Add copyright, and add a useful debug message.Andrew Bartlett1-2/+3
2007-10-10r6026: Update the kerberos keytab code to match Samba3 again.Andrew Bartlett1-80/+122
2007-10-10r6025: Remove unused variables. This code will be modified again for the newAndrew Bartlett1-6/+2
2007-10-10r6024: Some of the ordering constraints on the popt callbacks were gettingAndrew Bartlett3-25/+100
2007-10-10r6010: Change the testing order, so we test all transports for each bindingAndrew Bartlett2-4/+4
2007-10-10r6000: add some notes about the cases where compression (or what ever this is)Stefan Metzmacher2-1/+19
2007-10-10r5999: ups, remove the testvalue that I used against my w2k3 serverStefan Metzmacher1-1/+1
2007-10-10r5998: I was wrong with the highwater mark...Stefan Metzmacher3-31/+58
2007-10-10r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel codeAndrew Bartlett2-1/+1
2007-10-10r5989: Display authentication information (list of available auth protocolsJelmer Vernooij2-6/+43
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett20-174/+181
2007-10-10r5987: Add credentials callback for gtk+. The gtk+ apps now no longerJelmer Vernooij6-39/+115