summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Make again idmap_init staticSimo Sorce2008-07-121-1/+0
* Revert "Make idmap_init() static"Volker Lendecke2008-07-111-0/+1
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-111-0/+2
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-111-7/+6
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-111-2/+2
* [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+1
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-051-2/+2
* Convert idmap_cache to gencacheVolker Lendecke2008-07-051-6/+7
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-031-2/+0
* Make idmap_init() staticVolker Lendecke2008-07-021-1/+0
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-011-0/+1
* Let send_trans_reply work on only the inbufVolker Lendecke2008-06-281-1/+1
* Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke2008-06-281-0/+2
* libads: Add API call to connect to a global catalog server.Gerald W. Carter2008-06-271-1/+0
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-1/+1
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-8/+16
* Add server_info to pipes_structVolker Lendecke2008-06-261-0/+2
* rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner2008-06-251-0/+5
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-7/+7
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-5/+5
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-1/+2
* rpc_client: add cli_get_session_key().Günther Deschner2008-06-241-0/+3
* crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2008-06-241-0/+5
* libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2008-06-241-0/+1
* time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner2008-06-231-0/+1
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-2/+1
* Remove current_user references from trans2.cVolker Lendecke2008-06-191-0/+2
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-191-1/+1
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-191-2/+2
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-171-1/+1
* libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2008-06-171-1/+2
* Add forgotten protoypesVolker Lendecke2008-06-151-1/+2
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-151-0/+1
* Add prototype for delete_negative_conn_cacheVolker Lendecke2008-06-071-0/+1
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-041-0/+1
* build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner2008-06-031-0/+1
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-2/+6
* fix build: add missing prototype of msg_close_file()Michael Adam2008-05-281-0/+5
* fix the build after prototype change.Michael Adam2008-05-281-1/+1
* build: Fix the build after prototype change.Günther Deschner2008-05-281-1/+1
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-261-1/+0
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-261-0/+1
* Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2008-05-251-0/+2
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-251-1/+4
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-231-1/+3
* rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2008-05-221-7/+0
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-221-1/+7
* Add client support for NCACN_UNIX_STREAMVolker Lendecke2008-05-211-0/+3
* rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke2008-05-211-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-13/+20