summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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 Lendecke17-532/+2
2008-07-21Remove unused function rpccli_is_pipe_idxVolker Lendecke2-7/+0
2008-07-21Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke4-65/+68
2008-07-21Remove a reference to pipe_idxVolker Lendecke1-1/+2
2008-07-21Remove some unused codeVolker Lendecke1-91/+0
2008-07-21Remove one reference to PI_NETLOGONVolker Lendecke1-1/+2
2008-07-21Remove one reference to PI_LSARPCVolker Lendecke1-1/+2
2008-07-21Remove some fully outdated sample codeVolker Lendecke1-102/+0
2008-07-21Remove now unused cli_get_pipe_nameVolker Lendecke2-8/+2
2008-07-21Remove now unused cli_get_pipe_idxVolker Lendecke2-16/+0
2008-07-21Remove now unused cli_get_ifaceVolker Lendecke2-10/+0
2008-07-21Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke4-10/+19
2008-07-21Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke5-32/+31
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke8-105/+116
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke15-173/+177
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke10-71/+99
2008-07-21testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.Michael Adam1-0/+2
2008-07-21testsuite: fix another expr syntax error. in tests_all.sh.Michael Adam1-1/+1
2008-07-20testsuite: fix expr syntax error in net registry test.Michael Adam1-1/+1
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke2-30/+31
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke5-30/+37
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...Volker Lendecke2-21/+25
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke5-67/+64
2008-07-20Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUSVolker Lendecke1-21/+21
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke4-25/+28
2008-07-20Refactoring: Make get_schannel_session_key_common return NTSTATUSVolker Lendecke1-22/+22
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke6-93/+101
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke30-152/+204
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_openVolker Lendecke1-35/+23
2008-07-20Refactoring: Change calling conventions for rpc_pipe_open_npVolker Lendecke1-21/+41
2008-07-20Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke2-26/+15
2008-07-20Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke2-13/+14
2008-07-20Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke2-45/+24
2008-07-19The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke2-20/+19
2008-07-19Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2-64/+78
2008-07-19Introduce is_known_pipenameVolker Lendecke4-46/+36
2008-07-19Make use of ndr_syntax_id_equalVolker Lendecke1-2/+2
2008-07-19Ooops, GUID_equal was already around :-)Volker Lendecke3-12/+1
2008-07-18Fix the build of vfs_zfsacl.cVolker Lendecke1-16/+1
2008-07-18netapi: add caching of samr policy handles.Günther Deschner4-106/+112
2008-07-18netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.Günther Deschner1-17/+13
2008-07-18netapi: implement NetLocalGroupEnum_r.Günther Deschner1-1/+165
2008-07-18netapi: add NetLocalGroupEnum example code.Günther Deschner2-0/+132
2008-07-18netapi: add NetLocalGroupEnum to public header.Günther Deschner1-0/+28
2008-07-18netapi: add skeleton for NetLocalGroupEnum().Günther Deschner3-0/+82
2008-07-18re-run make idl.Günther Deschner3-2/+75
2008-07-18netapi: add NetLocalGroupEnum to IDL.Günther Deschner1-0/+14
2008-07-18netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.Günther Deschner1-11/+20
2008-07-18netapi: add libnetapi_samr_open_alias_queryinfo.Günther Deschner1-0/+44