summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_join.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-2/+3
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-171-1/+1
* Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke2009-02-161-6/+3
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-161-2/+5
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-12-081-1/+2
* 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
* Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-251-4/+7
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-2/+2
* Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-231-1/+7
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-3/+3
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-2/+2
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-2/+2
* r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam2007-10-101-12/+19
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-101-2/+5
* r24789: Add implementation of machine-authenticated connection to netlogonRafal Szczesniak2007-10-101-1/+16
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-3/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+3
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-1/+4
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-101-4/+4
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2007-10-101-4/+12
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2007-10-101-1/+1
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2007-10-101-13/+39
* r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2007-10-101-14/+21
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-4/+4