summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-16libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher5-229/+263
2009-09-16lib/crypto: include aes.h into crypto.hStefan Metzmacher1-1/+1
2009-09-13Ignore source4/dsdb/kcc/kcc_service_proto.h.Matt Kraai1-0/+1
2009-09-16s3-netapi: Fix Coverity #668: FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-netapi: Fix Coverity #669 FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-netapi: Fix Coverity #670: FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-eventlogadm: Fix Coverity #938: UNINIT.Günther Deschner1-1/+1
2009-09-16s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner1-1/+1
2009-09-16s3-ntlmssp: add missing prototype.Günther Deschner2-2/+3
2009-09-16s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner6-111/+69
2009-09-16s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner4-44/+44
2009-09-15s4-repl: take advantage of async RPC forwardingAndrew Tridgell2-26/+7
2009-09-15s4-rpc: added a module for forwarding RPC requestsAndrew Tridgell3-9/+116
2009-09-15s4-drs: lock down key DRS callsAndrew Tridgell4-22/+54
2009-09-15s4-security: added a new security level SECURITY_DOMAIN_CONTROLLERAndrew Tridgell2-0/+10
2009-09-15s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell1-1/+2
2009-09-15s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell3-21/+64
2009-09-15s4-repl: don't do double replicationAndrew Tridgell4-6/+44
2009-09-15tdb: allow reads after prepare commitAndrew Tridgell1-8/+0
2009-09-15s4-drs: filter based on local_usnAndrew Tridgell1-1/+1
2009-09-15s4-repl: make sure we marshal the replPropertyMetaData after the last changeAndrew Tridgell1-10/+10
2009-09-15s4-dsdb: use DLIST_ADD() not DLIST_ADD_END()Andrew Tridgell2-4/+4
2009-09-15s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell4-5/+30
2009-09-15talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell1-0/+3
2009-09-15s4-repl: add a debug to make it easier to monitor replicationAndrew Tridgell1-0/+5
2009-09-16s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke1-2/+1
2009-09-16s3: Add some debugs to streams_xattrVolker Lendecke1-0/+6
2009-09-16schannel: remove last traces of gensec.Günther Deschner1-2/+0
2009-09-16lib/crypto: link in AES crypto for s4 as well.Günther Deschner1-1/+2
2009-09-16s3-schannel: remove unused schannel_decode/schannel_encode.Günther Deschner2-293/+0
2009-09-16schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner9-83/+144
2009-09-16schannel: move schannel_sign to main directory.Günther Deschner6-9/+52
2009-09-16s4-schannel: try to fix the build.Günther Deschner1-1/+1
2009-09-16s4-schannel: first step of decoupling schannel from gensec.Günther Deschner2-20/+51
2009-09-16s4-schannel: strip trailing whitespace.Günther Deschner1-36/+36
2009-09-16s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE inGünther Deschner1-1/+1
2009-09-16lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner5-1/+1464
2009-09-15libreplace: white space cleanupsBjörn Jacke2-12/+12
2009-09-15s3: ignore cups-config to tidy up library dependenciesBjörn Jacke1-1/+1
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett4-21/+48
2009-09-15s4:schema Add code to provide an index into the subClass treeAndrew Bartlett2-1/+27
2009-09-15s3-dcerpc: really fix remaining old auth level constants. sorry...Günther Deschner1-2/+2
2009-09-15s3-dcerpc: fix remaining old auth level constants.Günther Deschner2-19/+19
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner6-19/+21
2009-09-15ntlmssp: better document to what structures we are reffering to.Günther Deschner1-3/+25
2009-09-15s3-dcerpc: remove unsed auth type defines as seen on the wire.Günther Deschner2-18/+5
2009-09-15s3-dcerpc: remove more unused structs.Günther Deschner1-12/+0
2009-09-15s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.Günther Deschner2-14/+5
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner16-100/+93
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett10-298/+346