summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-11-30s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam1-1/+1
2011-11-30build: TDB_ERR_NESTING is used unconditionallyAndrew Bartlett2-15/+0
2011-11-29Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...Jeremy Allison1-2/+2
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck1-6/+6
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck1-10/+13
2011-11-29s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam5-55/+58
2011-11-29s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam1-14/+1
2011-11-29s3:net registry check: handle missing version infoGregor Beck1-0/+36
2011-11-29s3:dbwrap_torture: code cleanupGregor Beck1-3/+3
2011-11-29s3-passdb: make pdb_password_change_time_max static.Günther Deschner1-1/+1
2011-11-29s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner1-0/+71
2011-11-29s3: Remove some false/superfluous translationsVolker Lendecke1-5/+5
2011-11-28s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke1-6/+1
2011-11-28s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke1-0/+13
2011-11-25s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()Michael Adam1-2/+13
2011-11-25s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semanticsMichael Adam1-5/+14
2011-11-25s3:registry: write INFO/version if we create registry.tdbGregor Beck1-0/+7
2011-11-25s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2-3/+13
2011-11-25s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck1-1/+1
2011-11-25s3:net registry check: improve console outputGregor Beck1-7/+4
2011-11-25s3: user_domain is not used in wb_getpwsidVolker Lendecke1-7/+0
2011-11-25s3: Add some constVolker Lendecke2-4/+4
2011-11-24s3:torture: test smb2cli_logoff and smb2cli_tdisStefan Metzmacher1-0/+37
2011-11-24s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher1-0/+6
2011-11-24s3:smb2cli: free session in smb2cli_logoff*Stefan Metzmacher1-1/+7
2011-11-24s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher3-0/+215
2011-11-24s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher3-0/+258
2011-11-24s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam3-0/+106
2011-11-24s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam3-0/+391
2011-11-24s3:torture: use cli_tree_connect() instead of smb2cli_tcon()Stefan Metzmacher1-2/+2
2011-11-24s3:client: make use of cli_tree_connect()Stefan Metzmacher2-3/+3
2011-11-24s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher3-9/+11
2011-11-24s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-24s3:torture: make use of cli_tree_connect()Stefan Metzmacher3-9/+9
2011-11-24s3:utils: make use of cli_tree_connect()Stefan Metzmacher2-4/+4
2011-11-24s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-24s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher2-0/+17
2011-11-24s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*Stefan Metzmacher2-213/+0
2011-11-24s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses...Stefan Metzmacher1-2/+6
2011-11-24s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher1-20/+122
2011-11-24s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher1-687/+120
2011-11-24smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher1-0/+1
2011-11-24s3:selftest: run SMB2-NEGPROTStefan Metzmacher1-1/+1
2011-11-24s3:torture: add SMB2-NEGPROT testStefan Metzmacher3-0/+65
2011-11-24s3:smb2cli: remove unused smb2cli_negprot()Stefan Metzmacher4-34/+0
2011-11-24s3:SMB2-BASIC: use smbXcli_negprot() directlyStefan Metzmacher1-2/+4
2011-11-24s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher8-75/+15
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher11-1693/+245
2011-11-24s3:smb2cli: add forward declaration for struct cli_stateStefan Metzmacher1-0/+1
2011-11-24s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2-5/+23