s3:lib/time: remove TIME_T_MIN/MAX defines
[ira/wip.git] / source3 / lib / time.c
2010-01-06 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-01-06 Björn Jackeѕ3:lib/time: replace make_dos_ and put_dos_ functions...
2010-01-06 Björn Jackes3:lib/time: remoce null_mtime() - use null_time()
2010-01-06 Björn Jackes3:lib/time: remove unused nt_time_equals
2009-11-19 Volker Lendeckes3: Factor timeval_string out of current_timestring()
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonUse existing time_t rounding function, don't invent...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-05 Jeremy AllisonMake cli_getattrE async.
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-12 Björn Jacketidy up timestamp checks
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Björn Jackeadd Tru64 sub-second resolution timestamp support
2009-01-29 Björn Jackeadd missing semicolons
2009-01-29 Björn Jackesetting mtime setted atime on BSD systems, fix this
2009-01-29 Björn Jackeadd AIX sub-second resolution timestamp support
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherThis change allows for the autoconfigre detection of...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-10-22 Jelmer VernooijUse standard types.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-29 Jeremy AllisonMerge branch 'v3-devel' of ssh://jra@git.samba.org...
2008-08-29 Jeremy AllisonDeal with systems that don't initialize birthtime corre...
2008-08-27 Jeremy AllisonAdd st_birthtime and friends for accurate create times...
2008-06-23 Günther Deschnertime: move uint64s_nt_time_to_unix_abs() to lib/time.c
2008-06-20 Jeremy AllisonFix bug #5531 - fix conversion of ns units when convert...
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeSome C++ warnings
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24949: Remove some static buffers
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23357: timespec_current() was returning the wrong...
2007-10-10 Jim McDonoughr23041: Remainder of fix for 4630: fix special case...
2007-10-10 Jeremy Allisonr23006: Arg. Fix stupid typo in 64-bit path.
2007-10-10 Jeremy Allisonr23005: If we're running on a system where time_t is...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jim McDonoughr21637: Get "password never expires" account policy...
2007-10-10 Jeremy Allisonr21060: Start refactoring out the non-return case state...
2007-10-10 Jeremy Allisonr20695: Remove duplication of constants.
2007-10-10 Jeremy Allisonr20694: To get this right we need to do signed 64-bit
2007-10-10 Jeremy Allisonr20692: Fix bug found by Guenther -
2007-10-10 Volker Lendecker18597: A C++ warning
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Derrell Lipmanr18009: Fixes bug 4026.
2007-10-10 Jeremy Allisonr17834: Another bug found by Volker's tests in the...
2007-10-10 Volker Lendecker17831: Attempt to fix the build farm: 0x7fffffffffffff...
2007-10-10 Jeremy Allisonr17818: Fixup uint64 time calc. NT time is a 64 bit...
2007-10-10 Jeremy Allisonr17812: Fix bad unsigned comparisons with TIME_T_MIN...
2007-10-10 Jeremy Allisonr17809: Add in 64-bit integer time calculations (taken...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Jeremy Allisonr17767: Argggg. Broke the build. Need to fix callers...
2007-10-10 Jeremy Allisonr17766: Getting ready to properly expose 100ns times on
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jim McDonoughr16047: Remove unnecessary line, as this value is set...
2007-10-10 James Peachr15449: Remove unused function get_nttime_max (which...
2007-10-10 Jeremy Allisonr13427: Fix ctime -> st_ctime.
2007-10-10 Jeremy Allisonr13423: Write wrapper functions (and configure tests...
2007-10-10 Volker Lendecker13350: Implement rpccli_samr_set_domain_info. Weird...
2007-10-10 Jeremy Allisonr11530: Add the "time offset" parameter back in for...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Tim Potterr8946: Some casts to fix warnings when time_t is an...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr5343: Fix for bug#1525. Timestamps interpreted incorre...
2007-10-10 Jeremy Allisonr5342: Reformat some very old code.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-26 Richard SharpeClean up a comment noticed by Jonathan Shao@Panasas...
2003-11-05 Tim PotterMerge from 3.0:
2003-11-04 Tim PotterUse the actual size of the buffer in strftime instead...
2003-10-12 Simo Sorcemake nt-time <-> unix-time functions nearly reversible
2003-10-12 Simo Sorcemake nt-time <-> unix-time functions nearly reversible
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-09 Andrew Tridgellapplied patch from bug#140
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2002-12-10 Jeremy AllisonThe _abs time functions should not be converting from...
2002-12-10 Jeremy AllisonThe _abs time functions should not be converting from...
2002-09-26 Gerald Cartersync with HEAD
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
next