vlendec/samba-autobuild/.git
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
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...
next