summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS.Günther Deschner2011-11-301-0/+29
* s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDSVolker Lendecke2011-11-304-2/+250
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-302-0/+4
* s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam2011-11-301-1/+1
* build: TDB_ERR_NESTING is used unconditionallyAndrew Bartlett2011-11-302-15/+0
* 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
* 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
* s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke2011-11-281-6/+1
* s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke2011-11-281-0/+13
* 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
* 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: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
* s3:torture: use cli_tree_connect() instead of smb2cli_tcon()Stefan Metzmacher2011-11-241-2/+2
* s3:client: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-3/+3
* s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher2011-11-243-9/+11
* s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3:torture: make use of cli_tree_connect()Stefan Metzmacher2011-11-243-9/+9
* s3:utils: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-4/+4
* s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher2011-11-242-0/+17
* s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*Stefan Metzmacher2011-11-242-213/+0
* s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses...Stefan Metzmacher2011-11-241-2/+6
* s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher2011-11-241-20/+122
* s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher2011-11-241-687/+120
* smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher2011-11-241-0/+1
* s3:selftest: run SMB2-NEGPROTStefan Metzmacher2011-11-241-1/+1
* s3:torture: add SMB2-NEGPROT testStefan Metzmacher2011-11-243-0/+65
* s3:smb2cli: remove unused smb2cli_negprot()Stefan Metzmacher2011-11-244-34/+0
* s3:SMB2-BASIC: use smbXcli_negprot() directlyStefan Metzmacher2011-11-241-2/+4
* s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher2011-11-248-75/+15