s3-winbindd: add comments about dump_core_setup
[ddiss/samba.git] / source3 /
2012-06-11 Matthieu Patous3-winbindd: add comments about dump_core_setup
2012-06-11 Michael Adams3:smbd: explain parameters to filename_convert call...
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703869 Logically dead code
2012-06-11 Volker Lendeckes3: Fix Coverity ID 709049 Dereference before null...
2012-06-11 Andrew Bartletts3-smbd: Remove unused branches in negprot since securi...
2012-06-10 Björn Jackes3/test: make dd call more portable
2012-06-10 Björn Jackes3: fix build on systems without O_NOFOLLOW
2012-06-10 Stefan MetzmacherRevert "s3:smbd: set req->smb2req->compat_chain_fsp...
2012-06-10 Björn Jackes3: handle non-POSIX compliant Tru64, NetBSD and FreeBS...
2012-06-09 Stefan Metzmachers3:smb2_ioctl: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_lock: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_write: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_read: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_notify: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_setinfo: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_getinfo: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_find: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_break: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_close: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_flush: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smbd: add file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_write: pass fsp->fnum to init_strict_lock_struct()
2012-06-09 Stefan Metzmachers3:smb2_read: pass fsp->fnum to init_strict_lock_struct()
2012-06-09 Stefan Metzmachers3:smb2_lock: use fsp->fnum as locking context
2012-06-09 Stefan Metzmachers3:smb2_lock: use smb2req->compat_chain_fsp instead...
2012-06-09 Stefan Metzmachers3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()
2012-06-09 Stefan Metzmachers3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_...
2012-06-09 Stefan Metzmachers3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE...
2012-06-08 Michael Adams3:smbd: change set_file_oplock() to return NTSTATUS
2012-06-08 Volker Lendeckes3: Replace an if with a boolean short circuit
2012-06-08 Volker Lendeckes3: Assigning ?True:False to a bool is a bit pointless
2012-06-08 Volker Lendeckes3: Remove unnecessary ()
2012-06-08 Volker Lendeckes3: Replace an if with a boolean short circuit
2012-06-08 Volker Lendeckes3: Assigning ?True:False to a bool is a bit pointless
2012-06-08 Volker Lendeckes3: Remove unnecessary ()
2012-06-08 Michael Adams3:smbd: remove unnecessary variable readret from read_...
2012-06-08 Michael Adams3:smbd: remove ancient DMF_FIX from read_file().
2012-06-08 David Disseldorps3-rpcclient: add fsrvp commands
2012-06-08 Matthieu Patous3-winbindd: call dump_core_setup after command line...
2012-06-08 Ira Coopers3-waf: Fix the winbindd active directory idmap support...
2012-06-07 Björn Jackebuild: fix typo that breaks the HP-UX build
2012-06-07 Andrew Bartlettbuild: Tidy up broken posix_fallocate tests
2012-06-06 Björn Jackes3: enable winbind also for upcoming FreeBSD/NetBSD...
2012-06-06 Michael Adams3:include: change lock_struct->fnum to uint64_t
2012-06-06 Michael Adams3:include: change lock_context->tid to uint32_t
2012-06-06 Michael Adams3:include: change connection_struct->cnum to uint32_t
2012-06-06 Michael Adams3:include: change smb_request->tid to uint32_t
2012-06-06 Michael Adams3:smb: change the value of TID_FIELD_INVALID from...
2012-06-06 Michael Adams3:smb: introduce a name TID_FIELD_INVALID for the...
2012-06-06 Michael Adams3:connections: add a CNUM_OFFSET for mapping between...
2012-06-06 Michael Adams3:smb.h: fix a comment typo
2012-06-06 Stefan Metzmachers3:smbd: change user_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: let file_close_pid/file_close_user take a...
2012-06-06 Stefan Metzmachers3:smbd: pass down vuid as uint64_t in lanman.c
2012-06-06 Stefan Metzmachers3:smbd: pass down vuid as uint64_t in ipc.c
2012-06-06 Stefan Metzmachers3:smbd: change vuid to uint64_t in uid.c
2012-06-06 Stefan Metzmachers3:smbd: let fcb_or_dos_open() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: let close_cnum() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: use UID_FIELD_INVALID (0) instead of (uint16...
2012-06-06 Stefan Metzmachers3:smbd: let make_connection() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: let conn_clear_vuid_caches() take a uint64_t...
2012-06-06 Stefan Metzmachers3:smbd: let open_fake_file() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:printing: let print_spool_open() take a uint64_t...
2012-06-06 Stefan Metzmachers3:smbd: change conn_ctx->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: change current_user->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: change trans_state->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: change smb_request->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move struct smb_request to vfs.h
2012-06-06 Stefan Metzmachers3:include: change files_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: change connection_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:includes: change vuid_cache_entry->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move sys_acl prototypes to smb_acls.h
2012-06-06 Stefan Metzmachers3:smbd: move struct user_struct to globals.h
2012-06-06 Stefan Metzmachers3:include: remove typedef user_struct
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-06-06 Stefan Metzmachers3:smbd: move forward declaration of struct aio_extra...
2012-06-06 Stefan Metzmachers3:printing: use smbd/smbd.h instead of just smbd/proto...
2012-06-06 Stefan Metzmachers3:torture: use smbd/smbd.h instead of just smbd/proto...
2012-06-06 Stefan Metzmachers3:utils: use smbd/smbd.h instead of just smbd/proto.h
2012-06-06 Stefan Metzmachers3:modules: we don't need smbd/proto.h in vfs_shadow_co...
2012-06-06 Stefan Metzmachers3:lib: we don't need smbd/proto.h in smbd_shim.c
2012-06-06 Stefan Metzmachers3:include: move some prototypes (e.g. smb_register_vfs...
2012-06-06 Stefan Metzmachers3:include: remove unused forward declaration of deferr...
2012-06-06 Stefan Metzmachers3:smbd: move UCF_ defines to smbd.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_filename to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_file_time to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct connection_struct (and sub...
2012-06-06 Stefan Metzmachers3:include: move struct stream_struct to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct fd_handle/files_struct to vfs.h
2012-06-06 Stefan Metzmachers3:includes: move union unid_t to vfs.h
2012-06-06 Stefan Metzmachers3:smbd: move struct trans_state to smbd.h
2012-06-06 Stefan Metzmachers3:smbd: move struct privilege_paths to smbd.h
2012-06-06 Stefan Metzmachers3:smbd: make struct notify_change_buf private to notify.c
2012-06-06 Stefan Metzmachers3:smbd: make use of change_notify_fsp_has_changes()
2012-06-06 Stefan Metzmachers3:smbd: add change_notify_fsp_has_changes()
2012-06-06 Stefan Metzmachers3:printing: add print_spool_rap_jobid()
2012-06-06 Stefan Metzmachers3:printing: make struct print_file_data private to...
2012-06-06 Stefan Metzmachers3:smbd: use print_spool_rap_jobid() in call_trans2ioctl()
2012-06-06 Stefan Metzmachers3:smbd: use print_spool_rap_jobid() in reply_ioctl()
2012-06-06 Stefan Metzmachers3:smbd: fcb_or_dos_open() can be static
next