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
Commit message (
Expand
)
Author
Age
Files
Lines
*
librpc/ndr: add ndr_pop_dcerpc_sec_verification_trailer()
Gregor Beck
2014-01-08
4
-2
/
+151
*
librpc/rpc: simplify tevent_req_nterror() usage in binding_handle.c
Stefan Metzmacher
2014-01-08
1
-6
/
+3
*
libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...
Stefan Metzmacher
2014-01-08
1
-2
/
+2
*
crypto: fix build on OS X
Björn Jacke
2014-01-08
1
-0
/
+1
*
build: test the generic md5 function after importing it from hashlib
Björn Jacke
2014-01-08
1
-1
/
+1
*
libgpo: apply some const.
Günther Deschner
2014-01-07
8
-24
/
+24
*
libgpo: when running in verbose mode, printout the parsed PReg file.
Günther Deschner
2014-01-07
2
-1
/
+5
*
libgpo: only use libgpo/gpext/gpext.h where really needed.
Günther Deschner
2014-01-07
5
-2
/
+4
*
libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().
Günther Deschner
2014-01-07
3
-5
/
+7
*
libgpo: remove some unused code and remove that important FIXME note.
Günther Deschner
2014-01-07
1
-93
/
+0
*
libgpo: directly call gpext_process_extension() from gpo_process_gpo_list.
Günther Deschner
2014-01-07
1
-41
/
+5
*
libgpo: implement CSE filtering in gpext_process_extension().
Günther Deschner
2014-01-07
3
-6
/
+18
*
libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_proces...
Günther Deschner
2014-01-07
2
-19
/
+0
*
libgpo: remove extension_guid and snapin_guid (the tool guid) from the proces...
Günther Deschner
2014-01-07
5
-18
/
+8
*
libgpo: allow to pass down deleted and changed gpo list to CSE plugins.
Günther Deschner
2014-01-07
6
-102
/
+189
*
libgpo/gpext: add new gpext_check_gpo_for_gpext_presence() helper function.
Günther Deschner
2014-01-07
1
-0
/
+46
*
libgpo: add gpo_copy().
Günther Deschner
2014-01-07
2
-0
/
+55
*
libgpo: make gpo_get_gp_ext_from_gpo public.
Günther Deschner
2014-01-07
2
-4
/
+8
*
libgpo: make gpo_process_a_gpo() static to the util code.
Günther Deschner
2014-01-07
2
-12
/
+6
*
libgpo: remove unused gp_registry_entry2 struct.
Günther Deschner
2014-01-07
1
-7
/
+0
*
libgpo: remove ads reference from dump calls and make them take const structs.
Günther Deschner
2014-01-07
4
-47
/
+25
*
libgpo: prefix some more calls with gpext_.
Günther Deschner
2014-01-07
6
-71
/
+72
*
libgpo: rename debug_gpext_header to gpext_debug_header.
Günther Deschner
2014-01-07
5
-5
/
+5
*
libgpo/CSE/scripts: fix a build warning.
Günther Deschner
2014-01-07
1
-1
/
+1
*
s3-registry: fix typo in DEBUG statement.
Günther Deschner
2014-01-07
1
-1
/
+1
*
s4:netlogon: implement "allow nt4 crypto" and "reject md5 clients" features.
Stefan Metzmacher
2014-01-07
1
-0
/
+20
*
s4:netlogon: don't generate a debug message for SEC_CHAN_NULL.
Stefan Metzmacher
2014-01-07
1
-0
/
+2
*
s4:netlogon: correctly calculate the negotiate_flags
Stefan Metzmacher
2014-01-07
1
-31
/
+28
*
selftest/Samba4: use "allow nt4 crypto = yes" for testing
Stefan Metzmacher
2014-01-07
1
-0
/
+1
*
lib/param: add "reject md5 client" option, defaulting to false
Stefan Metzmacher
2014-01-07
3
-0
/
+28
*
lib/param: add "allow nt4 crypto" option, defaulting to false
Stefan Metzmacher
2014-01-07
3
-0
/
+36
*
libcli/auth: remove unused netlogon_creds_cli_context_copy()
Stefan Metzmacher
2014-01-07
2
-51
/
+0
*
s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_creds
Stefan Metzmacher
2014-01-07
2
-12
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()
Stefan Metzmacher
2014-01-07
2
-106
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_sam_logon()
Stefan Metzmacher
2014-01-07
2
-133
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_setup_creds()
Stefan Metzmacher
2014-01-07
2
-100
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()
Stefan Metzmacher
2014-01-07
2
-58
/
+0
*
s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexible
Stefan Metzmacher
2014-01-07
4
-12
/
+21
*
s3:winbindd: make use of rpccli_netlogon_network_logon()
Stefan Metzmacher
2014-01-07
1
-13
/
+15
*
s3:rpcclient: make use of rpccli_netlogon_password_logon() in the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-3
/
+8
*
s3:rpcclient: remove optional auth_level parameter of the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-7
/
+4
*
s3:rpcclient: give errors and clean up correctly after failing to obtain secret
Garming Sam
2014-01-07
1
-0
/
+6
*
s3:rpcclient: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
1
-18
/
+41
*
s3:libnet: pass in struct netlogon_creds_cli_context from the caller.
Stefan Metzmacher
2014-01-07
3
-1
/
+3
*
s3:libsmb: remove unused trust_pw_find_change_and_store_it()
Stefan Metzmacher
2014-01-07
2
-84
/
+0
*
s3:winbindd: make use of trust_pw_change() in _wbint_ChangeMachineAccount()
Stefan Metzmacher
2014-01-07
1
-28
/
+7
*
s3:winbindd: make use of trust_pw_change() for periodic password changes
Stefan Metzmacher
2014-01-07
1
-8
/
+8
*
s3:winbindd: use invalidate_cm_connection() to kill the netlogon connection
Stefan Metzmacher
2014-01-07
1
-1
/
+1
*
s3:net_rpc: make use of trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-1
/
+5
*
s3:rpcclient: make use of trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-5
/
+5
[next]