ddiss/samba.git
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-09 Rusty Russelltdb2: use ccan/err instead of err.h
2012-06-09 Rusty Russellccan: make failtest use ccan/err.
2012-06-09 Rusty Russellccan: import err module.from ccan revision 5add556a1cb6...
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 Stefan Metzmachertevent: change version to 0.9.16 tevent-0.9.16
2012-06-08 Stefan Metzmachertevent: expose tevent_context_init_ops
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2012-06-08 Martin Schwenkelib/tevent: In poll_event_context, add a pointer back...
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 Disseldorpbuild: do not run fsrvp tests as part of selftest
2012-06-08 David Disseldorps4-torture: fsrvp test suite
2012-06-08 David Disseldorpdoc: add FSRVP commands to rpcclient man page
2012-06-08 David Disseldorps3-rpcclient: add fsrvp commands
2012-06-08 David Disseldorpidl: add File Server Remote VSS Protocol idl
2012-06-08 Rusty Russellsamba_util: mark smb_panic as _NORETURN_.
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: try to fix large file support for AIX
2012-06-07 Andrew Bartlettccan: Only build ccan-failtest when we are in developer...
2012-06-07 Rusty Russelllib/tdb2: build tests when built at toplevel.
2012-06-07 Alexander Bokovoywaf: fix parsing krb5-config --version for MIT krb5
2012-06-07 Alexander Bokovoywaf: support --without-ad-dc for Heimdal (embedded...
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-07 Andrew Bartletts4-libcli: Remove unused finddcs_nbt
2012-06-07 Andrew Bartlettbuild: Add missing deps and make MESSAGING a private...
2012-06-07 Björn Jackeutil: fix build on platforms without IPv6 support
2012-06-06 Björn Jackes3: enable winbind also for upcoming FreeBSD/NetBSD...
2012-06-06 Stefan Metzmacherscript/commit_mark.sh: add the current branch name
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 Michael Adams4:dns-server: remove an extra blank line from handle_q...
2012-06-06 Alexander Bokovoyauth-kerberos: avoid crash with MIT krb5 1.10.0 in...
2012-06-06 Kai Blins4 dns: Correctly handle A questions for CNAMEs
2012-06-06 Kai Blins4 dns: Structure tests a bit better
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 Metzmacherexamples/VFS: don't use smbd/proto.h
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
next