summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-20 11:56:30 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-20 11:56:30 +0100
commit4b1861e787693113e759c44519dd4396ee3dc0cd (patch)
tree47ece5b5b69ca3476a342000b18b5921b9c4c6dd /TODO.org
parent1e062b1f74e499e39564da1485063e149c883df3 (diff)
downloadlibumberlog-4b1861e787693113e759c44519dd4396ee3dc0cd.tar.gz
libumberlog-4b1861e787693113e759c44519dd4396ee3dc0cd.tar.xz
libumberlog-4b1861e787693113e759c44519dd4396ee3dc0cd.zip
Implement UID/GID discovery.
We now cache the uid and gid upon openlog(), and add it to the automatic fields unless discovery is disabled. The caching can be turned off by passing either the LOG_CEE_NOCACHE or the LOG_CEE_NOCACHE_UID flag to openlog(). The latter also disables caching the gid. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 628b5c1..2a81e10 100644
--- a/TODO.org
+++ b/TODO.org
@@ -5,7 +5,8 @@
* TODO Features
** TODO More autodiscovery
-*** TODO UID/GID discovery
+*** DONE UID/GID discovery
+CLOSED: [2012-03-20 Tue 11:47]
Cached by default, should be able to turn of caching with the global
LOG_CEE_NOCACHE flag, and also with LOG_CEE_NOCACHE_UID flag.
*** TODO Thread-id discovery