summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-0/+31
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-31/+113
2007-10-10r21637: Get "password never expires" account policy working.Jim McDonough1-3/+9
2007-10-10r21060: Start refactoring out the non-return case statementsJeremy Allison1-8/+8
2007-10-10r20695: Remove duplication of constants.Jeremy Allison1-11/+2
2007-10-10r20694: To get this right we need to do signed 64-bitJeremy Allison1-7/+7
2007-10-10r20692: Fix bug found by Guenther -Jeremy Allison1-1/+1
2007-10-10r18597: A C++ warningVolker Lendecke1-1/+1
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-848/+838
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-1/+1
2007-10-10r17834: Another bug found by Volker's tests in the build farm !Jeremy Allison1-7/+1
2007-10-10r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke1-0/+6
2007-10-10r17818: Fixup uint64 time calc. NT time is a 64 bit number,Jeremy Allison1-3/+3
2007-10-10r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.Jeremy Allison1-3/+3
2007-10-10r17809: Add in 64-bit integer time calculations (taken fromJeremy Allison1-41/+160
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-26/+147
2007-10-10r17767: Argggg. Broke the build. Need to fix callers of put_long_date()Jeremy Allison1-68/+29
2007-10-10r17766: Getting ready to properly expose 100ns times onJeremy Allison1-29/+68
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+46
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-6/+32
2007-10-10r16047: Remove unnecessary line, as this value is set in either branch of theJim McDonough1-1/+0
2007-10-10r15449: Remove unused function get_nttime_max (which claims itJames Peach1-6/+0
2007-10-10r13427: Fix ctime -> st_ctime.Jeremy Allison1-1/+1
2007-10-10r13423: Write wrapper functions (and configure tests) so we canJeremy Allison1-0/+102
2007-10-10r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke1-7/+21
2007-10-10r11530: Add the "time offset" parameter back in for people whoJeremy Allison1-1/+1
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-243/+233
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+138
2007-10-10r8946: Some casts to fix warnings when time_t is an unsigned type. FixesTim Potter1-3/+3
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+1
2007-10-10r6014: rather large change set....Gerald Carter1-0/+22
2007-10-10r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison1-0/+7
2007-10-10r5342: Reformat some very old code.Jeremy Allison1-256/+281
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+1
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-0/+6
2003-11-26Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe1-3/+2