r23779: Change from v2 or later to v3 or later.
[sfrench/samba-autobuild/.git] / source3 / lib / time.c
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...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-30 Herb Lewisbased on function prototype, the args were switched...
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-05-20 Gerald Cartermerge from SAMBA_2_2
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-11 Jeremy AllisonLatest attempt at changeid.
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-10-02 Jeremy AllisonFixed the bug with member servers in a Samba PDC hosted...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-28 Tim PotterMerge from TNG - function to initialise NTTIME structure.
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2000-11-21 Gerald CarterAnother large patch for the passdb rewrite.
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-15 Jeremy AllisonFix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-08 Luke Leightonconst feeding frenzy
1999-02-01 Matthew ChapmanAdded init_nt_time function which initialises an NTTIME...
1998-11-10 Luke Leightonrpcclient registry commands.
1998-10-06 Andrew Tridgellremove unused arguments from some static functions.
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-25 Luke Leightonadded in samr commands. assistance in returning the...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-30 Jeremy Allisonnttrans.c: More code towards NT protocol.
1998-05-29 Jeremy AllisonAdded Paul Eggerts LocalTime patch.
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-04-02 Jeremy AllisonPatch from Chris Maltby <chris@softway.com.au>. His...
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-10 Andrew Tridgelladded Date and Expires headers in the mini web server...
1998-02-13 Jeremy AllisonDing-dong the witch is dead, the witch is dead......
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-24 Jeremy AllisonAdded get_create_time() function to time.c.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-12-03 Andrew Tridgelladd a warning if the timezone is not a multiple of...
1997-11-21 Andrew Tridgelluse LocTimeDiff() not TimeDiff() to ensure that longdat...
1997-11-06 Andrew Tridgellchange from %D to %m/%d/%Y in timestring(). This doesn...
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
next