summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-202-2/+4
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-0/+2
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-2/+0
* rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij2008-04-171-2/+2
* IDL: build generated nbt code.Günther Deschner2008-04-173-0/+6
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-171-0/+1
* errors: Add WERR_NO_SUCH_USER.Günther Deschner2008-04-161-0/+1
* errors: Add WERR_NONE_MAPPED.Günther Deschner2008-04-161-0/+1
* Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij2008-04-151-4/+1
* doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2008-04-141-0/+2
* Remove namedpipe_transact fn pointer from smb_np_structVolker Lendecke2008-04-141-11/+0
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-1/+1
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-1/+1
* Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.Günther Deschner2008-04-121-0/+2
* Move some WERRORs down to the NERR_BASE block.Günther Deschner2008-04-121-16/+11
* dbwrap: add dbwrap_tdb2 backendStefan Metzmacher2008-04-121-0/+8
* messaging: add MSG_DBWRAP_TDB2_CHANGES flagStefan Metzmacher2008-04-121-0/+3
* messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher2008-04-121-0/+2
* Remove some write-only fstringsVolker Lendecke2008-04-111-7/+0
* Add MAX_NERR define.Günther Deschner2008-04-101-0/+4
* Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.Günther Deschner2008-04-081-0/+1
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-071-0/+3
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-3/+7
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-0/+4
* Add NT_STATUS_RPC_CANNOT_SUPPORT.Günther Deschner2008-04-031-0/+1