summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-passdb: make pdb_password_change_time_max static.Günther Deschner2011-11-291-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 29 15:16:51 CET 2011 on sn-devel-104
* s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner2011-11-291-0/+71
| | | | | | | | "lsasettrustdominfo S-1-5-21-123456-123456-123456 13 1" currently you only can set the encryption type field. Guenther
* s3: Remove some false/superfluous translationsVolker Lendecke2011-11-291-5/+5
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 29 12:39:45 CET 2011 on sn-devel-104
* s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke2011-11-281-6/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 28 17:14:27 CET 2011 on sn-devel-104
* s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke2011-11-281-0/+13
| | | | | | | | When we find a group_mapping.ldb entry without a comment, the upgrade code would have crashed with a NULL dereference Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 28 12:24:08 CET 2011 on sn-devel-104
* s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()Michael Adam2011-11-251-2/+13
| | | | | | | | SMB_ASSERT is useless, since in non-developer build it does not actually fail after the log message, but usual flow just continues. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Nov 25 14:59:53 CET 2011 on sn-devel-104
* 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
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2011-11-252-3/+13
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck2011-11-251-1/+1
| | | | (cherry picked from commit a1fcb7e37a23dcc035686486d4afe32a67082ae1)
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3: user_domain is not used in wb_getpwsidVolker Lendecke2011-11-251-7/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 25 13:23:30 CET 2011 on sn-devel-104
* s3: Add some constVolker Lendecke2011-11-252-4/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 25 10:21:07 CET 2011 on sn-devel-104
* s3:torture: test smb2cli_logoff and smb2cli_tdisStefan Metzmacher2011-11-241-0/+37
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Nov 24 20:36:31 CET 2011 on sn-devel-104
* s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher2011-11-241-0/+6
| | | | metze
* s3:smb2cli: free session in smb2cli_logoff*Stefan Metzmacher2011-11-241-1/+7
| | | | metze
* s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher2011-11-243-0/+215
| | | | metze
* s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher2011-11-243-0/+258
| | | | metze
* s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam2011-11-243-0/+106
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam2011-11-243-0/+391
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:torture: use cli_tree_connect() instead of smb2cli_tcon()Stefan Metzmacher2011-11-241-2/+2
| | | | metze
* s3:client: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-3/+3
| | | | metze
* s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher2011-11-243-9/+11
| | | | metze
* s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
| | | | metze
* s3:torture: make use of cli_tree_connect()Stefan Metzmacher2011-11-243-9/+9
| | | | metze
* s3:utils: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-4/+4
| | | | metze
* s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
| | | | metze
* s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher2011-11-242-0/+17
| | | | metze
* s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*Stefan Metzmacher2011-11-242-213/+0
| | | | metze
* s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic ↵Stefan Metzmacher2011-11-241-2/+6
| | | | | | cli_session_setup() metze
* s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher2011-11-241-20/+122
| | | | metze
* s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher2011-11-241-687/+120
| | | | metze
* smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher2011-11-241-0/+1
| | | | metze
* s3:selftest: run SMB2-NEGPROTStefan Metzmacher2011-11-241-1/+1
| | | | metze
* s3:torture: add SMB2-NEGPROT testStefan Metzmacher2011-11-243-0/+65
| | | | metze
* s3:smb2cli: remove unused smb2cli_negprot()Stefan Metzmacher2011-11-244-34/+0
| | | | metze
* s3:SMB2-BASIC: use smbXcli_negprot() directlyStefan Metzmacher2011-11-241-2/+4
| | | | metze
* s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher2011-11-248-75/+15
| | | | metze
* s3:libsmb: implement cli_state based functions on top of ↵Stefan Metzmacher2011-11-2411-1693/+245
| | | | | | smbXcli_conn/smbXcli_req metze
* s3:smb2cli: add forward declaration for struct cli_stateStefan Metzmacher2011-11-241-0/+1
| | | | metze
* s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2011-11-242-5/+23
| | | | metze
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 ↵Stefan Metzmacher2011-11-2410-66/+178
| | | | | | signing metze
* s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()Stefan Metzmacher2011-11-243-163/+15
| | | | metze
* smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher2011-11-241-1/+2
| | | | metze
* s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ↵Stefan Metzmacher2011-11-245-783/+40
| | | | | | code metze
* security: add local authority well-known SIDsChristian Ambach2011-11-241-0/+6
| | | | | | | add the S-1-2 well-known SID family Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104
* s3:smb2 report access_based_dir_enum in tcon replyChristian Ambach2011-11-241-0/+5
| | | | | let the client know when hide unreadable or hide unwriteable files is set for a share
* s3:smb2 do not set allow_namespace_caching flag for a shareChristian Ambach2011-11-241-1/+1
| | | | | this matches Win7/2002R2 behavior and clients also must ignore this flag when set (MS-SMB 2.2.10), so we should not set it at all
* s3:vfs:gpfs remove non-working codeChristian Ambach2011-11-241-65/+0
| | | | | | | | | | | | | | | when development of vfs_gpfs was started a long time ago it was considered a good idea to have it compileable even if GPFS is not around and then the module would complain in the logs that libgpfs is not there Nowadays this does not work any more as the code contains GPFS specific types that need the GPFS header files. Instead of making it compile again by adding GPFS typedefs, this removes the whole approach. Other VFS modules also do not even compile when necessary headers are not around, so do the same for the GPFS module code.
* s3:vfs:gpfs fix some compiler warningsChristian Ambach2011-11-241-3/+3
|