.gitignore: ignore MYMETA.yml
[kai/samba.git] / source3 /
2012-04-11 Andrew Bartlettbuild: Add tevent deps for users of tevent calls
2012-04-11 Jeremy AllisonAdd a new module, aio_linux which implements Linux...
2012-04-10 Volker Lendeckes3: Use talloc_get_size instead of strlen
2012-04-10 Jeremy AllisonOn advice from Jelmer and Andrew, move the blksize_t...
2012-04-09 Jeremy AllisonMove blksize_t and blkcnt_t to replace.h from includes...
2012-04-09 Volker Lendeckes3: Fix the pthreadpool build on OS/X
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-04-09 Volker Lendeckes3: Move the aio signal init to the vfs module
2012-04-07 Volker Lendeckes3: Compile fix for dbwrap_file.c
2012-04-07 Jeremy AllisonFound whilst back-porting the fix for bug 8837 - smbd...
2012-04-06 Jeremy AllisonBug found by Herb. blkcnt_t st_ex_blksize is defined...
2012-04-06 Björn Baumbachs3-utils: add do_reload_printers command to smbcontol
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-build: Remove unused configure checks for xattr...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-build: Remove unused configure checks for xattr...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove unused GLIBC_HACK_FCNTL64
2012-04-05 Andrew Bartlettbuild: Fix sys_open() removal by including system/filesys.h
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_FLOCK define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_rewinddir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_telldir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_seekdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_fopen wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_creat wrapper
2012-04-05 Andrew Bartlettbuild: Remove fallback call to sys_open as HAVE_CREAT...
2012-04-05 Andrew Bartlettbuild: Remove sys_ftell wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-04-05 Andrew Bartlettbuild: combine off_t 64 bit and largefile test
2012-04-05 Andrew Bartlettbuild: #ifdef LARGE_SMB_OFF_T as off_t is now always...
2012-04-05 Andrew BartlettRemove off64_t declarations
2012-04-05 Andrew Bartlettbuild: Fix configure test that was declaring an off64_t
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2012-04-05 Andrew Bartlettbuild: Remove configure tests for *64 functions and...
2012-04-05 Andrew Bartlettbuild: Require 64-bit files support and do not define...
2012-04-05 Andrew Bartlettbuild: use only standard _FILE_OFFSET_BITS=64 macro...
2012-04-04 Jeremy AllisonThird part of fix for bug #8837 - smbd crashes when...
2012-04-04 Jeremy AllisonSecond part of bugfix for bug #8837 - smbd crashes...
2012-04-04 Jeremy AllisonFirst part of fix for bug 8837 - smbd crashes when...
2012-04-03 Andrew Bartlettbuild: Remove checks for krb5_decode_ap_req, free_AP_RE...
2012-04-03 Andrew Bartlettbuild: Remove unused check for HAVE_KRB5_TKT_ENC_PART2
2012-04-03 Andrew Bartletts3-krb5 Remove unused get_kvno_from_ap_req()
2012-04-03 Andrew Bartletts3-krb5 Remove unused get_enctype_from_ap_req
2012-04-03 Andrew Bartletts3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()
2012-04-03 Andrew Bartletts3-krb5: Remove unused get_key_from_keytab
2012-04-03 Andrew Bartletts3-krb5: remove unused unwrap_pac()
2012-04-03 Andrew Bartletts3-krb5: remove unused get_auth_data_from_tkt
2012-04-03 Andrew Bartletts3-krb5: Remove unused get_authtime_from_tkt
2012-04-03 Andrew Bartletts3-krb5: Remove unused krb5_rd_req_return_keyblock_from...
2012-04-03 Andrew Bartletts3-krb5: Remove unused get_principal_from_tkt
2012-04-03 Andrew Bartletts3-libads: Remove ads_verify_ticket() as it is now...
2012-04-03 Andrew Bartletts3-libads: Rework kerberos_return_pac() to use GENSEC...
2012-04-03 Andrew Bartletts3-libsmb: Remove unused spnego_parse_krb5_wrap()
2012-04-03 Andrew Bartlettbuild: Reduce deps of ntlm_auth
2012-04-03 Andrew Bartletts3-ntlm_auth: use manage_gensec_request for squid-2...
2012-04-03 Andrew Bartletts3-auth: Order GENSEC mechs by priority, krb5 before...
2012-04-03 Andrew Bartletts3-ntlm_auth: add ntlm_auth_generate_session_info_pac()
2012-04-03 Andrew Bartletts3-ntlm_auth Use GENSEC for gss-spnego server
2012-04-03 Volker Lendeckes3: Enhance the dbwrap needed x attempts msg
2012-04-03 Andrew Bartletts3-vfs: initial work on posix:eadb module
2012-04-03 Andrew Bartletts3-vfs: Use new smb_load_module for better diagnostics
2012-04-03 Andrew Bartletts3-smbd: Inline init_modules() into only caller
2012-04-02 Volker Lendeckes3: Notifies should never time out
2012-03-31 Volker Lendeckes3-aio-fork: Fix a segfault in vfs_aio_fork
2012-03-31 Volker Lendeckes3-aio-fork: Fix aio_suspend event hierarchy
2012-03-31 Volker Lendeckes3-aio-fork: Fix an alignment warning on OS/X
2012-03-31 Richard SharpeMake sure we claim that a DACL or SACL is present if...
2012-03-30 Jeremy AllisonWho would have guessed - checking returns from strlcat...
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2012-03-30 Volker Lendeckes3: Avoid a crash with debug level 10
2012-03-29 Jeremy AllisonStart to add truncate checks on all uses of strlcpy...
2012-03-29 Jeremy AllisonBased on code from Richard Sharpe <realrichardsharpe...
2012-03-29 Volker Lendeckes3: Fix a valgrind error
2012-03-28 Richard SharpeAdd DEBUG statements to show when access has been denie...
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-26 Volker Lendeckes3: Fix a typo
2012-03-26 Volker Lendeckes3: Rename a variable in inotify_watch for clarity
2012-03-26 Volker Lendeckes3: Pass "filter" instead of "notify_entry" to inotify_map
2012-03-25 Jelmer Vernooijs3-make: Fix build with new smb2_session file.
2012-03-25 Jelmer Vernooijsmb2: Move smb2cli session setup code to cli_smb_common.
2012-03-24 Jelmer Vernooijuse usleep rather than sys_usleep in various places...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijadt_tree: Fix return types.
2012-03-24 Jelmer Vernooijs3-waf: Use samba3-util library instead of lots of...
2012-03-24 Jelmer Vernooijadt_tree: Avoid WERROR.
2012-03-24 Jelmer Vernooijlibreplace: Add getpeereid implementation.
2012-03-24 Jelmer Vernooijutil_malloc: Remove unused constant.
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrgid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrnam().
next