summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | s4-rodc: override client site from cldap responseAndrew Tridgell2010-09-191-0/+2
* | s4-dns: fixed the dns_domain_info_type for netlogon DNS callsAndrew Tridgell2010-09-191-3/+14
* | s4-dns: added --all-names option to samba_dnsupdateAndrew Tridgell2010-09-191-1/+2
* | s4-libnet: use the right domain name in libnet_lookupAndrew Tridgell2010-09-191-4/+1
* | s4-cldap: improved debug msgs in finddcs_cldap()Andrew Tridgell2010-09-191-3/+5
* | testtools: Import newer upstream revision.Jelmer Vernooij2010-09-194-37/+78
* | Fix regf.idl, subkey and rootkey types were switched.wilco@baanhofman.nl2010-09-191-2/+2
* | Fix file corruption (non-updated header) on new allocation.wilco@baanhofman.nl2010-09-191-8/+17
* | Fix crash when no subkeys exist. Fix writing outside of buffer error by regf ...wilco@baanhofman.nl2010-09-191-2/+13
* | Add python bindings for open_hive function to be able to load REGF files.wilco@baanhofman.nl2010-09-191-4/+43
* | s4/fsmo: Naming master support addedAnatoliy Atanasov2010-09-192-1/+6
* | s4-smbtorture: add LOCAL-NDR-NTLMSSP.Günther Deschner2010-09-194-2/+122
* | s4-rodc: added RODC DNS update support to samba_dnsupdateAndrew Tridgell2010-09-191-3/+70
* | s4-finddcs: added some debug messages on failureAndrew Tridgell2010-09-191-4/+7
* | s4-pydsdb: added am_rodc() method on samdbAndrew Tridgell2010-09-192-0/+30
* | s4-pydsdb: don't force am_rodc unless it is set by callerAndrew Tridgell2010-09-191-2/+3
* | pytdb: Make filename argument optional.Jelmer Vernooij2010-09-192-13/+15
* | pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-192-0/+9
* | pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-192-0/+18
* | pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-192-0/+30
* | pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* | pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-192-1/+11
* | pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-192-0/+27
* | waf: add a '+' to the git hash if the working tree isn't cleanStefan Metzmacher2010-09-191-0/+9
* | waf: fix typos in GIT_COMMIT_* stringsStefan Metzmacher2010-09-191-3/+3
* | s3-rpcclient: add some winreg commands.Günther Deschner2010-09-193-0/+325
* | s3-nltest: add dsregdns command to nltest.Günther Deschner2010-09-191-1/+21
* | s3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG in I_NetLogonControl().Günther Deschner2010-09-191-0/+4
* | libnetapi: deal with NULL data in I_NetLogonControl2().Günther Deschner2010-09-191-1/+1
* | s3: Add a missing prototypeVolker Lendecke2010-09-181-0/+1
* | s3: Fix bug 7688, rpcclient command line completion crashingVolker Lendecke2010-09-181-1/+1
* | s3: Fix some nonempty blank linesVolker Lendecke2010-09-181-13/+12
* | s4-drs: Check for schema changes only in case we are *not* applying Schema re...Kamen Mazdrashki2010-09-181-8/+19
* | werror: Add W_ERROR_HAVE_NO_MEMORY_AND_FREE() macroKamen Mazdrashki2010-09-181-0/+7
* | s4-ldapcmp: Fix options parsing for common Samba optionsKamen Mazdrashki2010-09-181-4/+10
* | s3:rpc_client: remove unused rpc_pipe_set_hnd_state()Stefan Metzmacher2010-09-171-47/+0
* | s3:rpc_client: use rpc_api_pipe_send() for auth3Stefan Metzmacher2010-09-171-20/+11
* | s3:rpc_client: rpc_pipe_bind_step_one_done() doesn't need reply_pduStefan Metzmacher2010-09-171-2/+1
* | s3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_send/recvStefan Metzmacher2010-09-171-0/+28
* | lib/util: usec_time_diff takes arguments the other way round than TvalDiff didBjörn Jacke2010-09-171-1/+1
* | s3: fix order of arguments in nsec_time_diff callBjörn Jacke2010-09-172-4/+4
* | s4-test: Add unit test for dsdb_schema_info_cmp()Kamen Mazdrashki2010-09-171-0/+81
* | s4-schema: Helper func to compare schemaInfo signituresKamen Mazdrashki2010-09-171-0/+41
* | s4-schema: use dsdb_schema_info_blob_is_valid() to verify schemaInfo blobKamen Mazdrashki2010-09-171-9/+6
* | s4-prefixMap: use dsdb_schema_info_blob_is_valid() for schemaInfo blob valida...Kamen Mazdrashki2010-09-171-4/+2
* | s4-dsdb: Add dsdb_schema_info_blob_is_valid() to verify schemaInfo bloblsKamen Mazdrashki2010-09-171-10/+24
* | s4-pyrpc: Print location and type name we got when checking for typesKamen Mazdrashki2010-09-171-1/+1
* | Fix array size of a memmber of struct cli_ulogoff_stateSumit Bose2010-09-171-1/+1
* | s4-devel: developer script for adding DNS entries via netlogon RPCAndrew Tridgell2010-09-171-0/+43
* | s4-pyrpc: allow python to access irpc interfacesAndrew Tridgell2010-09-172-10/+53