summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-05-171-8/+0
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-261-12/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-261-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
* r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-10-101-0/+31
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-31/+113
* r21637: Get "password never expires" account policy working.Jim McDonough2007-10-101-3/+9
* r21060: Start refactoring out the non-return case statementsJeremy Allison2007-10-101-8/+8
* r20695: Remove duplication of constants.Jeremy Allison2007-10-101-11/+2
* r20694: To get this right we need to do signed 64-bitJeremy Allison2007-10-101-7/+7
* r20692: Fix bug found by Guenther -Jeremy Allison2007-10-101-1/+1
* r18597: A C++ warningVolker Lendecke2007-10-101-1/+1
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-848/+838
* r18009: Fixes bug 4026.Derrell Lipman2007-10-101-1/+1
* r17834: Another bug found by Volker's tests in the build farm !Jeremy Allison2007-10-101-7/+1
* r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke2007-10-101-0/+6
* r17818: Fixup uint64 time calc. NT time is a 64 bit number,Jeremy Allison2007-10-101-3/+3
* r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.Jeremy Allison2007-10-101-3/+3
* r17809: Add in 64-bit integer time calculations (taken fromJeremy Allison2007-10-101-41/+160
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-26/+147
* r17767: Argggg. Broke the build. Need to fix callers of put_long_date()Jeremy Allison2007-10-101-68/+29