summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc_join.c
Commit message (Expand)AuthorAgeFilesLines
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3-rpc_client: move protos to init_samr.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* s3-net: fix build warning (missing default in switch).Günther Deschner2009-10-161-0/+4
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-2/+2
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-2/+3
* s3 net: i18n support for net rpc joinKai Blin2009-08-101-14/+18
* Revert "net: Use samba default command line arguments."Kai Blin2009-07-221-2/+1
* net: Use samba default command line arguments.Kai Blin2009-05-251-1/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-2/+2
* Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett2009-04-201-1/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-201-1/+1
|\
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-1/+1
* | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-1/+1
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
|/
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1
* Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke2009-02-131-6/+3
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-031-2/+5
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-2/+2
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-11-281-1/+2
* Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-7/+3
* rpc_client: use init_samr_CryptPassword(Ex) in client tools.Günther Deschner2008-07-311-6/+5
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-11/+10
* Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke2008-07-201-2/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-6/+9
* net: Make "net rpc" use functable3Kai Blin2008-06-101-0/+7
* net: Use true/false instead of True/False.Kai Blin2008-05-201-1/+1
* net: more whitespace cleanupKai Blin2008-05-101-7/+7
* net: Remove globalsKai Blin2008-05-101-10/+11
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-4/+4
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-2/+2
* Fix typo.Günther Deschner2008-03-151-1/+1
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Collect all init_lsa_string varients in one place.Günther Deschner2008-02-121-6/+0
* Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner2008-02-121-10/+7
* Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner2008-02-121-8/+6
* Use rpccli_samr_LookupNames() in net.Günther Deschner2008-02-081-13/+12
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-2/+8
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-3/+4
* Use rpccli_samr_CreateUser2() all over the place.Günther Deschner2008-02-011-4/+18
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-3/+5
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-4/+6
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-2/+2