util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic
[ddiss/samba.git] / source3 / smbd /
2012-06-21 Jeremy AllisonFix bug #8974 - Kernel oplocks are broken when uid...
2012-06-21 Andrew Bartletts4-provision: Give better clues on what Samba needs...
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Volker Lendeckes3: Remove a user of procid_is_me
2012-06-20 Stefan Metzmachers3:smbd: fix the build with the --with-profiling-data...
2012-06-19 Jeremy AllisonRemove unused code now we set the correct command codes.
2012-06-19 Jeremy AllisonFix warning: variable ‘in_start_time’ set but not...
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-06-16 Jeremy AllisonSame fix as bug 8989 - Samba 3.5.x (and probably all...
2012-06-16 Jeremy AllisonFix Bug 8989 - Samba 3.5.x (and probably all other...
2012-06-16 Volker Lendeckes3: Slightly simplify grant_fsp_oplock_type
2012-06-15 Stefan Metzmachers3:smb2_server: remember the request_time on an incomin...
2012-06-15 Stefan Metzmachers3:smbd: remember the request_time on an incoming request
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-15 Michael Adams3:smbd: change trans2.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_write.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg...
2012-06-15 Michael Adams3:smbd: change smb2_read.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_notify.c to use fsp_fnum_dbg(...
2012-06-15 Michael Adams3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg...
2012-06-15 Michael Adams3:smbd: change smb2_flush.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_find.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_close.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_break.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change reply.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change pipes.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change oplock.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change open.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change nttrans.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change files.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change fake_file.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change blocking.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change aio.c to use fsp_fnum_dbg() for logging...
2012-06-15 Michael Adams3:smbd: use FNUM_FIELD_INVALID instead of literal -1
2012-06-15 Michael Adams3:files: factor fsp_free() out of file_free()
2012-06-15 Michael Adams3:files: reorder file_free() a bit
2012-06-15 Michael Adams3:smbd: refactor fsp_new() out of file_new()
2012-06-14 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-14 Stefan Metzmachers3:smbd: add a fsp_persistent_id() function
2012-06-14 Stefan Metzmachers3:smbd: only set fsp->fh->gen_id for a client connection
2012-06-14 Stefan Metzmachers3:smbd: try to make fsp->fh->gen_id as globally unique...
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: 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-06 Michael Adams3:include: change connection_struct->cnum to uint32_t
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 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:smbd: change conn_ctx->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: change files_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: move struct user_struct to globals.h
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:include: move some prototypes (e.g. smb_register_vfs...
next