This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openldap
Watch
2
Star
0
Fork
0
You've already forked openldap
mirror of
https://git.openldap.org/openldap/openldap.git
synced
2024-12-21 03:10:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7fade0d585
openldap
/
libraries
/
liblber
History
Pierangelo Masarati
aa0b0f642f
don't malloc when not required?
2005-07-21 19:10:16 +00:00
..
assert.c
bprint.c
debug.c
decode.c
dtest.c
encode.c
etest.c
idtest.c
io.c
lber-int.h
Makefile.in
memory.c
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
2005-07-18 06:22:33 +00:00
nt_err.c
options.c
don't malloc when not required?
2005-07-21 19:10:16 +00:00
sockbuf.c
stdio.c