bbaumbach/samba-autobuild/.git
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
2012-06-06 Stefan Metzmachers3:smbd: dup_file_fsp() never gets called for print...
2012-06-06 Stefan Metzmachers3:smbd: make struct vfs_fsp_data private to vfs.c
2012-06-06 Stefan Metzmachers3:smbd: make use of vfs_remove_all_fsp_extensions...
2012-06-06 Stefan Metzmachers3:smbd: add vfs_remove_all_fsp_extensions()
2012-06-06 Stefan Metzmachers3:includes: move struct share_mode_lock to locking.h
2012-06-06 Stefan Metzmachers3:smbd: remove typedef for struct write_cache
2012-06-06 Stefan Metzmachers3:smbd: make typedef write_cache private to fileio.c
2012-06-06 Andrew Bartletts3-libsmb: Fix error messages to correctly mention...
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-06-06 Andrew Bartlettlib/replace: Fix snprintf() override for systems with...
2012-06-05 Björn Jackes3: temporary hack to make the waf build work withouth...
2012-06-05 Stefan Metzmachers3:lib: split things into a conn_tdb.h
2012-06-05 Stefan Metzmachers3:libsmb: fix the talloc parent of clistr_pull_talloc...
2012-06-05 Stefan Metzmachers3:libsmb: change cli_sesssetup_blob_* to use uint8_t...
2012-06-05 Stefan Metzmachers3:libsmb: use inhdr instead of inbuf in tree connect...
2012-06-05 Stefan Metzmachers3:libsmb: use inhdr instead of inbuf in session setup...
2012-06-05 Stefan Metzmachers3:libsmb: remove unused 'inbuf' variable
2012-06-05 Stefan Metzmachers3:libsmb: don't require a pinbuf in cli_smb_recv(...
2012-06-05 Stefan Metzmachers4:torture/locktest: fix compiler warning
2012-06-05 Björn Jackes3: remove dependency on automake for "make everything"
2012-06-05 Andrew BartlettVERSION: mark as beta2 as we move on to the next release
2012-06-05 Andrew BartlettVERSION: Mark release as beta1 samba-4.0.0beta1
2012-06-05 Andrew Bartlettbuild: Add newlines for clarity
2012-06-05 Andrew Bartlettbuild: Add test for HAVE_BROKEN_POSIX_FALLOCATE to...
2012-06-05 Andrew Bartlettbuild: Remove unused check for HAVE_UNSIGNED_CHAR
2012-06-05 Andrew BartlettRoadmap: Clarify that 4.0 is our next release
2012-06-05 Andrew BartlettWHATSNEW: Add details on NTP and DNS as new protocols...
2012-06-05 Jeremy AllisonTests for bug #8972 - Add permission checks to run_simp...
2012-06-05 Jeremy AllisonTests for bug #8972 - run the POSIX tests against the...
2012-06-05 Jeremy AllisonTests for bug #8972 - Add a posix_share definition...
2012-06-05 Jeremy AllisonTests for bug #8972 - Add a posix_share definition...
2012-06-05 Andrew Bartlettwintest: Fix test-s3.py to use smbclient3 under the...
2012-06-05 Andrew BartlettWHATSNEW: mention FreeBSD getaddrinfo() issue
2012-06-05 Martin Schwenkes3:build(autoconf): fix "no AC_LANG_SOURCE call detecte...
2012-06-05 Andrew BartlettWHATSNEW: Mention trouble with DNS replication
2012-06-05 Andrew BartlettWHATSNEW: Note FreeBSD improvements
2012-06-05 Andrew Bartletts4-provision: Test for posix ACLs in the actual sysvol...
2012-06-05 Andrew Bartletts4-provision: Place xattr.tdb in the actual state directory
2012-06-05 Andrew BartlettWHATSNEW: Update for beta1
2012-06-05 Andrew BartlettVERSION: prepare for beta1 by setting and parsing the...
2012-06-05 Andriy SyrovenkoAdd '--use-ntvfs' option to 'samba-tool domain join'
2012-06-05 Andrew Bartletts3-smbd: Remove support for protocols before LANMAN1
2012-06-05 Andrew BartlettRemove Manifest. The information here was outdated
2012-06-05 Andrew Bartlettlibreplace: Add copyrights to ease tracking of this...
2012-06-05 Andrew Bartlettlibreplace: Remove autoconf build system
2012-06-05 Jeremy AllisonFix bug #8972 - Directory group write permission bit...
2012-06-04 Andrew Bartlettlibreplace: Ensure we link xattr.c on MacOS
2012-06-03 Luk Claess3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs...
2012-06-03 Stefan Metzmachers3:smbd: make conn_close_all() a void function
2012-06-03 Stefan MetzmacherRevert "s3: Fix bug 8371"
2012-06-03 Stefan Metzmachers3:smbd/close: call del_share_mode() directly before...
2012-06-03 Stefan Metzmachers3:smbd/close: remove unused goto out from close_direct...
2012-06-03 Stefan Metzmachers3:smbd/close: do an early return in close_directory()
2012-06-03 Stefan Metzmachers3: Fix an assert to trigger in close_remove_share_mode
2012-06-03 Volker Lendeckes3: Do an early return in close_remove_share_mode
2012-06-03 Volker Lendeckes3: Make close_remove_share_mode a bit more readable
2012-06-03 Volker Lendeckes3: Simplify get_delete_on_close_token more
2012-06-03 Volker Lendeckes3: Simplify get_delete_on_close_token slightly
2012-06-03 Volker Lendeckes3: Slightly simplify close_remove_share_mode
2012-06-03 Stefan Metzmachers3:smbd/close: avoid procid_is_me()
2012-06-03 Stefan Metzmachers3:smbd/open: avoid procid_is_me()
2012-06-03 Stefan Metzmachers3:smbd/oplock: avoid procid_is_me()
2012-06-03 Andrew Bartlettbuild: Match autoconf build and disable ACLs on MacOS...
2012-06-03 Andrew Bartlettlib/krb5_wrap: Remove unused smb_krb5_get_creds
2012-06-03 Andrew Bartlettlibrepace: put #defines after #include "sys/xattr.h"
2012-06-03 Andrew Bartlettlib/replace: Undo change of 0 -> NULL
2012-06-03 Andrew Bartletts3-libnetapi: Cope with popt versions without POPT_TABLEEND
2012-06-03 Andrew Bartlettlibreplace: Fix up MacOS xattr functions
2012-06-03 Andrew Bartletts3-build: Remove finddead
2012-06-03 Andrew Bartlettlibreplace: Link libreplace against attr when required
2012-06-03 Andrew Bartlettlibreplace: Use true rather than True in xattr.c
2012-06-02 Andrew Bartlettlibreplace: Fix build on MacOS where we have the same...
2012-06-02 Andrew Bartlettlibreplace: Solaris needs system/dir.h for that xattr...
2012-06-02 Andrew Bartlettbuild: Remove check for res_ninit (Revert "s3: Check...
2012-06-02 Andrew Bartlettbuild: Show extra configure results found by WAF as...
2012-06-02 Andrew Bartlettccan: fix autoconf test for isblank()
2012-06-02 Andrew Bartlettlibreplace: Add missing tests for HAVE_MREMAP and HAVE_...
2012-06-02 Andrew Bartlettlibreplace: Fix autoconf build on platforms needing...
2012-06-02 Andrew Bartlettbuild: Check correctly for sendfile (missing .h in...
2012-06-02 Andrew Bartlettlib/replace: Relicence xattr.c to LGPLv3
2012-06-02 Andrew Bartlettbuild: Always attempt to build posix ACLs
2012-06-02 Andrew Bartlettlib/replace: Merge remaining xattr test details from...
2012-06-02 Andrew Bartletts4-xattr: Use libreplace xattr functions directly
2012-06-02 Andrew Bartlettlib/replace: xattr wrappers in lib/replace rather than...
2012-06-02 Andrew Bartlettlib/replace: We cannot use strchr_m in lib/replace
2012-06-02 Andrew Bartlettlib/replace: DEBUG is not acceptable here, as this...
2012-06-02 Andrew Bartlettlib/replace: Copy lib/system.c xattr wrappers to lib...
2012-06-02 Volker Lendeckes3: Same fix as 8576256, this time for fgetxattr
2012-06-01 Volker Lendeckes3: Avoid a lot of calls to serverid_exists()
next