summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-08-28Merge from TNG - function to initialise NTTIME structure.Tim Potter1-0/+9
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+6
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-0/+6
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-1/+1
2000-03-15Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison1-0/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-17/+51
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-02-01Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1-7/+9
1998-11-10rpcclient registry commands.Luke Leighton1-37/+42
1998-10-06remove unused arguments from some static functions.Andrew Tridgell1-4/+4
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-1/+1
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-0/+12
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-29/+18
1998-06-30nttrans.c: More code towards NT protocol.Jeremy Allison1-2/+6
1998-05-29Added Paul Eggerts LocalTime patch.Jeremy Allison1-8/+28
1998-05-12This is a security audit change of the main source.Jeremy Allison1-1/+1
1998-04-02Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1-4/+4
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-3/+8
1998-03-10added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1-0/+15
1998-02-13Ding-dong the witch is dead, the witch is dead......Jeremy Allison1-14/+0
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison1-1/+4
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1-0/+11
1998-01-24Added get_create_time() function to time.c.Jeremy Allison1-0/+19
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-03add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1-0/+5
1997-11-21use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1-1/+2