summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-12Make again idmap_init staticSimo Sorce1-1/+0
2008-07-11Revert "Make idmap_init() static"Volker Lendecke1-0/+1
2008-07-11Revert "Remove gencache_[un]lock_entry"Volker Lendecke1-0/+2
2008-07-11Revert "Convert idmap_cache to gencache"Volker Lendecke1-7/+6
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke1-2/+2
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+1
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke1-2/+2
2008-07-05Convert idmap_cache to gencacheVolker Lendecke1-6/+7
2008-07-03Remove gencache_[un]lock_entryVolker Lendecke1-2/+0
2008-07-02Make idmap_init() staticVolker Lendecke1-1/+0
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare1-0/+1
2008-06-28Let send_trans_reply work on only the inbufVolker Lendecke1-1/+1
2008-06-28Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke1-0/+2
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-1/+0
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke1-1/+1
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-8/+16
2008-06-26Add server_info to pipes_structVolker Lendecke1-0/+2
2008-06-25rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner1-0/+5
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-7/+7
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-5/+5
2008-06-25rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner1-1/+2
2008-06-24rpc_client: add cli_get_session_key().Günther Deschner1-0/+3
2008-06-24crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner1-0/+5
2008-06-24libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner1-0/+1
2008-06-23time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner1-0/+1
2008-06-22Remove the "exists" parameter from create_msdfs_linkVolker Lendecke1-2/+1
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-0/+2
2008-06-19Remove the "current_user" arg from fsp_belongs_connVolker Lendecke1-1/+1
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke1-2/+2
2008-06-17file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam1-1/+1
2008-06-17libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner1-1/+2
2008-06-15Add forgotten protoypesVolker Lendecke1-1/+2
2008-06-15Remove the current_user reference from fake_file.cVolker Lendecke1-0/+1
2008-06-07Add prototype for delete_negative_conn_cacheVolker Lendecke1-0/+1
2008-06-04util_str: add talloc_asprintf_strlower_m().Günther Deschner1-0/+1
2008-06-03build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner1-0/+1
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-2/+6
2008-05-28fix build: add missing prototype of msg_close_file()Michael Adam1-0/+5
2008-05-28fix the build after prototype change.Michael Adam1-1/+1
2008-05-28build: Fix the build after prototype change.Günther Deschner1-1/+1
2008-05-26Remove unused function is_trusted_domain_situation().Michael Adam1-1/+0
2008-05-26Add function is_dc_trusted_domain_situation().Michael Adam1-0/+1
2008-05-25Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke1-0/+2
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-1/+4
2008-05-23Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter1-1/+3
2008-05-22rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam1-7/+0
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-1/+7
2008-05-21Add client support for NCACN_UNIX_STREAMVolker Lendecke1-0/+3
2008-05-21rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke1-1/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-13/+20