summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-19s3: Use SBVAL in put_long_date_timespecVolker Lendecke1-2/+1
2012-09-18s3: Fix some nonempty line endingsVolker Lendecke1-12/+12
2011-10-26s3:lib: make_unix_date3() is the same as pull_dos_date3()Stefan Metzmacher1-5/+1
2011-10-26s3:lib: make_unix_date2() is the same as pull_dos_date2()Stefan Metzmacher1-7/+1
2011-10-26s3:lib: make_unix_date() is the same as pull_dos_date()Stefan Metzmacher1-19/+1
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-146/+0
2011-03-01lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett1-63/+0
2010-09-14Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison1-0/+4
2010-08-31s3: use clock_gettime() in timespec_current()Björn Jacke1-4/+1
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-19/+0
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-17/+1
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-2/+2
2010-04-23s3-time: Added a function to get the startup time of the server.Andreas Schneider1-0/+13
2010-01-08s3-time: fix build warnings after we moved to shared time functions.Günther Deschner1-6/+6
2010-01-07s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke1-8/+0
2010-01-07ѕ3:lib/time: replace make_dos_ and put_dos_ functions with those from lib/util/Björn Jacke1-89/+6
2010-01-07s3:lib/time: remoce null_mtime() - use null_time()Björn Jacke1-13/+2
2010-01-07s3:lib/time: remove unused nt_time_equalsBjörn Jacke1-8/+0
2009-11-19s3: Factor timeval_string out of current_timestring()Volker Lendecke1-12/+13
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-0/+27
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-4/+20
2009-08-24Use existing time_t rounding function, don't invent my own.Jeremy Allison1-1/+1
2009-08-24Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison1-0/+10
2009-08-21Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison1-0/+11
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-245/+0
2009-05-05Make cli_getatr() async.Jeremy Allison1-1/+1
2009-05-05Make cli_getattrE async.Jeremy Allison1-1/+1
2009-02-12tidy up timestamp checksBjörn Jacke1-33/+33
2009-01-29add Tru64 sub-second resolution timestamp supportBjörn Jacke1-0/+24
2009-01-29add missing semicolonsBjörn Jacke1-6/+6
2009-01-29setting mtime setted atime on BSD systems, fix thisBjörn Jacke1-2/+2
2009-01-29add AIX sub-second resolution timestamp supportBjörn Jacke1-0/+24
2009-01-23This change allows for the autoconfigre detection of sub-second time resoluti...todd stecher1-0/+12
2008-12-23Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij1-2/+0
2008-10-22Use standard types.Jelmer Vernooij1-16/+16
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-558/+0
2008-08-29Deal with systems that don't initialize birthtime correctly.Jeremy Allison1-4/+10
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-10/+30
2008-06-23time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner1-0/+7
2008-06-20Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison1-2/+6
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-2/+2
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10r24949: Remove some static buffersVolker Lendecke1-10/+8
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23357: timespec_current() was returning the wrong ns timeJeremy Allison1-1/+1
2007-10-10r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() forJim McDonough1-2/+10
2007-10-10r23006: Arg. Fix stupid typo in 64-bit path.Jeremy Allison1-1/+1