winbind: Add parse_xidlist()
[samba.git] / source3 / smbd /
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-02-14 Ralph Boehmesmbd: fix build with FAM support
2016-02-13 Andreas Schneidersmbd: Simplify chroot option in smbd
2016-02-11 Jeremy Allisons3: smbd: posix_acls: Fix check for setting u:g:o entry...
2016-02-06 Michael Adamdlist: remove unneeded argument from DLIST_DEMOTE()
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-02-05 Jose A. Riveras3:smbd:open: Skip redundant call to file_set_dosmode...
2016-02-03 Volker Lendeckesmbd: Fix CID 1351215 Improper use of negative value
2016-02-03 Volker Lendeckesmbd: Fix CID 1351216 Dereference null return value
2016-01-29 Jeremy Allisons3: smbd: Fix timestamp rounding inside SMB2 create.
2016-01-27 Uri Simchonismbd: show correct disk size for different quota and...
2016-01-26 Uri Simchonidisk_quotas: style fix
2016-01-26 Uri Simchonimake disk_norm() static
2016-01-26 Uri Simchonismbd: refactor disk_free handling
2016-01-26 Uri Simchonivfs: add path parameter to get_quota
2016-01-26 Uri Simchonismbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTA
2016-01-26 Michael Adamsmbd:smb2_negprot: implement connection passing based...
2016-01-26 Stefan Metzmachersmbd:smb2_server: let smbd_server_connection_terminate...
2016-01-26 Michael Adamsmbd:process: use smbXsrv_client_create.
2016-01-26 Michael Adamsmbd:process: treat initialized table in smbXsrv_connec...
2016-01-26 Stefan Metzmachersmbd: add smbXsrv_client.c
2016-01-26 Michael Adamsmbd:globals.h: add guid_verified to smbXsrv_connection...
2016-01-26 Michael Adams3:smbd: only process fsctl_network_iface_info if multi...
2016-01-26 Stefan Metzmachers3:smbd: implement fsctl_network_iface_info
2016-01-23 Ralph Boehmes3:smbd: Ignore initial allocation size for directory...
2016-01-23 Michael Adams3:smb2_sesssetup: implement SMB3 session bind (disabled)
2016-01-22 Stefan Metzmachers3:smb2_sesssetup: treat BINDING in smbd_smb2_session_s...
2016-01-22 Michael Adams3:smb2_negprot: announce multi channel support (disabled)
2016-01-22 Ralph Boehmesmbstatus: add support for SMB1 signing and CIFS UNIX...
2016-01-22 Ralph Boehmes3:smb2_server: add signing state tracking flags
2016-01-22 Ralph Boehmes3:smb2_server: convert signing_required bool to flags...
2016-01-22 Ralph Boehmes3:smb2_server: add encryption state tracking flags
2016-01-22 Ralph Boehmes3:smb2_server: store encryption cipher in the channel
2016-01-22 Ralph Boehmes3:smb2_server: convert encryption desired and required...
2016-01-22 Michael Adamsmbd:smb2_close: remove an irritating blank line
2016-01-17 Jeremy Allisons3: smbd: Remove one more use of lp_posix_pathnames().
2016-01-13 Michael Adams3:smbd_smb2_reauth_generic_return: make use of smb2req...
2016-01-08 Volker Lendeckesmbd: Fix 240393 Uninitialized pointer read
2016-01-06 Christian Ambachs3:smbd/oplock obey kernel oplock setting when releasin...
2015-12-29 Uri Simchonismbd: remove function name from a DBG_INFO in a recent...
2015-12-25 Uri Simchonismbd: do not disable "store dos attributes" on-the-fly
2015-12-23 Michael Adams3:smbd: fix a corner case of the symlink verification
2015-12-23 Jeremy Allisons3: smbd: Replace lp_posix_pathnames() with req->posix_...
2015-12-23 Jeremy Allisons3: smbd: Replace lp_posix_pathnames() with smbreq...
2015-12-23 Jeremy Allisons3: smbd: smb2_create.c - remove all uses of lp_posix_p...
2015-12-23 Jeremy Allisons3: smbd: Convert all but one use of lp_posix_pathnames...
2015-12-23 Jeremy Allisons3: smbd: Remove *all* uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: Replace most uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: Replace most uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: Now struct smb_request has a bool posix_pathn...
2015-12-23 Jeremy Allisons3: smbd: VFS change. Add new field bool posix_pathname...
2015-12-23 Jeremy Allisons3: smbd: srvstr_get_path() is now only called when...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path() to calls...
2015-12-23 Jeremy Allisons3: smbd: Add srvstr_get_path_posix().
2015-12-23 Jeremy Allisons3: smbd: We now know that srvstr_get_path_wcard()...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path_wcard...
2015-12-23 Jeremy Allisons3: smbd: Add srvstr_get_path_wcard_posix().
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out into srvstr_get...
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out into srvstr_get...
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out of srvstr_get_p...
2015-12-23 Jeremy Allisons3: smbd: open_file: use FSP_POSIX_FLAGS_PATHNAMES
2015-12-23 Jeremy Allisons3: smbd: Remove lp_posix_pathnames() from filename.c
2015-12-23 Jeremy Allisons3: smbd: In trans2.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In smb2_query_directory.c.c, add in UCF_POSIX...
2015-12-23 Jeremy Allisons3: smbd: In smb2_create.c, add in UCF_POSIX_PATHNAMES...
2015-12-23 Jeremy Allisons3: smbd: In reply.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In open.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In nttrans2.c, add in UCF_POSIX_PATHNAMES...
2015-12-23 Jeremy Allisons3: smbd: In smb2_query_directory.c Use ucf_flags varia...
2015-12-23 Jeremy Allisons3: smbd: In smb2_create.c Use ucf_flags variable inste...
2015-12-23 Jeremy Allisons3: smbd: In trans2.c Use ucf_flags variable instead...
2015-12-23 Jeremy Allisons3: smbd: In reply.c Use ucf_flags variable instead...
2015-12-23 Jeremy Allisons3: smbd: In open.c Use ucf_flags variable instead...
2015-12-23 Jeremy Allisons3: smbd: Use ucf_flags variable instead of passing...
2015-12-17 Stefan Metzmachers3:smbd: remove unused spnego related includes
2015-12-16 Jeremy AllisonCVE-2015-5252: s3: smbd: Fix symlink verification ...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-16 Ralph Boehmesmbd: make "hide dot files" option work with "store...
2015-12-15 Volker Lendeckesmbd: Fix CID 1343333 Uninitialized variables
2015-12-14 Ralph Boehmes3: smbd: When requesting posix open in open_file_ntcre...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-07 Jeremy AllisonRevert "s3: smbd: Tear down global_smbXsrv_client in...
2015-12-01 Ralph Boehmevfs: remove posix_flags hack, bump interface version...
2015-12-01 Ralph Boehmes3:smbd: file_struct: seperate POSIX directory rename...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-11-30 Volker Lendeckesmbd: Fix a comment
2015-11-30 Volker Lendeckesmbd: Simplify a boolean expression
2015-11-30 Volker Lendeckesmbd: Fix a typo
2015-11-25 Jeremy Allisons3: smbd: Tear down global_smbXsrv_client in the correc...
2015-11-24 Jeremy Allisons3: smbd: Change semantics of strict rename to search...
2015-11-24 Jeremy Allisons3: smbd: have_file_open_below() fails to enumerate...
2015-11-24 Michael Adamsmbd:dir: remove an extra empty line in files_below_for...
2015-11-17 Volker Lendeckesmbd: Simplify check_access()
next