summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-pynet: some systems don't have Py_TYPE()Andrew Tridgell2010-08-251-0/+4
* s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell2010-08-252-0/+57
* s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell2010-08-252-2/+23
* s4-rodc: removed python memory workaroundAndrew Tridgell2010-08-251-2/+1
* s4-pyglue: pyglue now depends on pytallocAndrew Tridgell2010-08-251-1/+1
* s4-rodc: setup secrets database at end of RODC joinAndrew Tridgell2010-08-251-5/+33
* s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell2010-08-252-0/+32
* s4-repl: load RODC partitions using msDS-hasFullReplicaNCsAndrew Tridgell2010-08-252-4/+28
* s4-smbtorture: Added a torture test for forest trustsSumit Bose2010-08-255-2/+841
* s4-smbtorture: Make test_SetupCredentials3 publicSumit Bose2010-08-252-1/+25
* s4-smbtorture: fill in trust_domain_passwords_check_in in NDR lsa test.Günther Deschner2010-08-251-7/+35
* Fix RPC-LSA-TRUSTED-DOMAINS for changed IDLSumit Bose2010-08-251-0/+10
* s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.Günther Deschner2010-08-252-49/+19
* s4-dsdb: make more of the UF_* flags available on pydsdbAndrew Tridgell2010-08-251-0/+28
* s4-rodc: broke up RODC join into separate functionsAndrew Tridgell2010-08-251-186/+194
* s4-rodc: added REPL_SECRET exop replication of accountsAndrew Tridgell2010-08-251-11/+58
* s4-dsdb: add more DS flags to the dsdb moduleAndrew Tridgell2010-08-251-0/+15
* s4-dsdb: added get_attid_from_lDAPDisplayName() on samdbAndrew Tridgell2010-08-252-0/+49
* s4-rodc: next step in RODC join codeAndrew Tridgell2010-08-251-126/+218
* s4-pynet: added replicate_init() and replicate_chunk() callsAndrew Tridgell2010-08-251-35/+134
* s4-libnet: added libnet_vampire_replicate_init()Andrew Tridgell2010-08-251-0/+17
* s4:getncchanges.c - fix some counter variable typesMatthias Dieter Wallnöfer2010-08-231-3/+3
* s4-devel: added a getncchanges developer scriptAndrew Tridgell2010-08-231-0/+120
* s4-pyrpc: use s4_event_context_init()Andrew Tridgell2010-08-231-1/+1
* s4-pyregistry: use s4_event_context_init()Andrew Tridgell2010-08-231-2/+2
* s4-event: event_context_find() should use s4_event_context_init()Andrew Tridgell2010-08-231-1/+1
* s4-net: role should be case insensitive for joinAndrew Tridgell2010-08-231-1/+4
* s4-drs: show the user sid that does the GetNCChanges callAndrew Tridgell2010-08-231-2/+3
* s4-drs: removed the warning on WRIT_REP being setAndrew Tridgell2010-08-231-4/+2
* s4-net: added initial implemention of RODC joinAndrew Tridgell2010-08-232-6/+311
* libnet-s4: added replicate() command in pynetAndrew Tridgell2010-08-231-0/+60
* s4-libnet: split libnet_Vampire() into two partsAndrew Tridgell2010-08-232-26/+82
* s4-libnet: show the DN when DsAddEntry() failsAndrew Tridgell2010-08-231-1/+2
* s4-net: moved the net join command to pythonAndrew Tridgell2010-08-235-108/+5
* s4-libnet: added join type constants to python interfaceAndrew Tridgell2010-08-231-0/+4
* s4-python: added ndr_print() method in ndrAndrew Tridgell2010-08-231-0/+3
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-2316-59/+60
* s4: Only install testparm to /usr/bin/, no longer to /usr/sbin.Jelmer Vernooij2010-08-221-1/+1
* s4: Install testparm to /usr/bin, consistent with old behaviour.Jelmer Vernooij2010-08-221-3/+3
* Avoid use of Samba DTD, which requires net access.Jelmer Vernooij2010-08-2210-14/+10
* s4-net: better error message on net setpasswordAndrew Tridgell2010-08-221-3/+5
* librpc: add python bindings for the netlogon pipeAndrew Tridgell2010-08-221-0/+6
* pyldb: do type checking on the list form of ldb addAndrew Tridgell2010-08-221-0/+6
* pidl: give the varible name for bad type in python callsAndrew Tridgell2010-08-221-1/+1
* librpc/rpc: move dcerpc_read_ncacn_packet_send/recv() to dcerpc_util.cStefan Metzmacher2010-08-202-174/+9
* Remove place-holders when it is single domainZahari Zahariev2010-08-201-18/+32
* s4-dsdb: the RODC_JOIN control also changes samAccountNameAndrew Tridgell2010-08-201-9/+13
* s4-pysamdb: fixed get_domain_sid()Andrew Tridgell2010-08-201-1/+1
* s4-ldb: added support for rodc_control in ldbAndrew Tridgell2010-08-201-0/+27
* s4-drs: fixed the error code for EXOP_REPL_SECRET getncchanges callsAndrew Tridgell2010-08-201-10/+8