summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+2
2009-10-16s3-net: fix build warning (missing default in switch).Günther Deschner1-0/+4
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-1/+1
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-2/+2
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner1-2/+3
2009-08-10s3 net: i18n support for net rpc joinKai Blin1-14/+18
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin1-2/+1
2009-05-25net: Use samba default command line arguments.Kai Blin1-1/+2
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-2/+2
2009-04-20Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett1-1/+1
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett1-1/+1
2009-04-20Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett1-1/+1
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-03-18s3: remove POLICY_HND.Günther Deschner1-1/+1
2009-02-13Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke1-6/+3
2009-02-03s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke1-2/+5
2009-01-06s3-samr: avoid all init_samr_user* functions.Günther Deschner1-2/+2
2008-11-28s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner1-1/+2
2008-10-19Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij1-7/+3
2008-07-31rpc_client: use init_samr_CryptPassword(Ex) in client tools.Günther Deschner1-6/+5
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-11/+10
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke1-2/+3
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-6/+9
2008-06-10net: Make "net rpc" use functable3Kai Blin1-0/+7
2008-05-20net: Use true/false instead of True/False.Kai Blin1-1/+1
2008-05-10net: more whitespace cleanupKai Blin1-7/+7
2008-05-10net: Remove globalsKai Blin1-10/+11
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-4/+4
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-2/+2
2008-03-15Fix typo.Günther Deschner1-1/+1
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-6/+0
2008-02-12Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner1-10/+7
2008-02-12Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner1-8/+6
2008-02-08Use rpccli_samr_LookupNames() in net.Günther Deschner1-13/+12
2008-02-08Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner1-2/+8
2008-02-04Use rpccli_samr_Connect2() all over the place.Günther Deschner1-3/+4
2008-02-01Use rpccli_samr_CreateUser2() all over the place.Günther Deschner1-4/+18
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner1-3/+5
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner1-4/+6
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-2/+2
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner1-4/+7
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-2/+2
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-1/+7
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-3/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-2/+2
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-2/+2