build: Remove unused GLIBC_HACK_FCNTL64
[samba.git] / source3 /
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().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwuid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwnam().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrappers for setpwent/getpwent...
2012-03-24 Jelmer Vernooijlib/util: Move calloc_array and memalign_array to top...
2012-03-24 Jelmer Vernooijcli_pipe: Avoid sys_connect.
2012-03-24 Jelmer Vernooijsock_exec: Avoid sys_connect.
2012-03-24 Jelmer Vernooijutil_sock: Avoid sys_connect.
2012-03-24 Jelmer Vernooijctdb_conn: Avoid sys_connect.
2012-03-24 Jelmer Vernooijreplace: Move memalign() from lib/util/system.c to...
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-23 Andrew Bartletts3-build: gss_krb5_export_lucid_sec_context is no longe...
2012-03-22 Christian Ambachs3:vfs_gpfs: fix some compiler warnings
2012-03-22 Christian Ambachs3:vfs_gpfs: remove fallback to linux_setlease
2012-03-22 Christian Ambachs3:vfs_gpfs: correct use of profiling macros
2012-03-22 Christof Schmitts3:vfs_gpfs: Implement fallocate callback for GPFS
2012-03-22 Christof Schmitts3:vfs_gpfs: Report disk space and usage on GPFS share...
2012-03-22 Christof Schmitts3:vfs_gpfs: add GPFS api calls for quota and free...
2012-03-22 Christof Schmitts3:vfs_gpfs: Export disk_norm function
2012-03-22 Christian Ambachs3:client correct a wording
2012-03-22 Volker Lendeckes3: Fix smbd -i
next