Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-15 | libcli/smb: move smb2cli_close.c from source3 to the toplevel | Stefan Metzmacher | 4 | -157/+1 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 4 | -318/+1 | |
metze | |||||
2012-05-15 | s3:libsmb: avoid interpret_long_date() in smb2cli_create | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2012-05-15 | s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from ↵ | Stefan Metzmacher | 1 | -0/+1 | |
there metze | |||||
2012-05-15 | s3: Remove some unused code | Volker Lendecke | 1 | -14/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue May 15 18:24:10 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | s3: Fix a likely cut&paste error | Volker Lendecke | 1 | -1/+1 | |
2012-05-15 | s3-auth: Rename to init_system_session_info(). | Andreas Schneider | 4 | -4/+4 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue May 15 13:56:00 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | s3-auth: Don't lookup the system user in pdb. | Andreas Schneider | 1 | -4/+95 | |
This fixes bug #8944, ldapsam:trusted and ipasam. It is an additional fix for bug #8567 (0528cb5f3a15b72dcb34ece21a3ffb3e7b8d6eb9). | |||||
2012-05-15 | s3:auth: remove unused auth_server.c | Stefan Metzmacher | 6 | -508/+1 | |
metze | |||||
2012-05-15 | s3-auth: remove "security=server" (depricated since 3.6) | Stefan Metzmacher | 3 | -14/+2 | |
"security=server" has a lot of problems in the world with modern security (ntlmv2 and krb5). It was also not very reliable, as it needed a stable connection to the password server for the lifetime of the whole client connection! Please use "security=domain" or "security=ads" is you authentication against remote servers (domain controllers). metze -------------- / \ / REST \ / IN \ / PEACE \ / \ | SEC_SERVER | | security=server | | | | | | 12 May | | | | 2012 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ | |||||
2012-05-15 | selftest: Remove tests for security=server | Andrew Bartlett | 1 | -4/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-14 | s3: talloc_zero is not needed for structs we ndr_pull into | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon May 14 18:59:07 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | libcli/smb: move smb2cli_logoff_* from source3 to the top level | Stefan Metzmacher | 4 | -142/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | libcli/smb: git mv smb2_session.c smb2cli_session.c | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.c | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.c | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-14 | s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.c | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2012-05-14 | lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c | Stefan Metzmacher | 2 | -14/+0 | |
metze | |||||
2012-05-14 | s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.c | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-14 | s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-14 | s3:smb2_close: make the top level code async using | Stefan Metzmacher | 1 | -39/+66 | |
metze | |||||
2012-05-14 | s3:smb2_close: add add smbd_smb2_close_send/recv as wrapper | Stefan Metzmacher | 1 | -0/+99 | |
metze | |||||
2012-05-14 | s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller ↵ | Stefan Metzmacher | 1 | -19/+71 | |
to it metze | |||||
2012-05-14 | s3:smb2_tcon: make the top level code async using | Stefan Metzmacher | 1 | -24/+58 | |
metze | |||||
2012-05-14 | s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapper | Stefan Metzmacher | 1 | -0/+79 | |
metze | |||||
2012-05-14 | s3: Fix Coverity ID 241320 Array compared against 0 | Volker Lendecke | 1 | -1/+1 | |
domain->alt_name is an array, not a pointer Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon May 14 15:11:47 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for files | Volker Lendecke | 1 | -2/+9 | |
According to susv3, st_rdev is valid exactly for char and block devices. Normal files have st_dev set. | |||||
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 16 | -2822/+7 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | s3:build: move lib/dbwrap/dbwrap_util.o to the other dbwrap objects... | Michael Adam | 1 | -2/+3 | |
2012-05-13 | s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.c | Michael Adam | 1 | -1/+1 | |
2012-05-13 | s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.c | Michael Adam | 1 | -2/+2 | |
2012-05-13 | s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.c | Michael Adam | 1 | -6/+8 | |
2012-05-13 | s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.c | Michael Adam | 1 | -6/+7 | |
2012-05-13 | s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.c | Michael Adam | 1 | -9/+9 | |
2012-05-13 | s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h | Michael Adam | 4 | -8/+7 | |
This is needed in all of the library, not only in the dbwrap_open part. | |||||
2012-05-13 | s3:smb2_sesssetup: make the top level code async using | Stefan Metzmacher | 1 | -30/+62 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun May 13 17:59:39 CEST 2012 on sn-devel-104 | |||||
2012-05-13 | s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper | Stefan Metzmacher | 1 | -0/+105 | |
This just adds smbd_smb2_session_setup_send/recv as wrapper to the sync smbd_smb2_session_setup function. This will allow us to change to top level code to work async, then we can have a 2nd step where we remove the sync smbd_smb2_session_setup function. metze | |||||
2012-05-13 | s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup() | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2012-05-13 | s3:smb2_sesssetup: pass down in_previous_session_id to all layers | Stefan Metzmacher | 1 | -2/+15 | |
metze | |||||
2012-05-12 | s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO | Stefan Metzmacher | 1 | -0/+86 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat May 12 02:50:42 CEST 2012 on sn-devel-104 | |||||
2012-05-12 | s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224 | Stefan Metzmacher | 1 | -0/+73 | |
metze | |||||
2012-05-12 | s3:smbd: introduce struct smbXsrv_connection | Stefan Metzmacher | 4 | -7/+122 | |
This will represent a transport connection for SMB 1 or 2 in the server. smbd_server_connection will slowly be moved to the SMB_VFS layer to satisfy the existing modules, but it will hopefully be protocol independend in future. metze | |||||
2012-05-12 | s3:smb2_negprot: setup the protocol at the end of the negprot with a real ↵ | Stefan Metzmacher | 1 | -7/+8 | |
dialect metze | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 logoff calls | Luk Claes | 3 | -15/+20 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> |