s3:sysquota_nfs: fix build on Tru64 et alii
[kai/samba.git] / source3 / lib / time.c
2011-10-26 Stefan Metzmachers3:lib: make_unix_date3() is the same as pull_dos_date3()
2011-10-26 Stefan Metzmachers3:lib: make_unix_date2() is the same as pull_dos_date2()
2011-10-26 Stefan Metzmachers3:lib: make_unix_date() is the same as pull_dos_date()
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-03-01 Andrew Bartlettlib/util/time: Merge time functions from source3/lib...
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-08-31 Björn Jackes3: use clock_gettime() in timespec_current()
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-05-21 Andrew Bartletts3:passdb Remove use of uint8 uint16 and uint32 in...
2010-04-23 Andreas Schneiders3-time: Added a function to get the startup time of...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Günther Deschners3-time: fix build warnings after we moved to shared...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
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
next