summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2-18/+4
2008-08-13smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam1-1/+1
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell2-6/+5
2008-08-13Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg1-0/+2
2008-08-12Fix prototypesVolker Lendecke1-17/+23
2008-08-12idmap rewriteVolker Lendecke1-6/+2
2008-08-11doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner1-0/+1
2008-08-09nmbd_packets: make queue_packet() public.Michael Adam1-0/+1
2008-08-09loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam1-0/+2
2008-08-09lib/access: make list_match() public.Michael Adam1-0/+2
2008-08-09lib/access: make client_match() public.Michael Adam1-0/+1
2008-08-08Add simple async wrappers around send, recv and connectVolker Lendecke2-0/+46
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-0/+1
2008-08-01dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam1-0/+1
2008-07-30Enabled domain groups to be added to builtin groups at domain join timeTim Prouty1-0/+2
2008-07-30rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner1-0/+6
2008-07-27Make create_conn_struct() publicVolker Lendecke1-0/+5
2008-07-26Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_structVolker Lendecke1-1/+1
2008-07-26make read/write to internal pipes available externallyVolker Lendecke2-8/+9
2008-07-26Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructorVolker Lendecke1-9/+0
2008-07-26Refactor make_internal_rpc_pipe_p: connection_struct is not neededVolker Lendecke2-2/+9
2008-07-26Create doxygen comments for async_req.[ch]Volker Lendecke1-41/+82
2008-07-26Make api_rpcTNP static to srv_pipe.cVolker Lendecke1-2/+0
2008-07-21YESS -- remove the PI_* pipe constantsVolker Lendecke1-18/+0
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke1-1/+1
2008-07-21Remove unused function rpccli_is_pipe_idxVolker Lendecke1-1/+0
2008-07-21Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke1-4/+4
2008-07-21Remove now unused cli_get_pipe_nameVolker Lendecke1-1/+0
2008-07-21Remove now unused cli_get_pipe_idxVolker Lendecke1-1/+0
2008-07-21Remove now unused cli_get_ifaceVolker Lendecke1-1/+0
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-0/+3
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke1-7/+7
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+5
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...Volker Lendecke1-7/+7
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-6/+6
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke1-4/+4
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2-1/+6
2008-07-20Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke1-2/+2
2008-07-20Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke1-10/+0
2008-07-19The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke1-20/+0
2008-07-19Introduce is_known_pipenameVolker Lendecke1-0/+1
2008-07-19Ooops, GUID_equal was already around :-)Volker Lendecke1-1/+0
2008-07-18libads: add prototype for ads_connect_gc().Günther Deschner1-0/+1
2008-07-18Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke2-2/+1
2008-07-17util: add policy_hnd_equal().Günther Deschner1-0/+2
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke1-1/+4
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke1-0/+3