summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/time.c
Commit message (Collapse)AuthorAgeFilesLines
* Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-091-0/+8
| | | | (This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett2007-10-101-8/+0
| | | | | Andrew Bartlett (This used to be commit bcd994a139e2e8fb2e97c8b897c987ff234e0b0a)
* r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij2007-10-101-8/+8
| | | | (This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r18614: a bit of work done while on the plane.Rafal Szczesniak2007-10-101-0/+22
| | | | | | | a new function converting NTTIME to struct timeval rafal (This used to be commit e9ebbb8661ac6efc5bf07798a64cdb9f7c7eea50)
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 849818dcdeb8eaf2eb22fea3896a4f7c777d8c5f)
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-34/+34
| | | | (This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
* r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij2007-10-101-50/+55
| | | | | | available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+596
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)