summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dlz_bind9: Added access check to verify dynamic updateAmitay Isaacs2011-11-292-17/+167
* dlz_bind9: Use the sam database in dns/ as defaultAmitay Isaacs2011-11-292-60/+14
* s4-provision: Create a samdb copy for access by dlz_bind9 moduleAmitay Isaacs2011-11-294-56/+158
* s4-provision: Extract security descriptors in separate fileAmitay Isaacs2011-11-292-77/+111
* s4-test: Remove metadata and ldb.d directory on clean upAmitay Isaacs2011-11-291-0/+5
* s4-samdb: seqence_number() operation must be in a transactionAmitay Isaacs2011-11-291-0/+14
* s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs2011-11-295-17/+612
* s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2011-11-292-31/+13
* s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs2011-11-291-3/+20
* s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2011-11-292-140/+13
* s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke2011-11-281-6/+1
* Fix Coverity ID 2638: OVERRUN_STATICVolker Lendecke2011-11-281-1/+1
* Fix Coverity ID 2639: UNUSED_VALUEVolker Lendecke2011-11-281-2/+0
* s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke2011-11-281-0/+13
* s4:torture/ldap/cldap.c - remove the "test_cldap_netlogon_flag_ds_dns_forest"...Matthias Dieter Wallnöfer2011-11-271-87/+4
* s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain in...Matthias Dieter Wallnöfer2011-11-272-6/+9
* samba-tool: domain info - add basic exception handlingMatthias Dieter Wallnöfer2011-11-271-2/+4
* samba-tool: add a domain info command to get basic infoMatthieu Patou2011-11-271-1/+24
* s4:netlogon RPC server - DsRGetDcNameEx - set the DNS name flags correctlyMatthias Dieter Wallnöfer2011-11-272-12/+14
* s4-netlogon: return WERR_NO_SUCH_DOMAIN instead of WERR_DS_UNAVAILABLE if we ...Matthieu Patou2011-11-271-1/+1
* s4:cldap_server/netlogon.c - DS_SERVER_CLOSEST handlingMatthias Dieter Wallnöfer2011-11-271-2/+5
* s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon requestMatthias Dieter Wallnöfer2011-11-271-0/+9
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-264-14/+25
* s4:libnet/py_net.c - initialise optional keyword argumentsMatthias Dieter Wallnöfer2011-11-261-1/+3
* s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP addre...Matthias Dieter Wallnöfer2011-11-261-14/+27
* smbtorture: avoid sigsev if the password is not correctMatthieu Patou2011-11-261-1/+1
* s4:update_keytab LDB module - no need to filter for the DNMatthias Dieter Wallnöfer2011-11-261-2/+2
* idl:netlogon.idl - add the Active Directory Web Service bit (DS_SERVER_WEBSERV)Matthias Dieter Wallnöfer2011-11-261-0/+1
* s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()Michael Adam2011-11-251-2/+13
* s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semanticsMichael Adam2011-11-251-5/+14
* s3:registry: write INFO/version if we create registry.tdbGregor Beck2011-11-251-0/+7
* s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2011-11-252-3/+13
* s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck2011-11-251-1/+1
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4
* socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam2011-11-251-3/+5
* socket_wrapper: simplify include path for replace.hMichael Adam2011-11-251-1/+1
* s3: user_domain is not used in wb_getpwsidVolker Lendecke2011-11-251-7/+0
* s3: Add some constVolker Lendecke2011-11-252-4/+4
* s3:torture: test smb2cli_logoff and smb2cli_tdisStefan Metzmacher2011-11-241-0/+37
* s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher2011-11-241-0/+6
* s3:smb2cli: free session in smb2cli_logoff*Stefan Metzmacher2011-11-241-1/+7
* s3:libsmb: Fix a typoVolker Lendecke2011-11-241-1/+1
* s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher2011-11-243-0/+215
* s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher2011-11-243-0/+258
* s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam2011-11-243-0/+106
* s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam2011-11-243-0/+391
* s4:libcli/smb2: use talloc_zero() in smb2_request_init()Stefan Metzmacher2011-11-241-16/+3
* s4:libcli/smb2: fix compiler warning in smb2_push_o16s16_string()Stefan Metzmacher2011-11-241-1/+3
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-2415-882/+452
* s3:smbXcli: keep two fd per connection in order to work with the epoll tevent...Stefan Metzmacher2011-11-241-10/+25