Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-22 | ldb: lay foundation for proper utc/generalized time handling | Matthieu Patou | 1 | -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-09 | ldb: fix the canonicalisation of booleans | Andrew Tridgell | 1 | -3/+3 | |
we were canonicalising "FALSE" to "FALS" Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+496 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |