s3:torture fix flakey testcase
[kai/samba.git] / source3 / include /
2012-05-01 Christian Ambachs3:util add sid_check_is_wellknown_builtin()
2012-04-30 Andrew Bartletts3-lib Add a way to allocate the task_id value in server_id
2012-04-30 Andrew Bartletts4-messaging: Fill in the whole server_id in all use...
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-20 Michael Adams3:memcache: remove the idmap-part from memcache
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2012-04-18 Andrew Bartletts3-build: move file_id.c into samba3-util and create...
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-17 Volker Lendeckes3: Start a list of ctdb srvid assigments
2012-04-17 Volker Lendeckes3: Introduce ctdb_messaging_send_blob
2012-04-17 Volker Lendeckes3: Add messaging_tdb_event()
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-04-16 Andrew Bartlettparam: Change from _lp to lp__ as the prefix for intern...
2012-04-16 Andrew Bartlettmake _lp_readraw() and _lp_writeraw() static
2012-04-12 Simo Sorceclikrb5: Move pure krb wrapper functions from libads...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-11 Christian Ambachs3:param convert kernel oplocks to share parameter
2012-04-09 Jeremy AllisonMove blksize_t and blkcnt_t to replace.h from includes...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
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: 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 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: #ifdef LARGE_SMB_OFF_T as off_t is now always...
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2012-04-03 Andrew Bartletts3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()
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-libsmb: Remove unused spnego_parse_krb5_wrap()
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
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: Avoid WERROR.
2012-03-24 Jelmer Vernooijlib/util: Move calloc_array and memalign_array to top...
2012-03-22 Volker Lendeckes3: Add FILE_NOTIFY_CHANGE_ALL #define
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-21 Volker Lendeckes3: Remove "conn" from sys_notify_context
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-15 Michael Adams3:smbd: let smbd/nmbd/winbindd child processes termina...
2012-03-14 Andreas Schneiders3-printing: Make printer a const char *.
2012-03-13 Alexander Bokovoys3-rpc: Decrypt with the proper session key in CreateTr...
2012-03-10 Volker Lendeckes3: Add smb_request_done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->chain_outbuf
2012-03-10 Christian Ambachs3:smb2_server increase defaults for read/write/trans...
2012-03-08 Andrew Bartletts3-auth: Remove single-implementation plugin layer
2012-03-05 Rusty Russelldbwrap_ctdb: only fetch a read-only copy if we had...
2012-03-01 Richard SharpeTrivial Comment fix: Supply a missing word in a comment
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2012-02-24 Andrew Bartletts3-libsmb: Remove unused spnego_parse_auth_and_mic
2012-02-24 Andrew Bartletts3-auth: Add a way to get an auth4_context from the...
2012-02-23 Volker Lendeckes3: smb_request->vwv can be const
2012-02-23 Andrew Bartletts3-libsmb: Remove unused spnego functions
2012-02-18 Andrew Bartletts3-secrets: Remove unused secrets_delete_generic()
2012-02-18 Andrew Bartletts3-secrets: Remove unused secrets_delete_machine_password()
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_sendto()
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_recv()
2012-02-17 Andrew Bartletts3-lib: Remove unused standard_sub_conn()
2012-02-17 Andrew Bartletts3-lib Remove unused sys_fcntl_long()
2012-02-17 Andrew Bartletts3-lib Remove unused sys_fseek()
2012-02-17 Andrew Bartlettauth/kerberos: Move gse_get_session_key() to common...
2012-02-16 Andrew Bartletts3-param Remove off-by-default and unused "send spnego...
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-02-15 Volker Lendeckes3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760
2012-02-14 Volker Lendeckes3: files_struct->mode is only written, remove it
2012-02-10 Andrew Bartletts3-lib: Remove unused is_myworkgroup()
2012-02-10 Andrew Bartletts3-charcnv: Remove unused rpcstr_push()
2012-02-10 Andrew Bartletts3-libsmb: Remove unused smb_krb5_mk_error()
2012-02-10 Andrew Bartletts3-param: Remove unused share_defined()
2012-02-10 Andrew Bartletts3-lib: Remove unused pid_path()
2012-02-10 Andrew Bartletts3-charcnv: Remove unused pull_string_fn
2012-02-09 Björn Baumbachs3-printing: Add new printers to registry.
2012-02-09 Andreas Schneiders3-libsmb: Remove obsolete smb_krb5_locate_kdc.
2012-02-07 Jeremy AllisonRemove unused get_file_size() function.
2012-02-02 Andreas Schneiders3-libsmb: Remove dead prototype.
2012-02-01 Andreas Schneiders3-lib: Fix util_cmdline which doesn't use popt.
next