summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* midltests: improve NDR64 downgradeStefan Metzmacher2010-09-291-4/+21
* midltests: revert to a simple default midltests.idlStefan Metzmacher2010-09-291-248/+3
* s3-waf: add basic make test infrastructure, not able to test yet.Günther Deschner2010-09-293-0/+158
* s3-waf: clean up socket-wrapper and nss-wrapper a little.Günther Deschner2010-09-291-15/+5
* s3-waf: add vlp binary.Günther Deschner2010-09-291-0/+5
* s4-spnupdate: when we are a RODC we need to use the WriteSPN DRS callAndrew Tridgell2010-09-291-10/+57
* s4-drsutils: expose DsBind() call in drs_utils.pyAndrew Tridgell2010-09-291-37/+38
* s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpersAndrew Tridgell2010-09-292-0/+12
* s4-rodc: RODC should not accept requests for role transferNadezhda Ivanova2010-09-291-0/+12
* s4-provision: simplify our generated krb5.confAndrew Tridgell2010-09-281-14/+1
* s4-kdc: RODC DCs should be able to produce forwardable ticketsAndrew Tridgell2010-09-281-1/+1
* heimdal: fixed timegm UTC/GMT bugAndrew Tridgell2010-09-281-15/+6
* s4-sam: fixed termination of krbtgt_attrs (comma and NULL)Andrew Tridgell2010-09-281-4/+4
* ldb-dn: don't crash on NULL in ldb_binary_encode_string()Andrew Tridgell2010-09-281-0/+3
* s4-kdc Ensure that an RODC may act as a server (needed to fillAndrew Bartlett2010-09-281-5/+24
* heimdal Use a seperate krb5_auth_context for the delegated credentialsAndrew Bartlett2010-09-283-1/+35
* midltests/todo: add some random idl files I had tested month agoStefan Metzmacher2010-09-298-0/+1014
* midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl exampleStefan Metzmacher2010-09-293-3/+682
* midltests: add some usefull defines to midltests.idlStefan Metzmacher2010-09-291-0/+24
* midltests: make it possible to allow downgrades to NDR32Stefan Metzmacher2010-09-291-4/+8
* midltests: add a midltests_tcp.exe toolStefan Metzmacher2010-09-295-5/+611
* midltests: move the current implementation to midltests_simple.exeStefan Metzmacher2010-09-293-22/+34
* testprogs/win32: add vs2010-metze.cmdStefan Metzmacher2010-09-291-0/+24
* s3-printing: skip metadata entry when traversing printerlist.Günther Deschner2010-09-291-0/+5
* pidl: add support for pointers in typedefsStefan Metzmacher2010-09-284-249/+270
* pidl:NDR/Parser: remove unused code for array element indexStefan Metzmacher2010-09-281-6/+0
* pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()Stefan Metzmacher2010-09-281-6/+4
* pidl:NDR/Client: make the generated code look a bit nicerStefan Metzmacher2010-09-281-1/+1
* librpc/ndr: remove 'async' from ndr_interface_callStefan Metzmacher2010-09-281-1/+0
* pidl: remove unused async property handlingStefan Metzmacher2010-09-282-7/+1
* pidl/Python: use has_property($d, "noopnum") helper functionStefan Metzmacher2010-09-281-1/+1
* pidl:NDR/Client.pm: remove unreached codeStefan Metzmacher2010-09-281-3/+0
* pidl/Python: remove todo handling from PythonFunction(), it's done by the callerStefan Metzmacher2010-09-281-15/+6
* pidl/Typelist: let typeIs() do TYPEDEF dereference in the HASH caseStefan Metzmacher2010-09-281-0/+1
* s3-waf: add in a little hack to deal with the ECHO rpc module for non-develop...Günther Deschner2010-09-281-0/+4
* autobuild: use git notes for autobuild messagesAndrew Tridgell2010-09-281-1/+1
* selftest: enable FAIL_IMMEDIATELY in autobuild make testAndrew Tridgell2010-09-281-2/+2
* s4-drs: added support for DRSUAPI_EXOP_REPL_OBJAndrew Tridgell2010-09-281-1/+32
* ldb-tdb: ignore failure to register control on rootdseAndrew Tridgell2010-09-281-4/+1
* s4-drs: use drs_ObjectIdentifier_*() calls in getncchangesAndrew Tridgell2010-09-281-14/+16
* s4-drs: moved the drs_ObjectIdentifier handling to dsdb_dn.cAndrew Tridgell2010-09-282-44/+42
* waf: we don't need the preprocessor recursion limit any moreAndrew Tridgell2010-09-282-6/+0
* s4-drs: Added check for drs-manage-topology to updateRefs.Nadezhda Ivanova2010-09-281-7/+9
* s4-drs: Added drs_security_access_check functionNadezhda Ivanova2010-09-282-0/+64
* s4-dsdb: adapted check_access_on_dn for use in drs.Nadezhda Ivanova2010-09-281-9/+10
* heimdal Fix DNS name qualification to not mangle IP addressesAndrew Bartlett2010-09-291-5/+23
* s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett2010-09-296-37/+83
* heimdal Add an error code for use in the RODCAndrew Bartlett2010-09-291-0/+1
* heimdal Add support for extracting a particular KVNO from the databaseAndrew Bartlett2010-09-297-19/+54
* s4-kdc Add common setup, handle RODC setup caseAndrew Bartlett2010-09-295-73/+156