summaryrefslogtreecommitdiff
path: root/source/lib/time.c
Commit message (Expand)AuthorAgeFilesLines
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-02-161-0/+24
* add missing semicolonsBjörn Jacke2009-02-161-6/+6
* Following Björn JACKE's patch, unify the detection of the timespec code in co...Jeremy Allison2009-02-161-0/+36
* Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-09-011-4/+10
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-09-011-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
* r17766: Getting ready to properly expose 100ns times onJeremy Allison2007-10-101-29/+68
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+46
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-6/+32
* r16047: Remove unnecessary line, as this value is set in either branch of theJim McDonough2007-10-101-1/+0
* r15449: Remove unused function get_nttime_max (which claims itJames Peach2007-10-101-6/+0
* r13427: Fix ctime -> st_ctime.Jeremy Allison2007-10-101-1/+1
* r13423: Write wrapper functions (and configure tests) so we canJeremy Allison2007-10-101-0/+102
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-7/+21
* r11530: Add the "time offset" parameter back in for people whoJeremy Allison2007-10-101-1/+1
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-243/+233
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+138
* r8946: Some casts to fix warnings when time_t is an unsigned type. FixesTim Potter2007-10-101-3/+3
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+1
* r6014: rather large change set....Gerald Carter2007-10-101-0/+22
* r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison2007-10-101-0/+7
* r5342: Reformat some very old code.Jeremy Allison2007-10-101-256/+281