summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-132-6/+5
* Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg2008-08-131-0/+2
* Fix prototypesVolker Lendecke2008-08-121-17/+23
* idmap rewriteVolker Lendecke2008-08-121-6/+2
* doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner2008-08-111-0/+1
* nmbd_packets: make queue_packet() public.Michael Adam2008-08-091-0/+1
* loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam2008-08-091-0/+2
* lib/access: make list_match() public.Michael Adam2008-08-091-0/+2
* lib/access: make client_match() public.Michael Adam2008-08-091-0/+1
* Add simple async wrappers around send, recv and connectVolker Lendecke2008-08-082-0/+46
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-0/+1
* dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam2008-08-011-0/+1
* Enabled domain groups to be added to builtin groups at domain join timeTim Prouty2008-07-301-0/+2
* rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner2008-07-301-0/+6
* Make create_conn_struct() publicVolker Lendecke2008-07-271-0/+5
* Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_structVolker Lendecke2008-07-261-1/+1
* make read/write to internal pipes available externallyVolker Lendecke2008-07-262-8/+9
* Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructorVolker Lendecke2008-07-261-9/+0
* Refactor make_internal_rpc_pipe_p: connection_struct is not neededVolker Lendecke2008-07-262-2/+9
* Create doxygen comments for async_req.[ch]Volker Lendecke2008-07-261-41/+82
* Make api_rpcTNP static to srv_pipe.cVolker Lendecke2008-07-261-2/+0
* YESS -- remove the PI_* pipe constantsVolker Lendecke2008-07-211-18/+0
* Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke2008-07-211-1/+1
* Remove unused function rpccli_is_pipe_idxVolker Lendecke2008-07-211-1/+0
* Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke2008-07-211-4/+4
* Remove now unused cli_get_pipe_nameVolker Lendecke2008-07-211-1/+0
* Remove now unused cli_get_pipe_idxVolker Lendecke2008-07-211-1/+0
* Remove now unused cli_get_ifaceVolker Lendecke2008-07-211-1/+0
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-211-0/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke2008-07-201-7/+7
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-5/+5
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...Volker Lendecke2008-07-201-7/+7
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-6/+6
* Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke2008-07-201-4/+4
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-14/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-202-1/+6
* Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke2008-07-201-2/+2
* Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke2008-07-201-10/+0
* The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke2008-07-191-20/+0
* Introduce is_known_pipenameVolker Lendecke2008-07-191-0/+1
* Ooops, GUID_equal was already around :-)Volker Lendecke2008-07-191-1/+0
* libads: add prototype for ads_connect_gc().Günther Deschner2008-07-181-0/+1
* Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke2008-07-182-2/+1
* util: add policy_hnd_equal().Günther Deschner2008-07-171-0/+2
* In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke2008-07-161-1/+4
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-161-0/+3
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-162-3/+3
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-162-1/+2
|\
| * Fix swat. Bug #5613.Jeremy Allison2008-07-151-1/+0
| * popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-151-0/+2