Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | ||||
* | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 2010-09-28 | 1 | -2/+3 |
| | |||||
* | s3: Remove smbd_server_conn from file_close_user | Volker Lendecke | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_conn from file_close_pid | Volker Lendecke | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid ↵ | Jeremy Allison | 2010-09-27 | 1 | -3/+3 |
| | | | | | | | | | NetBIOS session request. Don't just fail to reply on a bad NBT name, just don't do the internal action. Jeremy. | ||||
* | Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request. | Jeremy Allison | 2010-09-26 | 1 | -11/+30 |
| | | | | | | | | | | | | | | Found by the CodeNomicon test suites at the SNIA plugfest. http://www.codenomicon.com/ If an invalid NetBIOS session request is received the code in name_len() in libsmb/nmblib.c can hit an assert. Re-write name_len() and name_extract() to use "buf/len" pairs and always limit reads. Jeremy. | ||||
* | Thank goodness for code reviews. Volker caught - this should be ↵ | Jeremy Allison | 2010-09-22 | 1 | -1/+1 |
| | | | | | | | | lp_posix_pathnames() not lp_unix_extensions(). Jeremy. | ||||
* | Fix bug #7693 - smbd changing mode of files on rename | Jeremy Allison | 2010-09-22 | 1 | -2/+3 |
| | | | | | | | When using "map archive", don't change the archive bit on renames or writes with UNIX extensions turned on. Jeremy. | ||||
* | s3-rpc_server: Moved ncacn_np declarations in common header file. | Simo Sorce | 2010-09-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface. | Simo Sorce | 2010-09-15 | 1 | -1/+6 |
| | | | | | This way we have one common way to open internal pipes whether they are shortcircuited or piped to an external process. | ||||
* | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 2010-08-28 | 1 | -0/+9 |
| | |||||
* | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 2010-08-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Make srv_send_smb take an sconn instead of a sock fd | Volker Lendecke | 2010-08-24 | 1 | -4/+4 |
| | |||||
* | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_fd() from read_smb_length() | Volker Lendecke | 2010-08-17 | 1 | -12/+7 |
| | |||||
* | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 2010-08-17 | 1 | -0/+42 |
| | |||||
* | s3: Lift smbd_server_fd() from read_data() | Volker Lendecke | 2010-08-17 | 1 | -3/+8 |
| | | | | All callers have appropriate debug messages themselves | ||||
* | s3: Remove smbd_server_fd() from write_data() | Volker Lendecke | 2010-08-17 | 1 | -2/+57 |
| | | | | | | This completely removes the DEBUG(0, ..) error message from write_data(). I've gone through all callers of write_data() and made sure that they have their own equivalent error message printing. | ||||
* | s3: Remove smbd_server_fd() from reply_echo | Volker Lendecke | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_fd() from reply_writebraw | Volker Lendecke | 2010-08-16 | 1 | -4/+4 |
| | |||||
* | s3: Remove smbd_server_fd() from send_file_readX | Volker Lendecke | 2010-08-16 | 1 | -2/+4 |
| | |||||
* | s3: Remove smbd_server_fd() from send_file_readbraw | Volker Lendecke | 2010-08-16 | 1 | -3/+5 |
| | |||||
* | s3: Remove smbd_server_fd() from reply_readbraw_error | Volker Lendecke | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_fd() from sendfile_short_send | Volker Lendecke | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | s3: Remove smbd_server_fd() from fake_sendfile | Volker Lendecke | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | s3: Remove smbd_server_fd from netbios_session_retarget | Volker Lendecke | 2010-08-16 | 1 | -4/+5 |
| | |||||
* | s3: Remove smbd_server_fd from reply_special | Volker Lendecke | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 2010-07-31 | 1 | -0/+1 |
| | | | | | | This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | ||||
* | s3-smbd: Convert reply_printqueue to use spoolss. | Simo Sorce | 2010-07-27 | 1 | -22/+91 |
| | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> | ||||
* | s3-smbd: Use the right check to test if we can print. | Simo Sorce | 2010-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> | ||||
* | s3-printing: Moved printing.c headers to include/printing.h. | Simo Sorce | 2010-07-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> | ||||
* | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 2010-07-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> | ||||
* | s3: Remove smbd_messaging_context() from smbd_do_locking() | Volker Lendecke | 2010-07-05 | 1 | -3/+3 |
| | |||||
* | s3: Remove smbd_messaging_context() from rename_open_files() | Volker Lendecke | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_messaging_context() from reply_unlock() | Volker Lendecke | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_messaging_context() from reply_lock() | Volker Lendecke | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_messaging_context() from reply_writeunlock() | Volker Lendecke | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_messaging_context() from reply_lockread() | Volker Lendecke | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | s3: Remove fsp_belongs_conn | Volker Lendecke | 2010-06-13 | 1 | -16/+0 |
| | | | | check_open_fsp does exactly the same | ||||
* | s3: Remove some leftovers from macros | Volker Lendecke | 2010-06-13 | 1 | -5/+5 |
| | | | | check_fsp and check_fsp_open used to be macros | ||||
* | s3: Explicitly pass sconn to is_valid_writeX_buffer | Volker Lendecke | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | s3: Explicitly pass sconn to reply_readbraw_error | Volker Lendecke | 2010-06-12 | 1 | -10/+11 |
| | |||||
* | s3: Pass sconn explicitly to reply_special | Volker Lendecke | 2010-06-12 | 1 | -2/+1 |
| | |||||
* | s3: Remove smbd_server_conn from smbd_do_locking | Volker Lendecke | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_conn from reply_rmdir | Volker Lendecke | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_conn from reply_writebraw | Volker Lendecke | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | s3: Remove smbd_server_conn from reply_read_and_X | Volker Lendecke | 2010-06-12 | 1 | -3/+3 |
| | |||||
* | s3: Remove smbd_server_conn from send_file_readX | Volker Lendecke | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | s3: Remove smbd_server_conn from reply_read | Volker Lendecke | 2010-06-12 | 1 | -1/+1 |
| |