Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
bd78c912fd73b8506a39c53b6f0b00330f998aca
/
src
/
auth.c
e8ceea1
BUILD: auth: include missing list.h
by Willy Tarreau
· Sat May 08 12:29:51 2021 +0200
61cfdf4
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
by Willy Tarreau
· Sat Feb 20 10:46:51 2021 +0100
b8888ab
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed Jan 06 21:20:16 2021 +0500
e5ff141
CLEANUP: Compare the return value of `XXXcmp()` functions with zero
by Tim Duesterhus
· Sat Jan 02 22:31:53 2021 +0100
ec00251
BUG/MINOR: auth: report valid crypto(3) support depending on build options
by Victor Kislov
· Thu Aug 06 19:21:39 2020 +0300
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
36979d9
REORG: include: move the error reporting functions to from log.h to errors.h
by Willy Tarreau
· Fri Jun 05 17:27:29 2020 +0200
aeed4a8
REORG: include: move log.h to haproxy/log{,-t}.h
by Willy Tarreau
· Thu Jun 04 22:01:04 2020 +0200
dcc048a
REORG: include: move acl.h to haproxy/acl.h{,-t}.h
by Willy Tarreau
· Thu Jun 04 19:11:43 2020 +0200
f268ee8
REORG: include: split global.h into haproxy/global{,-t}.h
by Willy Tarreau
· Thu Jun 04 17:05:57 2020 +0200
225a90a
REORG: include: move pattern.h to haproxy/pattern{,-t}.h
by Willy Tarreau
· Thu Jun 04 15:06:28 2020 +0200
ac13aea
REORG: include: move auth.h to haproxy/auth{,-t}.h
by Willy Tarreau
· Thu Jun 04 10:36:03 2020 +0200
af613e8
CLEANUP: thread: rename __decl_hathreads() to __decl_thread()
by Willy Tarreau
· Fri Jun 05 08:40:51 2020 +0200
3f567e4
REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h
by Willy Tarreau
· Thu May 28 15:29:19 2020 +0200
8d36697
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/
by Willy Tarreau
· Wed May 27 16:10:29 2020 +0200
4c7e4b7
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
by Willy Tarreau
· Wed May 27 12:58:42 2020 +0200
6c00eba
BUILD/MINOR: auth: enabling for osx
by David Carlier
· Sun Sep 01 14:59:10 2019 +0100
e573323
CLEANUP: build: rename some build macros to use the USE_* ones
by Willy Tarreau
· Wed May 22 19:24:06 2019 +0200
8071338
MINOR: initcall: apply initcall to all register_build_opts() calls
by Willy Tarreau
· Mon Nov 26 10:19:54 2018 +0100
943e7ec
MEDIUM: auth/threads: make use of crypt_r() on systems supporting it
by Willy Tarreau
· Mon Oct 29 19:16:27 2018 +0100
34d4b52
BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe
by Willy Tarreau
· Mon Oct 29 18:02:54 2018 +0100
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· Fri Jul 13 10:54:26 2018 +0200
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· Fri Nov 24 16:50:31 2017 +0100
e8692b4
CLEANUP: auth: use the build options list to report its support
by Willy Tarreau
· Wed Dec 21 19:36:25 2016 +0100
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· Wed Aug 19 09:07:19 2015 +0200
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· Wed Aug 19 09:00:18 2015 +0200
6eac32e
BUILD: Compile clean when debug options defined
by CJ Ess
· Sat May 02 16:35:24 2015 -0400
c82279c
BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
by Cyril Bonté
· Fri Aug 29 20:20:01 2014 +0200
07fcaaa
MINOR: fix a few memory usage errors
by Dirkjan Bussink
· Mon Apr 28 22:57:16 2014 +0000
86e0fc1
BUG/MINOR: auth: fix wrong return type in pat_match_auth()
by Willy Tarreau
· Tue Apr 29 19:52:16 2014 +0200
5338eea
MEDIUM: pattern: The match function browse itself the list or the tree.
by Thierry FOURNIER
· Mon Dec 16 14:22:13 2013 +0100
9eec0a6
MAJOR: auth: Change the internal authentication system.
by Thierry FOURNIER
· Wed Jan 22 18:38:02 2014 +0100
0cba607
MINOR: acl/pattern: use types different from int to clarify who does what.
by Willy Tarreau
· Thu Nov 28 22:21:02 2013 +0100
a65b343
MEDIUM: pattern: rename "acl" prefix to "pat"
by Thierry FOURNIER
· Thu Nov 28 18:22:00 2013 +0100
b950959
CLEANUP: auth: make the code build again with DEBUG_AUTH
by Willy Tarreau
· Thu May 10 23:25:35 2012 +0200
3740635
MAJOR: acl: make use of the new sample struct and get rid of acl_test
by Willy Tarreau
· Mon Apr 23 16:16:37 2012 +0200
8f7406e
MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag
by Willy Tarreau
· Fri Apr 20 18:16:26 2012 +0200
ff011f2
[REORG] http: move the http-request rules to proto_http
by Willy Tarreau
· Thu Jan 06 17:51:27 2011 +0100
890a33e
[BUILD] fix platform-dependant build issues related to crypt()
by Willy Tarreau
· Thu Mar 04 19:10:14 2010 +0100
b4c06b7
[BUILD] auth: don't use unnamed unions
by Willy Tarreau
· Tue Feb 02 11:28:20 2010 +0100
9cc670f
[CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing
by Willy Tarreau
· Mon Feb 01 10:43:44 2010 +0100
f9423ae
[MINOR] acl: add http_auth and http_auth_group
by Krzysztof Piotr Oledzki
· Fri Jan 29 19:26:18 2010 +0100
9610504
[MINOR] generic auth support with groups and encrypted passwords
by Krzysztof Piotr Oledzki
· Fri Jan 29 17:50:44 2010 +0100