summaryrefslogtreecommitdiff
path: root/source3/utils/net_domain.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Use rpccli_samr_Connect2() all over the place.Günther Deschner1-4/+8
2008-02-01Use rpccli_samr_CreateUser2() all over the place.Günther Deschner1-2/+17
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner1-4/+10
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner1-6/+12
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-6/+6
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner1-4/+6
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-1/+1
2007-10-10r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak1-41/+41
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-2/+1
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-1/+2
2007-10-10r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter1-3/+3
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-1/+1
2007-10-10r16845: Properly report the error during join when the set password failsGerald Carter1-0/+7
2007-10-10r15701: change 'net ads leave' to disable the machine account in the domain (...Gerald Carter1-0/+338