index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
expand.c
Age
Commit message (
Expand
)
Author
2012-10-10
For each alias node, mark if it has been expanded from an alias map or
Eric Faurot
2012-09-27
clarify the alias expansion code.
Eric Faurot
2012-09-21
Do not pass the username to forwards_get() which does not have to care about
Eric Faurot
2012-09-21
wrap expandtree into a "struct expand".
Eric Faurot
2012-09-19
rename variables for consistency
Eric Faurot
2012-09-19
start cleaning the expansion code:
Eric Faurot
2012-09-18
make use of expandtree_free_nodes() in lka_session_destroy().
Eric Faurot
2010-11-28
remove all unused headers
Gilles Chehade
2010-11-28
a bit of .h cleanups, no functionnal change
Gilles Chehade
2010-10-09
backout the "new" queue code commited 4 months ago. it has many good ideas,
Gilles Chehade
2010-06-01
new queue, again; gcc2 compile tested by deraadt
Jacek Masiulaniec
2010-06-01
New queue doesn't compile on gcc2, back out. Spotted by deraadt@
Jacek Masiulaniec
2010-05-31
Rewrite entire queue code.
Jacek Masiulaniec
2010-05-19
cleanup-only commit, removes unrequired includes, no functionnal change
Gilles Chehade
2010-04-27
initial work at fixing aliases support:
Gilles Chehade
2009-11-09
- add a reference count and flags to struct expand_node
Gilles Chehade
2009-11-09
fatal on RB_INSERT failure
Jacek Masiulaniec
2009-11-08
move expansion code to new expand.c to clearly separate it from aliases
Gilles Chehade