mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
In-directory logging overlay
This commit is contained in:
parent
62b81c9632
commit
257be58eb6
2 changed files with 1120 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
SRCS = overlays.c \
|
||||
accesslog.c \
|
||||
denyop.c \
|
||||
dyngroup.c \
|
||||
dynlist.c \
|
||||
|
|
@ -49,6 +50,9 @@ static: $(LIBRARY)
|
|||
|
||||
dynamic: $(PROGRAMS)
|
||||
|
||||
accesslog.la : accesslog.lo
|
||||
$(LTLINK_MOD) -module -o $@ accesslog.lo version.lo $(LINK_LIBS)
|
||||
|
||||
denyop.la : denyop.lo
|
||||
$(LTLINK_MOD) -module -o $@ denyop.lo version.lo $(LINK_LIBS)
|
||||
|
||||
|
|
|
|||
1116
servers/slapd/overlays/accesslog.c
Normal file
1116
servers/slapd/overlays/accesslog.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue