summaryrefslogtreecommitdiffstats
path: root/source3/lib/time.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Use SBVAL in put_long_date_timespecVolker Lendecke2012-09-191-2/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-181-12/+12
* s3:lib: make_unix_date3() is the same as pull_dos_date3()Stefan Metzmacher2011-10-261-5/+1
* s3:lib: make_unix_date2() is the same as pull_dos_date2()Stefan Metzmacher2011-10-261-7/+1
* s3:lib: make_unix_date() is the same as pull_dos_date()Stefan Metzmacher2011-10-261-19/+1
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-231-146/+0
* lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2011-03-011-63/+0
* Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison2010-09-141-0/+4
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-051-19/+0
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-051-17/+1
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-2/+2
* s3-time: Added a function to get the startup time of the server.Andreas Schneider2010-04-231-0/+13
* s3-time: fix build warnings after we moved to shared time functions.Günther Deschner2010-01-081-6/+6
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-01-071-8/+0
* ѕ3:lib/time: replace make_dos_ and put_dos_ functions with those from lib/util/Björn Jacke2010-01-071-89/+6
* s3:lib/time: remoce null_mtime() - use null_time()Björn Jacke2010-01-071-13/+2
* s3:lib/time: remove unused nt_time_equalsBjörn Jacke2010-01-071-8/+0
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-191-12/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-0/+27
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-4/+20
* Use existing time_t rounding function, don't invent my own.Jeremy Allison2009-08-241-1/+1
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-241-0/+10
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-0/+11
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-245/+0
* Make cli_getatr() async.Jeremy Allison2009-05-051-1/+1
* Make cli_getattrE async.Jeremy Allison2009-05-051-1/+1
* tidy up timestamp checksBjörn Jacke2009-02-121-33/+33
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-01-291-0/+24
* add missing semicolonsBjörn Jacke2009-01-291-6/+6
* setting mtime setted atime on BSD systems, fix thisBjörn Jacke2009-01-291-2/+2
* add AIX sub-second resolution timestamp supportBjörn Jacke2009-01-291-0/+24
* This change allows for the autoconfigre detection of sub-second time resoluti...todd stecher2009-01-231-0/+12
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-2/+0
* Use standard types.Jelmer Vernooij2008-10-221-16/+16
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-558/+0
* Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-08-291-4/+10
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-271-10/+30
* time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner2008-06-231-0/+7
* Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-2/+2
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r24949: Remove some static buffersVolker Lendecke2007-10-101-10/+8
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23357: timespec_current() was returning the wrong ns timeJeremy Allison2007-10-101-1/+1
* r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() forJim McDonough2007-10-101-2/+10
* r23006: Arg. Fix stupid typo in 64-bit path.Jeremy Allison2007-10-101-1/+1