summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | idl: build python interfaces for winbind and idmap IDLAndrew Tridgell2010-09-172-1/+18
* | s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-176-2/+225
* | testprogs: skip two tests in spoolss tester.Günther Deschner2010-09-171-0/+4
* | s4-smbtorture: fix winreg querymultiplevalues NDR test warning.Günther Deschner2010-09-171-2/+2
* | ѕ3: remove smb_msleep prototype from hereBjörn Jacke2010-09-161-1/+0
* | s3: remove TvalDiff macro, we can use the shared usec_time_diff functionBjörn Jacke2010-09-161-9/+0
* | s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-1617-152/+138
* | s3: remove TspecDiff macro, we can use the shared nsec_time_diff functionBjörn Jacke2010-09-161-9/+0
* | s3: use nsec_time_diff instead of TspecDiffBjörn Jacke2010-09-162-4/+4
* | s3/vfs_scannedonly: use smb_msleep instead of nanosleepBjörn Jacke2010-09-161-2/+1
* | s3: Add the PAC info3 struct to the netsamlogon_cache in ntlm_authVolker Lendecke2010-09-162-0/+5