summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_domain.c
Commit message (Expand)AuthorAgeFilesLines
* Collect all init_lsa_string varients in one place.Günther Deschner2008-02-121-5/+0
* Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner2008-02-121-24/+16
* Use everyGünther Deschner2008-02-121-3/+7
* Removing unused ACCT_-flags.Günther Deschner2008-02-121-1/+2
* Use rpccli_samr_LookupNames() in net.Günther Deschner2008-02-081-20/+25
* Use rpccli_lsa_QueryInfoPolicy() in net.Günther Deschner2008-02-081-2/+8
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-4/+8
* Use rpccli_samr_CreateUser2() all over the place.Günther Deschner2008-02-011-2/+17
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-4/+10
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-6/+12
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-6/+6
* Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-251-4/+6
* 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-1/+1
* r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak2007-10-101-41/+41
* 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-2/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+2
* r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter2007-10-101-3/+3
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r16845: Properly report the error during join when the set password failsGerald Carter2007-10-101-0/+7
* r15701: change 'net ads leave' to disable the machine account in the domain (...Gerald Carter2007-10-101-0/+338