summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-04Use the actual size of the buffer in strftime instead of a made up valueTim Potter1-1/+1
2003-10-12make nt-time <-> unix-time functions nearly reversibleSimo Sorce1-2/+5
2003-06-09applied patch from bug#140Andrew Tridgell1-1/+2
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2002-12-10The _abs time functions should not be converting from/to GMT.Jeremy Allison1-18/+11
2002-09-26sync with HEADGerald Carter1-2/+12
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-6/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Round and round we go....Jeremy Allison1-1/+2
2002-01-11Latest attempt at changeid.Jeremy Allison1-2/+26
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-0/+88
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-12/+26
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-0/+18