aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/dict.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move smtpd to usr.sbin to ease upstream cherry-pickingGilles Chehade2020-05-221-269/+0
* Revert "moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstream"Gilles Chehade2020-05-221-0/+269
* moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstreamGilles Chehade2020-05-221-269/+0
* mv backGilles Chehade2020-05-211-0/+269
* tmp moveGilles Chehade2020-05-211-269/+0
* move backGilles Chehade2020-05-131-0/+269
* moveGilles Chehade2020-05-131-269/+0
* merge historiesGilles Chehade2020-04-301-0/+269
* moveGilles Chehade2020-04-301-269/+0
* Merge branch 'master' into portableGilles Chehade2018-12-271-7/+2
|\
| * syncGilles Chehade2018-12-261-7/+2
* | Merge branch 'master' into portable_mergeGilles Chehade2015-12-121-1/+1
|\|
| * sync cvs idGilles Chehade2015-10-191-1/+1
* | Merge branch 'master' into portableGilles Chehade2015-01-291-1/+1
|\|
| * use <limits.h> comprehensively. For now try to push <> includes toSunil Nimmagadda2015-01-281-1/+1
* | Merge branch 'master' into portableGilles Chehade2013-11-141-3/+1
|\|
| * dict_poproot() can't possibly provide caller with keyGilles Chehade2013-11-141-3/+1
* | Merge branch 'master' into portableGilles Chehade2013-10-251-28/+30
|\|
| * Allocate key storage dynamically instead of using a fixed size buffer.Eric Faurot2013-10-251-28/+30
* | Merge branch 'master' into portableGilles Chehade2013-09-091-1/+1
|\|
| * bump dict key size to fix possible crash, this is a temporary solutionGilles Chehade2013-09-091-1/+1
* | Merge branch 'master' into portableEric Faurot2013-05-301-1/+1
|\|
| * blank openbsd cvs keywordsEric Faurot2013-05-301-1/+1
* | fix merge master conflictsCharles Longeau2013-05-281-1/+1
|\|
| * sync with currentCharles Longeau2013-05-281-0/+272
* Merge branch 'master' into portableGilles Chehade2013-05-141-27/+35
|\
| * remember the number of nodes in a struct tree and struct dict.Eric Faurot2013-05-101-27/+35
* | Merge branch 'master' into portableEric Faurot2013-04-271-2/+4
|\|
| * do not use xmalloc in tree.c and dict.c to keep them "standalone".Eric Faurot2013-04-261-2/+4
* | sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.hCharlie Root2013-04-121-2/+2
* | Merge branch 'master' into portableEric Faurot2013-01-281-1/+1
|\|
| * sync with OpenBSD tree: cvsid + man page fixesGilles Chehade2013-01-281-1/+1
* | Merge branch 'master' into portableEric Faurot2012-12-281-1/+1
|\|
| * update my mail address and add myself to some files where I should own copyrightGilles Chehade2012-12-271-1/+1
* | ss_len -> SS_LEN()Eric Faurot2012-11-191-2/+4
|/
* KNF and formatingEric Faurot2012-11-191-1/+2
* - replace the env->sc_tables / env->sc_tables_reload table listsGilles Chehade2012-11-191-4/+4
* - dictionnary implementation using a splay tree, will be used toGilles Chehade2012-11-161-0/+261