Age | Commit message (Expand) | Author | Files | Lines |
2012-06-15 | s3:smbd: change FNUM_FIELD_INVALID from -1 to 0 | Michael Adam | 1 | -1/+1 |
2012-06-15 | s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum | Michael Adam | 1 | -0/+2 |
2012-06-06 | s3:smb: change the value of TID_FIELD_INVALID from -1 to 0 | Michael Adam | 1 | -1/+1 |
2012-06-06 | s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid | Michael Adam | 1 | -0/+1 |
2012-06-06 | s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap index | Michael Adam | 1 | -0/+2 |
2012-06-06 | s3:smb.h: fix a comment typo | Michael Adam | 1 | -1/+1 |
2012-06-06 | s3:include: change current_user->vuid to uint64_t | Stefan Metzmacher | 1 | -1/+1 |
2012-06-06 | s3:include: move struct smb_request to vfs.h | Stefan Metzmacher | 1 | -61/+0 |
2012-06-06 | s3:smbd: move struct user_struct to globals.h | Stefan Metzmacher | 1 | -13/+0 |
2012-06-06 | s3:include: remove typedef user_struct | Stefan Metzmacher | 1 | -2/+2 |
2012-06-06 | s3:smbd: move forward declaration of struct aio_extra to smbd.h | Stefan Metzmacher | 1 | -3/+0 |
2012-06-06 | s3:include: remove unused forward declaration of deferred_open_record in smb.h | Stefan Metzmacher | 1 | -3/+0 |
2012-06-06 | s3:smbd: move UCF_ defines to smbd.h | Stefan Metzmacher | 1 | -9/+0 |
2012-06-06 | s3:include: move struct smb_filename to vfs.h | Stefan Metzmacher | 1 | -10/+0 |
2012-06-06 | s3:include: move struct smb_file_time to vfs.h | Stefan Metzmacher | 1 | -8/+0 |
2012-06-06 | s3:include: move struct connection_struct (and sub structs) to vfs.h | Stefan Metzmacher | 1 | -94/+1 |
2012-06-06 | s3:include: move struct stream_struct to vfs.h | Stefan Metzmacher | 1 | -10/+0 |
2012-06-06 | s3:include: move struct fd_handle/files_struct to vfs.h | Stefan Metzmacher | 1 | -82/+0 |
2012-06-06 | s3:includes: move union unid_t to vfs.h | Stefan Metzmacher | 1 | -5/+0 |
2012-06-06 | s3:smbd: move struct trans_state to smbd.h | Stefan Metzmacher | 1 | -30/+0 |
2012-06-06 | s3:smbd: move struct privilege_paths to smbd.h | Stefan Metzmacher | 1 | -9/+0 |
2012-06-06 | s3:smbd: make struct notify_change_buf private to notify.c | Stefan Metzmacher | 1 | -20/+0 |
2012-06-06 | s3:printing: make struct print_file_data private to printspoolss.c | Stefan Metzmacher | 1 | -9/+0 |
2012-06-06 | s3:smbd: make struct vfs_fsp_data private to vfs.c | Stefan Metzmacher | 1 | -10/+0 |
2012-06-06 | s3:includes: move struct share_mode_lock to locking.h | Stefan Metzmacher | 1 | -4/+0 |
2012-06-06 | s3:smbd: make typedef write_cache private to fileio.c | Stefan Metzmacher | 1 | -9/+1 |
2012-06-05 | s3:lib: split things into a conn_tdb.h | Stefan Metzmacher | 1 | -25/+0 |
2012-05-22 | s3:smbd: remove unused 'connection_struct->used' | Michael Adam | 1 | -1/+0 |
2012-04-17 | s3: New notify implementation | Volker Lendecke | 1 | -1/+1 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -5/+5 |
2012-04-05 | build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits | Andrew Bartlett | 1 | -4/+0 |
2012-03-22 | s3: Add FILE_NOTIFY_CHANGE_ALL #define | Volker Lendecke | 1 | -0/+8 |
2012-03-21 | s3: Move the notify_ctx to the smbd_server_connection | Volker Lendecke | 1 | -1/+0 |
2012-03-21 | s3: Remove "conn" from sys_notify_context | Volker Lendecke | 1 | -1/+0 |
2012-03-10 | s3: Add smb_request_done | Volker Lendecke | 1 | -0/+5 |
2012-03-10 | s3: Remove unused smb_request->done | Volker Lendecke | 1 | -2/+0 |
2012-03-10 | s3: Remove unused smb_request->chain_outbuf | Volker Lendecke | 1 | -5/+0 |
2012-03-01 | Trivial Comment fix: Supply a missing word in a comment | Richard Sharpe | 1 | -1/+1 |
2012-02-29 | Add the implementation of check_reduced_name_with_privilege(). Now to plumb into | Jeremy Allison | 1 | -0/+16 |
2012-02-23 | s3: smb_request->vwv can be const | Volker Lendecke | 1 | -1/+1 |
2012-02-16 | Rename obscure defined constants. | Christopher R. Hertel (crh) | 1 | -2/+2 |
2012-02-14 | s3: files_struct->mode is only written, remove it | Volker Lendecke | 1 | -1/+0 |
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 1 | -0/+4 |
2012-01-05 | s3-auth use gensec directly rather than via auth_generic_state | Andrew Bartlett | 1 | -1/+1 |
2012-01-01 | s3: Happy New Year 2012 | Stefan Metzmacher | 1 | -1/+1 |
2011-12-22 | s3-auth rename auth_ntlmssp_state -> auth_generic_state | Andrew Bartlett | 1 | -1/+1 |
2011-12-14 | s3-includes: remove PRIMARY_* SID_INDEX defines defined elsewhere already. | Günther Deschner | 1 | -13/+0 |
2011-12-14 | s3: Remove UNUSED_SHARE_MODE_ENTRY | Volker Lendecke | 1 | -2/+2 |
2011-12-14 | s3:smbd/server: maintain the list of child processes under smbd_parent_context | Stefan Metzmacher | 1 | -6/+0 |
2011-12-12 | s3:smbd: make struct pending_message_list private | Stefan Metzmacher | 1 | -14/+0 |