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_rpc_join.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-31
rpc_client: use init_samr_CryptPassword(Ex) in client tools.
Günther Deschner
1
-6
/
+5
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
1
-11
/
+10
2008-07-20
Refactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke
1
-2
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-6
/
+9
2008-06-10
net: Make "net rpc" use functable3
Kai Blin
1
-0
/
+7
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-1
/
+1
2008-05-10
net: more whitespace cleanup
Kai Blin
1
-7
/
+7
2008-05-10
net: Remove globals
Kai Blin
1
-10
/
+11
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
1
-4
/
+4
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-1
/
+1
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-2
/
+2
2008-03-15
Fix typo.
Günther Deschner
1
-1
/
+1
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
-6
/
+0
2008-02-12
Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().
Günther Deschner
1
-10
/
+7
2008-02-12
Remove all callers of rpccli_samr_setuserinfo2 and replace with
Günther Deschner
1
-8
/
+6
2008-02-08
Use rpccli_samr_LookupNames() in net.
Günther Deschner
1
-13
/
+12
2008-02-08
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
1
-2
/
+8
2008-02-04
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
1
-3
/
+4
2008-02-01
Use rpccli_samr_CreateUser2() all over the place.
Günther Deschner
1
-4
/
+18
2008-02-01
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
1
-3
/
+5
2008-02-01
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
1
-4
/
+6
2008-01-31
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
1
-2
/
+2
2008-01-25
Trying to avoid defining new SAMR acct creation flags when we already have th...
Günther Deschner
1
-4
/
+7
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-2
/
+2
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
-2
/
+2
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-3
/
+3
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
1
-2
/
+2
2007-10-10
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
1
-2
/
+2
2007-10-10
r25198: Change net_rpc_join_ok() to return NTSTATUS for better
Michael Adam
1
-12
/
+19
2007-10-10
r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() to
Michael Adam
1
-2
/
+5
2007-10-10
r24789: Add implementation of machine-authenticated connection to netlogon
Rafal Szczesniak
1
-1
/
+16
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
-3
/
+1
2007-10-10
r21823: Let secrets_store_machine_password() also store the account name. Not...
Volker Lendecke
1
-1
/
+3
2007-10-10
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
Gerald Carter
1
-1
/
+1
2007-10-10
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
Volker Lendecke
1
-1
/
+4
2007-10-10
r15543: New implementation of 'net ads join' to be more like Windows XP.
Gerald Carter
1
-4
/
+4
2007-10-10
r14087: Protect against domain being NULL. Finish Coverity #152.
Jeremy Allison
1
-4
/
+12
2007-10-10
r14085: Fix coverity bg #152, uninit'ed var.
Jim McDonough
1
-1
/
+1
2007-10-10
r13641: Finish fix for #3510. Don't use client schannel when told
Jeremy Allison
1
-13
/
+39
2007-10-10
r13614: First part of the bugfix for #3510 - net join fails
Jeremy Allison
1
-14
/
+21
2007-10-10
r12986: Use d_fprintf(stderr, ...) for any error message in net.
Lars Müller
1
-4
/
+4
2007-10-10
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
1
-3
/
+4
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-57
/
+73
2007-10-10
r8564: Sometimes we're too dumb to live... Fix samr calls where we were
Jeremy Allison
1
-5
/
+5
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-2
/
+2
2007-10-10
r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader.
Tim Potter
1
-2
/
+1
[next]