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
/
libsmb
/
trusts_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsmb: Allow change of BDC trust account password
Andrew Bartlett
2014-12-11
1
-0
/
+3
*
s3/libsmb: Free memdup'd local variable
Jose A. Rivera
2014-02-22
1
-0
/
+1
*
s3:libsmb: remove unused trust_pw_find_change_and_store_it()
Stefan Metzmacher
2014-01-07
1
-81
/
+0
*
s3:libsmb: add trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-0
/
+179
*
libsmb: Fix CID 1127343 Dead default in switch
Volker Lendecke
2013-11-11
1
-2
/
+0
*
s3:libsmb: inline trust_pw_change_and_store_it() into trust_pw_find_change_an...
Stefan Metzmacher
2013-10-17
1
-35
/
+15
*
s3:libsmb: remove unused change_trust_account_password()
Stefan Metzmacher
2013-10-17
1
-72
/
+0
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
2013-08-05
1
-1
/
+1
*
s3: use generate_random_password() instead of generate_random_str()
Stefan Metzmacher
2013-02-04
1
-3
/
+4
*
s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
2011-11-03
1
-1
/
+1
*
s3-trustdomcache: make enumerate_domain_trusts() static.
Günther Deschner
2011-11-02
1
-101
/
+0
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2011-02-28
1
-0
/
+1
*
s3-libsmb: prefer dcerpc_lsa_X functions.
Günther Deschner
2011-02-02
1
-14
/
+22
*
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
2010-12-20
1
-2
/
+2
*
s3: Remove some unused variables
Volker Lendecke
2010-12-20
1
-2
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3-libsmb: move change_trust_account_password out of smbd into libsmb.
Günther Deschner
2010-06-30
1
-0
/
+74
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-2
/
+2
*
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-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
Ensure all callers to the rpc_client/cli_pipe functions correctly
Jeremy Allison
2009-11-12
1
-1
/
+1
*
s3: Remove debug_ctx()
Volker Lendecke
2009-11-03
1
-1
/
+1
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
1
-2
/
+2
*
s3-netlogon: allow to change any type of trust account password in trust_pw_f...
Günther Deschner
2009-10-13
1
-6
/
+39
*
s3-netlogon: pass down account name to remote password set functions.
Günther Deschner
2009-10-13
1
-0
/
+3
*
Revert "s3: Attempt to fix machine password change"
Volker Lendecke
2009-10-05
1
-3
/
+5
*
s3: Attempt to fix machine password change
Volker Lendecke
2009-10-05
1
-5
/
+3
*
s3: Fix nonempty blank lines
Volker Lendecke
2009-10-05
1
-4
/
+4
*
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
*
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
2008-10-19
1
-3
/
+2
*
netlogon: move password change code out to rpccli_netlogon_set_trust_password.
Günther Deschner
2008-09-21
1
-94
/
+5
*
netlogon: refactor just_change_the_password a bit.
Günther Deschner
2008-09-21
1
-22
/
+16
*
netlogon: use init_netr_CryptPassword in "just_change_the_password"
Günther Deschner
2008-09-21
1
-13
/
+10
*
Fix Bug #5710 and make machine account password changing work again.
Günther Deschner
2008-08-21
1
-23
/
+52
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
Volker Lendecke
2008-04-25
1
-1
/
+1
*
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
-1
/
+1
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-1
/
+1
*
Use new LSA_POLICY defines in lsa rpc server code and other places.
Günther Deschner
2008-02-27
1
-1
/
+1
*
Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".
Günther Deschner
2008-02-16
1
-1
/
+26
*
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
2008-02-13
1
-2
/
+26
*
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
[next]