Remove reply_unixerror() - no longer needed. Should make Metze's refactoring a lot...
[samba.git] / source3 / include / proto.h
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...
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-29 Jeremy AllisonMake cli_nt_delete_on_close() async.
2009-05-29 Michael Adams3:add prototype of map_nt_error_from_wbcErr() to proto.h
2009-05-29 Simo SorceConsolidate create/delete account paths in pdbedit
2009-05-29 Günther Deschnerutil: move add_gid_to_array_unique to toplevel and...
2009-05-28 Jeremy AllisonMake cli_posix_chown()/cli_posix_chmod() async.
2009-05-28 Jeremy AllisonMake cli_posix_stat() async.
2009-05-28 Jeremy AllisonMake getfacl async.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeMake sid_binstring & friends take a talloc context
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Jeremy AllisonAdd cli_posix_readlink() and a torture test for it.
2009-05-28 Jeremy AllisonAdd aync POSIX hardlink and symlink and torture test...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-21 Jeremy AllisonMake cli_posix_open() and cli_posix_mkdir() async.
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-18 Jeremy AllisonChange access_check_samr_object -> access_check_object.
2009-05-18 Volker LendeckeAdd "file_walk_table" to do stuff with all open files
2009-05-16 Simo SorceMove smb_create_user() in samsync
2009-05-15 Günther Deschners3-privileges: add privilege_delete_account().
2009-05-13 Stefan Metzmachers3:libsmb: move read_smb_send/recv() static in async_smb.c
2009-05-12 Michael Adams3:proto.h: remove old param/params.c prototype
2009-05-07 Günther Deschners3-samr: let set_user_info_16 and 20 follow the same...
2009-05-07 Günther Deschners3-samr: support some more info levels in samr_SetUserI...
2009-05-07 Volker LendeckeMake cli_tcon_andx chainable
2009-05-07 Volker LendeckeMake cli_session_setup_guest chainable
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-05-06 Jeremy AllisonMake cli_setattrE async.
2009-05-06 Günther Deschners3-printing: simplify print_queue helper functions...
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-05 Jeremy AllisonMake cli_getattrE async.
2009-05-01 Volker LendeckeAdd getaddrinfo_send/recv
2009-05-01 Volker LendeckeAdd fncall_send/recv
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-29 Jeremy AllisonMore async calls in libsmb/clifile.c
2009-04-29 Michael Adams3:smbd/service: switch load_registry_service/shares...
2009-04-29 Michael Adams3:loadparm: refactor process_registry_service out...
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-28 Jeremy AllisonConvert cli_posix_unlink() and cli_posix_rmdir()
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_KEY by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_VALUE by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGVAL_CTR by struct regva...
2009-04-24 Jeremy Allisonfind/replace. Change uintX types to uintX_t types to...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
next