Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
[ira/wip.git] / source3 / include / proto.h
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: conn_free_internal() can be static now
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-08-06 Jeremy AllisonRemove a const warning.
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_int32_atomic()
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to take...
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_uint32_atomic()
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to retur...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-29 Jeremy Allison(Hopefully) fix the problem Kai reported with
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Jeremy AllisonFix the build breakage by #including modules/vfs_acl_co...
2009-07-27 Volker LendeckeLift the event loop in rpc_api_pipe_req() one level...
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-25 Jeremy AllisonFactor out common code into vfs_acl_common.c.
2009-07-24 Tim Proutys3: Simplify rename_internals() by passing in smb_filen...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-20 Jeremy AllisonMake cli_send_mailslot() static. Preparing to do away...
2009-07-16 Günther Deschners3-rpc_parse: remove more unused code.
2009-07-16 Günther Deschners3-spoolss: make some of the command hooks static.
2009-07-15 Jeremy AllisonMake cli_unlock and cli_unlock64 async. Fix POSIX lock...
2009-07-15 Michael Adams3:registry: add function regsubkey_ctr_reinit()
2009-07-15 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2009-07-15 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-07-13 Günther Deschners3-rpc_server: pass down full unix token to map_max_all...
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-08 Tim Proutys3: Remove unnecessary const qualifiers
2009-07-07 Björn Jackes3: QNX doesn't know uint - replace with uint_t
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3 sticky write time: Removed unused args and tighten...
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-07-05 Volker LendeckeAdd const to init_rpc_hdr_ba
2009-07-05 Volker LendeckeRemove "typedef struct ndr_syntax_id RPC_IFACE;"
2009-07-05 Volker LendeckeIntroduce null_ndr_syntax_id
2009-07-05 Volker LendeckeMake check_bind_req static to rpc_server/srv_pipe.c
2009-07-04 Volker LendeckeAdd pdb_get_domain_info
2009-07-03 Günther Deschners3-spoolss: add rpccli_spoolss_getprinterdriver conveni...
2009-07-02 Stefan Metzmachers3:smbd: make change_notify_reply() more generic and...
2009-07-02 Stefan Metzmachers3:smbd: simplify the notify code a bit and always...
2009-06-30 SATOH FumiyasuFix bug #6496 - MS-DFS: cannot follow multibyte char...
2009-06-29 Andrew BartlettFix ndrdump to use a common setup_logging() API
2009-06-28 Volker LendeckeTurn the pdb_rid_algorithm into a capabilities call...
2009-06-27 Volker LendeckeAdd tstream_read_packet
2009-06-26 Tim Proutys3: pass a valid stat into file_ntimes()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-26 Tim Proutys3: Change set_ea() and its callers to use smb_filename
2009-06-25 Günther Deschners3-netlogon: remove remaining netlogon init functions.
2009-06-25 Günther Deschners3-netlogon: remove init_netr_SamInfo functions.
2009-06-25 Günther Deschners3-netlogon: fix validation level 2 support in netr_Sam...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-12 Tim Proutys3: Add smb_filename utility functions and fix a bug...
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-10 Tim Proutys3: Add utility function for copying an smb_filename...
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-03 Stefan Metzmachers3:smbd: make make_connection_snum() non static
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
next