summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-251-1/+4
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-232-1/+5
* 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
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-212-1/+5
* 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
* Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2008-05-211-2/+2
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-13/+20
* Remove conn_find_byname now it's no longer used inJeremy Allison2008-05-191-1/+0
* build: freeze proto.hMichael Adam2008-05-181-0/+10475
* Simplify fake_file logicVolker Lendecke2008-05-163-15/+5
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+0
* Add a comment explaining server_info in connection_structVolker Lendecke2008-05-101-0/+4
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-8/+0
* Replace nt_user_token with server_info in connection_structVolker Lendecke2008-05-101-1/+1
* Next try at making the vuid cache circularVolker Lendecke2008-05-101-1/+1
* Add "server_info" to connection_structVolker Lendecke2008-05-101-0/+2
* Remove unused "force_group" from connection_structVolker Lendecke2008-05-101-1/+0
* net: Remove globalsKai Blin2008-05-101-2/+4
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-083-15/+3
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-1/+5
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-05-051-10/+0
|\
| * Remove unused dir_status_structVolker Lendecke2008-05-051-10/+0
* | Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2008-05-051-4/+5
|/
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-052-3/+9
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-051-2/+0
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-2/+0
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-051-7/+0
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-051-2/+0
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-051-2/+1
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-052-2/+0
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-051-1/+0
* pipes_struct->pipe_user_name is unused, remove itVolker Lendecke2008-05-051-1/+0
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-0/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+0
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-1/+0
* ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner2008-04-301-1/+1
* errors: add WERR_NOT_FOUND.Günther Deschner2008-04-291-0/+1
* Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman2008-04-261-0/+2
* errors: add WERR_INVALID_DOMAINNAME.Günther Deschner2008-04-251-0/+1
* Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke2008-04-251-3/+11
* Make use of rpccli_xxx_bind_dataVolker Lendecke2008-04-251-1/+0
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-3/+4
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-251-1/+1
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-1/+0
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-212-61/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-212-4/+5
* Refactoring: Move stuff around for creating a pipeVolker Lendecke2008-04-201-4/+4