index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_join.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-lsa: separate out init_lsa headers.
Günther Deschner
2010-08-25
1
-0
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-1
/
+1
*
s3-rpc_client: move protos to init_samr.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-rpc_client: move protos to cli_netlogon.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+2
*
s3-net: fix build warning (missing default in switch).
Günther Deschner
2009-10-16
1
-0
/
+4
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
1
-1
/
+1
*
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
2009-09-15
1
-2
/
+2
*
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Günther Deschner
2009-09-11
1
-2
/
+3
*
s3 net: i18n support for net rpc join
Kai Blin
2009-08-10
1
-14
/
+18
*
Revert "net: Use samba default command line arguments."
Kai Blin
2009-07-22
1
-2
/
+1
*
net: Use samba default command line arguments.
Kai Blin
2009-05-25
1
-1
/
+2
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-2
/
+2
*
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Andrew Bartlett
2009-04-20
1
-1
/
+1
*
Merge commit 'origin/master' into libcli-auth-merge-without-netlogond
Andrew Bartlett
2009-04-20
1
-1
/
+1
|
\
|
*
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2009-04-15
1
-1
/
+1
*
|
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
2009-04-20
1
-1
/
+1
*
|
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-0
/
+1
|
/
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-1
/
+1
*
Fix Coverity ID 742 (RESOURCE_LEAK)
Volker Lendecke
2009-02-13
1
-6
/
+3
*
s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
Volker Lendecke
2009-02-03
1
-2
/
+5
*
s3-samr: avoid all init_samr_user* functions.
Günther Deschner
2009-01-06
1
-2
/
+2
*
s3-samr: fix init_samr_user_info{23,24} callers.
Günther Deschner
2008-11-28
1
-1
/
+2
*
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
2008-10-19
1
-7
/
+3
*
rpc_client: use init_samr_CryptPassword(Ex) in client tools.
Günther Deschner
2008-07-31
1
-6
/
+5
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
2008-07-20
1
-11
/
+10
*
Refactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-6
/
+9
*
net: Make "net rpc" use functable3
Kai Blin
2008-06-10
1
-0
/
+7
*
net: Use true/false instead of True/False.
Kai Blin
2008-05-20
1
-1
/
+1
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-7
/
+7
*
net: Remove globals
Kai Blin
2008-05-10
1
-10
/
+11
*
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
2008-04-20
1
-4
/
+4
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
2008-04-02
1
-2
/
+2
*
Fix typo.
Günther Deschner
2008-03-15
1
-1
/
+1
*
Add my copyright.
Günther Deschner
2008-02-27
1
-0
/
+1
*
Collect all init_lsa_string varients in one place.
Günther Deschner
2008-02-12
1
-6
/
+0
*
Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().
Günther Deschner
2008-02-12
1
-10
/
+7
*
Remove all callers of rpccli_samr_setuserinfo2 and replace with
Günther Deschner
2008-02-12
1
-8
/
+6
*
Use rpccli_samr_LookupNames() in net.
Günther Deschner
2008-02-08
1
-13
/
+12
*
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
2008-02-08
1
-2
/
+8
*
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
2008-02-04
1
-3
/
+4
*
Use rpccli_samr_CreateUser2() all over the place.
Günther Deschner
2008-02-01
1
-4
/
+18
*
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
2008-02-01
1
-3
/
+5
*
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
2008-02-01
1
-4
/
+6
*
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
2008-01-31
1
-2
/
+2
[next]