summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...Jeremy Allison2011-11-291-2/+2
* s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck2011-11-291-6/+6
* s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck2011-11-291-10/+13
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-295-55/+58
* s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam2011-11-291-14/+1
* s3:net registry check: handle missing version infoGregor Beck2011-11-291-0/+36
* s3:dbwrap_torture: code cleanupGregor Beck2011-11-291-3/+3
* s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher2011-11-292-124/+123
* s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher2011-11-298-6/+9
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-296-22/+14
* smbXcli: add support for SMBreadBrawStefan Metzmacher2011-11-291-7/+54
* smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}()Stefan Metzmacher2011-11-292-0/+24
* s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher2011-11-291-2/+4
* s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher2011-11-292-9/+17
* smb1cli_trans: add support for tevent_req_cancel()Stefan Metzmacher2011-11-291-0/+16
* smb1cli_trans: return the status from the server if possibleStefan Metzmacher2011-11-291-1/+16
* smbXcli: rebuild smb1.recv_iov array if we expect more than one responseStefan Metzmacher2011-11-291-0/+29
* smbXcli: allow up to 10 iovec elements for the bytes in smb1cli_req_create()Stefan Metzmacher2011-11-291-1/+1
* smbXcli: s/smb2cli_writev_done/smb2cli_req_writev_doneStefan Metzmacher2011-11-291-3/+3
* smbXcli: call tevent_queue_stop() for the outgoing queue on disconnectStefan Metzmacher2011-11-291-0/+2
* smbXcli: use talloc_stackframe() instead of talloc_tos() in smb1cli_conn_signv()Stefan Metzmacher2011-11-291-2/+5
* libcli/smb: remove unused smb_signing_set_bsrspyl() prototypeStefan Metzmacher2011-11-291-1/+0
* s3-passdb: make pdb_password_change_time_max static.Günther Deschner2011-11-291-1/+1
* s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner2011-11-291-0/+71
* s3: Remove some false/superfluous translationsVolker Lendecke2011-11-291-5/+5
* selftest/Samba4: pass '--machinepass' to 'samba-tool domain join'Stefan Metzmacher2011-11-291-0/+4
* s4:python: add --machinepass option to 'samba-tool domain join'Stefan Metzmacher2011-11-291-5/+11
* s4:python/samba/join.py: add optional 'machinepass' parameter to join_*()Stefan Metzmacher2011-11-291-6/+12
* s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_joinStefan Metzmacher2011-11-291-2/+6
* s4:py_net: add optional 'machinepass' parameter to py_net_join_member()Stefan Metzmacher2011-11-291-3/+4
* s4:libnet: make it possible to join with a given machine passwordStefan Metzmacher2011-11-292-4/+16
* s4:libnet/py_net: ZERO_STRUCT() struct libnet_Join_member in py_net_join_memb...Stefan Metzmacher2011-11-291-0/+2
* s4:torture/rpc: use talloc_zero() in torture_join_domain()Stefan Metzmacher2011-11-291-2/+2
* s4:libnet: use talloc_zero(struct libnet_JoinDomain) in libnet_Join_member()Stefan Metzmacher2011-11-291-2/+1
* s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett2011-11-296-71/+174
* s4-provision: Fix the security ace for DnsAdmins group on DNS recordsAmitay Isaacs2011-11-291-12/+19
* s4-repl: Check if GC SPN exists before using it for replicationAmitay Isaacs2011-11-291-3/+54
* s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs2011-11-294-6/+6
* 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