index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_domain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-27
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-02-12
Collect all init_lsa_string varients in one place.
Günther Deschner
1
-5
/
+0
2008-02-12
Remove all callers of rpccli_samr_setuserinfo2 and replace with
Günther Deschner
1
-24
/
+16
2008-02-12
Use every
Günther Deschner
1
-3
/
+7
2008-02-12
Removing unused ACCT_-flags.
Günther Deschner
1
-1
/
+2
2008-02-08
Use rpccli_samr_LookupNames() in net.
Günther Deschner
1
-20
/
+25
2008-02-08
Use rpccli_lsa_QueryInfoPolicy() in net.
Günther Deschner
1
-2
/
+8
2008-02-04
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
1
-4
/
+8
2008-02-01
Use rpccli_samr_CreateUser2() all over the place.
Günther Deschner
1
-2
/
+17
2008-02-01
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
1
-4
/
+10
2008-02-01
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
1
-6
/
+12
2008-01-31
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
1
-6
/
+6
2008-01-25
Trying to avoid defining new SAMR acct creation flags when we already have th...
Günther Deschner
1
-4
/
+6
2008-01-23
Forward ported version of Matt Geddes <musicalcarrion@gmail.com>
Jeremy Allison
1
-1
/
+7
2008-01-15
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
1
-1
/
+1
2007-10-10
r24771: Use infolevel 25 to set the machine account's password (just like win...
Rafal Szczesniak
1
-41
/
+41
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker Lendecke
1
-2
/
+1
2007-10-10
r21823: Let secrets_store_machine_password() also store the account name. Not...
Volker Lendecke
1
-1
/
+2
2007-10-10
r19754: * When using a krb5 session setup, we don't fill in the server_name
Gerald Carter
1
-3
/
+3
2007-10-10
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
Gerald Carter
1
-1
/
+1
2007-10-10
r16845: Properly report the error during join when the set password fails
Gerald Carter
1
-0
/
+7
2007-10-10
r15701: change 'net ads leave' to disable the machine account in the domain (...
Gerald Carter
1
-0
/
+338