summaryrefslogtreecommitdiff
path: root/lib/ldb/common/attrib_handlers.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou1-0/+28
We use to handle UTCtime and generalized time the same way. The thing is that it's not the case, they are different in the way they are set (most of the time) with different format and also stored and return in different format too.
2011-08-09ldb: fix the canonicalisation of booleansAndrew Tridgell1-3/+3
we were canonicalising "FALSE" to "FALS" Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+496
Signed-off-by: Andrew Tridgell <tridge@samba.org>