mat/samba.git
2012-06-12 Michael Adams4:torture: fix use of non-existent word (existant)
2012-06-12 Michael Adams4:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adams4:provision: fix use of non-existent word (existant)
2012-06-12 Michael Adams4:registry:testsuite: fix use of non-existent word...
2012-06-12 Michael Adams4:heimdal: fix use of a non-existent word (existant)
2012-06-12 Michael Adams3:torture: fix use of non-existent word (existant)
2012-06-12 Michael Adams3:printing: fix use of a non-existent word (existant)
2012-06-12 Michael Adams3:vfs:scannedonly: fix use of non-existent word (existant)
2012-06-12 Michael Adamlibsmbclient: fix use of a non-existent word (existant)
2012-06-12 Michael Adamselftest: fix use of a non-existent word (existant)
2012-06-12 Michael Adamlib/testtools: fix use of a non-existent word (existant)
2012-06-12 Michael Adamtdb:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adamldb:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adampidl/tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adamlib/util: fix use of a non-existent word (existant...
2012-06-12 Michael Adamnsstest: fix use of a non-existent word (existant)
2012-06-12 Volker Lendeckes3: Make vfswrap_audit_file static
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703870 Uninitialized scalar variable
2012-06-11 Volker Lendeckes3: Save errno around a TALLOC_FREE
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703871 Unused pointer value
2012-06-11 Björn Jackes3/doc: some spelling fixes
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 Bartlettdebug: Do not constantly rename logs when max log size = 0
2012-06-11 Andrew Bartlettfile_server: Use samba4 auth module for guest logins...
2012-06-11 Andrew Bartlettlib/param: simplfy lp_find_security()
2012-06-11 Andrew Bartlettpyldb: Ensure that the ldb argument is really an ldb...
2012-06-11 Andrew Bartletts3-smbd: Remove unused branches in negprot since securi...
2012-06-11 Andrew Bartletts4-selftest: Test samba-tool drs replicate --local...
2012-06-11 Stefan Metzmacherlibcli/nbt: remove unused system/network.h from libnbt.h
2012-06-10 Stefan Metzmacherlib/ldb/tools: add missing "replace.h"
2012-06-10 Björn Jackes3/test: make dd call more portable
2012-06-10 Björn Jackes4/pvfs: handle non-POSIX compliant Tru64, NetBSD and...
2012-06-10 Björn Jackes3: fix build on systems without O_NOFOLLOW
2012-06-10 Stefan Metzmacherwafsamba: try to fix the build on AIX with xlc_r
2012-06-10 Stefan Metzmacherheimdal:lib/asn1: try to fix the build on IRIX
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-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
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...
next