Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 19 | -18/+25 | |
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 | tevent: fix indentation in the wscript | Michael Adam | 1 | -1/+1 | |
(accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e) | |||||
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-13 | lib/socket_wrapper only enable python_socket and socket.py with socket_wrapper | Andrew Bartlett | 1 | -8/+10 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 13 10:41:27 CEST 2012 on sn-devel-104 | |||||
2012-05-13 | libreplace: Fix symbol names for snprintf/asprintf/vasprintf. | Jelmer Vernooij | 1 | -6/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun May 13 05:16:28 CEST 2012 on sn-devel-104 | |||||
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> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 write calls | Luk Claes | 4 | -26/+50 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 query_directory calls | Luk Claes | 3 | -15/+32 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 ioctl calls | Luk Claes | 3 | -12/+28 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 flush calls | Luk Claes | 3 | -30/+60 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 create calls | Luk Claes | 4 | -28/+59 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 close calls | Luk Claes | 4 | -23/+60 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3-libsmb: Generalise cli_state in smb2 read calls | Luk Claes | 4 | -36/+62 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-11 | smbconf: remove python shebang from wscript_build | Michael Adam | 1 | -2/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri May 11 22:05:32 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | s4:lib: remove unused wscript_build file | Michael Adam | 2 | -8/+0 | |
This only contains a "GENCACHE" subsystem that is not referenced anywhere. | |||||
2012-05-11 | util: use SMB_ASSERT with panic also in non-developer builds !!! | Michael Adam | 1 | -7/+0 | |
This has been around since a long time: In non-developer builds, we don't panic in SMB_ASSERT but happly continue with the error condition, which is ridiculous and dangerous... | |||||
2012-05-11 | util: reformat the DEVELOPER definition of SMB_ASSERT | Michael Adam | 1 | -3/+8 | |
2012-05-11 | s3:smb2_ioctl: allow functions to disconnect the smb connection | Stefan Metzmacher | 1 | -3/+18 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri May 11 20:15:37 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO* | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-05-11 | s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL() | Stefan Metzmacher | 1 | -125/+0 | |
metze | |||||
2012-05-11 | s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functions | Stefan Metzmacher | 1 | -4/+33 | |
metze | |||||
2012-05-11 | samba4: When running samba_dnsupdate during tests, use the test | Jelmer Vernooij | 1 | -7/+7 | |
smb.conf. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri May 11 18:18:53 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | Fix bug #8922. | Jeremy Allison | 1 | -1/+1 | |
Looking at the do_list status returns was historically ignored, allowing tar to continue after NT_STATUS_ACCESS_DENIED. Return to this state. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 11 14:55:53 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | s3-loadparm: Add synonym "private directory". | Karolin Seeger | 2 | -0/+10 | |
Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Fri May 11 13:04:03 CEST 2012 on sn-devel-104 | |||||
2012-05-10 | Fix bug 8920, null dereference | Steve Langasek | 1 | -1/+3 | |
Description: Avoid null dereference in initialize_password_db() When initialize_password_db() is called with reload=True, it's assumed that the free_private_data member of pdb_methods is non-null. This is not necessarily the case, as the tdb backend has no private data and therefore no free function. Check to see if we have private data that needs freed before calling. Author: Steve Langasek <steve.langasek@ubuntu.com> Bug-Ubuntu: https://bugs.launchpad.net/bugs/829221 Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu May 10 11:07:27 CEST 2012 on sn-devel-104 | |||||
2012-05-10 | s3: Fix Coverity ID 242714 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing domain_handle without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242715 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 | |
In an error path we are closing hive_hnd without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242716 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing key_hnd without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242717 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing domain_pol without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242718 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing user_pol without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242719 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing domain_pol without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242720 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing domain_pol without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242721 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 | |
In an error path we are closing domain_pol without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242722 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 | |
In an error path we are closing domain_handle without opening it | |||||
2012-05-10 | s3: Fix Coverity ID 242723 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 | |
In an error path we are closing hnd without opening it |