summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-4/+6
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-85/+85
* During libutil/ber.c r1.12 I made sure that every element that's requestedmartijn2019-09-101-4/+6
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-114-1485/+4
* Only apply sign extension when less than eight bytes have been consumed. Thisrob2019-04-271-3/+4
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* use $OpenBSD markers onlytedu2019-01-172-4/+2
* update for libtls default cert changes.tedu2018-11-291-2/+2
* Sync aldap and ber with ldap(1).martijn2018-11-275-49/+91
* Fix when ber_free_elements is called with a NULL-value.martijn2018-11-201-1/+3
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-062-4/+4
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-123-8/+8
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-032-5/+15
* Relocate some public functions above the internal functions comment.rob2018-07-311-63/+63
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-312-6/+6
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-313-34/+33
* Fix some comments referencing sockets which are not used by the ber api. Therob2018-07-131-5/+5
* Fix loop condition in ber.c. Discussed with claudio.rob2018-07-131-6/+5
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-6/+6
* Simplify ber_read()jca2018-07-091-36/+16
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-4/+4
* More whitespace.rob2018-07-041-4/+2
* Cleanup some whitespace.rob2018-07-041-2/+2
* Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob2018-07-041-8/+4
* Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob2018-07-032-4/+77
* s/constructive/constructed in DPRINTF output.rob2018-07-011-2/+2
* Consistent use of copyright notices.rob2018-06-292-4/+4
* Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob2018-06-292-9/+23
* Synchronize some comments.rob2018-06-271-3/+3
* Consistent use of calloc in ber.c.rob2018-06-271-2/+2
* Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb2018-06-271-2/+3
* Sync aldap from ldap(1).reyk2018-06-212-21/+32
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-48/+79
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Kill ber.c support for direct fd read/writesjca2018-02-083-40/+10
* Close the right file descriptor and clean up the tls context in aldap_close().jmatthew2017-12-211-7/+7
* Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXTzhuk2017-12-071-32/+7
* client_addr_init() never fails and its return value is never checked,zhuk2017-12-071-5/+3
* Fix a potential fd leak in client_aldap_open().zhuk2017-12-071-3/+7
* missing word; from raf czlonkajmc2017-08-291-3/+3
* 65535 is a valid port to listen on.florian2017-08-281-2/+2
* Log when we have finished pushing users and groupsjca2017-07-121-1/+3
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* remove an extra .Ed;jmc2017-05-301-2/+1