summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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-21Compile endpoint mapper pidl outputVolker Lendecke2-1/+5
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-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke1-2/+2
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-13/+20
2008-05-19Remove conn_find_byname now it's no longer used inJeremy Allison1-1/+0
2008-05-18build: freeze proto.hMichael Adam1-0/+10475
2008-05-16Simplify fake_file logicVolker Lendecke3-15/+5
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+0
2008-05-10Add a comment explaining server_info in connection_structVolker Lendecke1-0/+4
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-8/+0
2008-05-10Replace nt_user_token with server_info in connection_structVolker Lendecke1-1/+1
2008-05-10Next try at making the vuid cache circularVolker Lendecke1-1/+1
2008-05-10Add "server_info" to connection_structVolker Lendecke1-0/+2
2008-05-10Remove unused "force_group" from connection_structVolker Lendecke1-1/+0
2008-05-10net: Remove globalsKai Blin1-2/+4
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison3-15/+3
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke1-1/+5
2008-05-05Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison1-10/+0
2008-05-05Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison1-4/+5
2008-05-05Remove unused dir_status_structVolker Lendecke1-10/+0
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2-3/+9
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke1-2/+0
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke1-2/+0
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke1-7/+0
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke1-2/+0
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke1-2/+1
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke2-2/+0
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke1-1/+0
2008-05-05pipes_struct->pipe_user_name is unused, remove itVolker Lendecke1-1/+0
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-0/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+0
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-1/+0
2008-04-30ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner1-1/+1
2008-04-29errors: add WERR_NOT_FOUND.Günther Deschner1-0/+1
2008-04-26Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman1-0/+2
2008-04-25errors: add WERR_INVALID_DOMAINNAME.Günther Deschner1-0/+1
2008-04-25Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke1-3/+11
2008-04-25Make use of rpccli_xxx_bind_dataVolker Lendecke1-1/+0
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-3/+4
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-1/+0
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2-61/+0
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2-4/+5
2008-04-20Refactoring: Move stuff around for creating a pipeVolker Lendecke1-4/+4
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2-2/+4
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-1/+1