Allow calling DCE/RPC server implementations directly using
[kai/samba-autobuild/.git] / source3 / include / proto.h
2009-01-21 Jelmer VernooijAllow calling DCE/RPC server implementations directly...
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-20 Volker LendeckeRemove some unused code
2009-01-20 Volker LendeckeRemove some smb fsp knowledge from rpc_server/
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeMake rpc_pipe_bind async
2009-01-18 Volker LendeckeAdd async rpc_api_pipe_req
2009-01-18 Volker LendeckeMove initialization of the reply prs_struct to rpc_api_pipe
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2009-01-14 Jeremy AllisonRemove another global from clidfs that is only used...
2009-01-12 Steven DannemanMake STATEDIR and CACHEDIR configurable through ./confi...
2009-01-11 Volker LendeckeMove cli_api_pipe() to its only user cli_pipe.c
2009-01-09 Volker LendeckePass the full ndr_interface_table into the s3 rpcserver...
2009-01-09 Volker LendeckeAdd derpc_transport_string_by_transport(), apply some...
2009-01-09 Tim Proutys3: Add delete_all_streams to proto.h
2009-01-09 Günther Deschners3-svcctl: remove last traces of hand-marshalled svcctl...
2009-01-09 Günther Deschners3-svcctl: remove old marshalling of svcctl_EnumService...
2009-01-08 Volker LendeckeNow that all policy_handle free_fn's are just TALLOC_FR...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: make mangle_fns const
2009-01-08 Günther Deschners3-svcctl: remove old hand marshalling of svcctl_QueryS...
2009-01-08 Günther Deschners3-svcctl: remove old hand marshalling of svcctl_QueryS...
2009-01-06 Volker LendeckeAdd some const to dcerpc_binding_build_tower()
2009-01-06 Volker LendeckeAdd a NULL check and some const to dcerpc_floor_get_lhs...
2009-01-06 Günther Deschners3-lsa: remove all init_lsa* functions.
2009-01-06 Günther Deschners3-srvsvc: remove all init_srvsvc* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_alias* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_group* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_dom* functions.
2009-01-06 Günther Deschners3-samr: remove init_samr_user* functions.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: move prototypes to event.h
2009-01-05 Stefan Metzmachers3:events: remove unused stuff
2009-01-05 Bo Yangclean event context after child is forked.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeAdd open_socket_out_defer_send/recv
2009-01-04 Volker LendeckeAsync wrapper for open_socket_out_send/recv
2009-01-04 Volker Lendeckeasync libwbclient infrastructure
2009-01-03 Volker Lendeckeopen_socket_out is always used with SOCK_STREAM, remove...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-31 Volker LendeckeRemove unused function parent_dirname
2008-12-31 Volker LendeckeRemove unused function get_numlist()
2008-12-31 Volker LendeckeFix an ancient uninitialized variable read
2008-12-30 Stefan Metzmachers3:cluster: register the client connection via CTDB_CON...
2008-12-29 Stefan Metzmachers3:passdb: make marshalling struct samu from and to...
2008-12-29 Volker LendeckeAdd write_data_iov
2008-12-29 Volker LendeckeAdd sys_writev
2008-12-29 Stefan Metzmachers3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_st...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeAdd async cli_write_andx and cli_pull
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeRemove the direct inbuf reference from construct_reply_...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot async
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-19 Volker Lendeckecli_negprot_send -> cli_negprot_sendsync
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Günther Deschners3-ntsvcs: remove last traces of hand-marshalled NTSVCS.
2008-12-17 Günther Deschners3-ntsvcs: remove old _PNP_GetDeviceList.
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Michael Adams3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_s...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Volker LendeckeRemove the global "cmdline_auth_info" from source3...
2008-12-13 Stefan Metzmachers3:libsmb/namequery.c: add saf_join_store() function
2008-12-12 Günther Deschners3: remove duplicate prototypes in proto.h.
2008-12-12 Jelmer VernooijMove dom_sid to the Samba 3 IDL file, remove the old...
2008-12-10 Volker LendeckeFix the build
2008-12-10 Volker LendeckeRevert "Fix the build"
2008-12-10 Volker LendeckeFix the build
2008-12-10 Günther Deschners3-netlogon: fix netlogon server build.
2008-12-10 Tim Proutys3: [3/3]: Fix a delete on close divergence from window...
2008-12-09 Tim Proutys3: Refactor calculating path from relative_fid into...
2008-12-09 Tim Proutys3: Refactor getting sec_info from a security_descripto...
2008-12-09 Tim Proutys3: Make a few open utility functions non-static
2008-12-09 Todd Stechers3: Add support for access based share enumeration
2008-12-05 Jeremy AllisonFix lp_socket_address() prototype.
2008-12-05 Günther Deschners3-samr: fix samr callers of samr_UserInfo18.
2008-12-04 Jeremy AllisonFix bug #1254 - write list not working under share...
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
2008-12-04 Tim Proutys3: Simplify the create_file_unix_path->open_file_ntcre...
2008-12-04 Tim Proutys3: Modify direct callers of create_file_unix_path...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-02 Volker LendeckeAttempt to fix a build failure on AIX
2008-12-01 Günther Deschners3-samr: use samr_DomainServerState in client tools.
2008-12-01 Steven DannemanMake nt4_compatible_acls() non-static for use by VFS...
2008-11-28 Günther Deschners3-samr: add init_samr_user_info25 and init_samr_user_i...
2008-11-28 Günther Deschners3-samr: fix init_samr_user_info{23,24} callers.
2008-11-28 Volker LendeckeRemove "conn" parameter from np_open, smb_request conta...
2008-11-28 Volker LendeckeMove cli_trans_oob to lib/util.c
2008-11-27 Günther Deschners3-samr: add init_samr_user_info5.
next