s3: Plumb smb_filename through SMB_VFS_UNLINK
[kai/samba-autobuild/.git] / source3 / include /
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-05 Volker LendeckeActually increase PASSDB_INTERFACE_VERSION to 18 :-)
2009-07-04 Volker LendeckeAdd tldap_pull_guid
2009-07-04 Volker LendeckeAdd pdb_get_domain_info
2009-07-04 Volker LendeckeMake pdb_ads return an additional flag
2009-07-03 Günther Deschners3-spoolss: add rpccli_spoolss_getprinterdriver conveni...
2009-07-03 Matt Kraaido not redefine _INT32
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-28 Volker LendeckeIf the connection is down, don't try another write.
2009-06-28 Volker LendeckeAdd tldap_search_va
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-23 Aravind Srinivasans3: forward MSG_DEBUG from smbd parent to all children
2009-06-20 Volker LendeckeAdd tldap paged searches, together with two helper...
2009-06-20 Volker LendeckeReorganize retrieving errors and server-sent controls
2009-06-20 Volker LendeckeAdd tldap_supports_control
2009-06-20 Volker LendeckeAdd tldap_entry_has_attrvalue
2009-06-20 Volker Lendecketldap control support
2009-06-20 Volker LendeckePrepare control support
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-19 Volker LendeckeAdd tldap_fetch_rootdse
2009-06-19 Volker LendeckeMake tevent_req_is_ldap_error public
2009-06-19 Volker LendeckeAdd tldap_context_[gs]etattr
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-12 Volker LendeckeAdd debugging facility to tldap, analogous to tevent
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 Tim Proutys3: Remove the now unused CFF_DOS_PATH flag
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-08 Volker LendeckeAdd tlda_add_mod_str
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-08 Timur I. BakeyevSet SIGRTMIN to NSIG
2009-06-07 Volker LendeckeAdd tldap_pull_uint32
2009-06-07 Volker Lendeckereq_del and req_abandon are ASN1_APPLICATION_SIMPLE
2009-06-07 Volker LendeckeFix after making tldap independent of ldap.h
2009-06-06 Volker LendeckeAttempt to fix the build without system-ldap.
2009-06-06 Volker LendeckeAdd some samba-style tldap utility functions
2009-06-06 Volker LendeckeAdd the early start of an async ldap library
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
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-03 Stefan Metzmachers3:smbd: move pending_auth_data list to struct smbd_ser...
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-31 Volker LendeckeFix some nonempty blank lines
2009-05-30 Kai Blinlibwbclient: Add async call framework.
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 Volker LendeckeAdd smbldap_talloc_single_blob()
2009-05-29 Volker Lendeckes3 async wbclient: Change license to LGPLv3+
2009-05-29 Kai Blins3 wbc_async: Fix copyright notice cut&paste error.
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 LendeckeFix some nonempty blank lines
2009-05-28 Volker LendeckeMake sid_binstring & friends take a talloc context
2009-05-28 Volker LendeckeAdd smbldap_pull_sid
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-27 Volker LendeckeGna, how long do I program in C now??? :-)
2009-05-26 Volker LendeckeAttempt to fix the build on HP/UX
2009-05-26 Volker LendeckeAttempt to fix the build on NetBSD
2009-05-26 Björn JackeRevert "s3: fix build on systems with struct stat membe...
2009-05-26 Björn Jackes3: fix build on systems with struct stat member st_flags
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-20 Stefan Metzmachers3:param: add PROTOCOL_SMB2
2009-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-18 Jeremy AllisonChange access_check_samr_object -> access_check_object.
next