index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
s4:http/gensec: make the "NTLM" base64 wrapping more generic
Stefan Metzmacher
1
-32
/
+107
2017-08-07
s4:http/gensec: rename ntlm.c to generic.c
Stefan Metzmacher
2
-5
/
+5
2017-08-07
s4:lib/http: pass a generic prefix blob to http_parse_auth_response()
Stefan Metzmacher
1
-11
/
+13
2017-08-07
s4:lib/http: use strcasecmp(h->key, "WWW-Authenticate") instead of strncasecmp()
Stefan Metzmacher
1
-1
/
+4
2017-08-07
s4:lib/http: remove indentation level from http_parse_auth_response()
Stefan Metzmacher
1
-10
/
+12
2017-08-07
s4:lib/http: let http_read_response_send/recv() also consume the body if it f...
Stefan Metzmacher
4
-17
/
+76
2017-08-07
s4:lib/http: lower HTTP_MAX_HEADER_SIZE from UINT_MAX to 0x1FFFF
Stefan Metzmacher
1
-1
/
+1
2017-07-26
s4: COM: Remove talloc_autofree_context() from (unused) COM code.
Jeremy Allison
5
-11
/
+16
2017-07-25
s4:lib/http: rewrite http_send_auth_request_*() using gensec_update_send/recv
Stefan Metzmacher
2
-186
/
+153
2017-07-21
s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()
Stefan Metzmacher
1
-1
/
+1
2017-05-30
s4:lib/com: remove unused pycom binding
Stefan Metzmacher
2
-90
/
+0
2017-05-21
s4:gensec/http_basic: add simple gensec_http_basic_update_send/recv() wrapper...
Stefan Metzmacher
1
-6
/
+72
2017-05-21
s4:gensec/http_ntlm: add implement gensec_http_ntlm_update_send/recv()
Stefan Metzmacher
1
-31
/
+95
2017-05-13
gensec: Add a TALLOC_CTX * to gensec_register().
Jeremy Allison
2
-2
/
+2
2017-05-11
s4: popt: Change from talloc_autofree_context() to NULL context.
Jeremy Allison
1
-2
/
+1
2017-05-11
s4: popt: Make cmdline_credentials static.
Jeremy Allison
2
-2
/
+3
2017-05-11
s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...
Jeremy Allison
7
-26
/
+53
2017-05-11
s4: popt: Add set/get/free functions for cmdline_credentials.
Jeremy Allison
2
-0
/
+19
2017-05-10
s4-lib/policy: remove some dead prototypes
Günther Deschner
1
-2
/
+0
2017-05-09
s4:tls: Do not use deprecated GnuTLS types
Andreas Schneider
2
-14
/
+16
2017-04-26
s4-messaging: Add helpful comments
Andrew Bartlett
1
-0
/
+7
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
3
-6
/
+6
2017-04-17
s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_r...
Jeremy Allison
2
-4
/
+6
2017-04-17
s4: messaging. Minor cleanup. Check for error returns on imessaging_register ...
Jeremy Allison
1
-5
/
+23
2017-03-31
s4: messaging. Add imessaging_reinit_all() function.
Jeremy Allison
2
-0
/
+44
2017-03-29
s4-messaging: split up messaging into a smaller library for send only
Andrew Bartlett
3
-80
/
+121
2017-03-28
pymessaging: add single element tupple form of the server_id
Gary Lockyer
1
-1
/
+8
2017-03-28
pymessaging: Add a hook to run the event loop, make callbacks practical
Andrew Bartlett
3
-26
/
+117
2017-03-28
pymessaging: Add irpc_remove_name
Andrew Bartlett
1
-0
/
+18
2017-03-28
pymessaging: Add support for irpc_add_name
Andrew Bartlett
1
-1
/
+25
2017-03-10
waf: disable-python - don't build samba-policy
Ian Stakenvicius
1
-1
/
+2
2017-02-21
build:wafsamba: Remove ambiguous 'if x in conf.env' constructs
Thomas Nagy
1
-2
/
+2
2017-01-22
lib: Add lib/util/server_id.h
Volker Lendecke
1
-0
/
+1
2017-01-20
s4/messaging: register for MSG_REQ_RINGBUF_LOG
Ralph Boehme
1
-0
/
+22
2016-11-30
lib/registry/regf: better initialise nk_block
Douglas Bagnall
1
-1
/
+1
2016-11-16
source4: Change to use lib/util/access functions.
Jeremy Allison
3
-239
/
+3
2016-10-14
messaging: Fix CID 1373625 Unused value
Volker Lendecke
1
-0
/
+1
2016-10-13
messaging: add an overflow check
Volker Lendecke
1
-1
/
+186
2016-10-05
messaging4: Postpone messages to the right tevent context
Volker Lendecke
1
-0
/
+65
2016-10-05
messages_dgm_ref: Pass receiving "ev" to recv_cb
Volker Lendecke
1
-2
/
+4
2016-10-05
messaging: add an overflow test
Volker Lendecke
1
-0
/
+76
2016-10-05
messaging4: Fix signed/unsigned hickups
Volker Lendecke
1
-2
/
+2
2016-09-28
lib: Fix CID 1373388 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2016-09-28
lib: Fix CID 1373389 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2016-09-28
werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREG
Günther Deschner
1
-1
/
+1
2016-09-28
werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...
Günther Deschner
1
-1
/
+1
2016-09-28
werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...
Günther Deschner
5
-29
/
+29
2016-09-28
werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...
Günther Deschner
4
-64
/
+64
2016-09-28
werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/com/
Günther Deschner
2
-2
/
+2
2016-09-28
werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/
Günther Deschner
2
-3
/
+3
[prev]
[next]