summaryrefslogtreecommitdiffstats
path: root/source3/lib/time.c
Commit message (Expand)AuthorAgeFilesLines
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-0/+6
* Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe2003-11-261-3/+2
* Use the actual size of the buffer in strftime instead of a made up valueTim Potter2003-11-041-1/+1
* make nt-time <-> unix-time functions nearly reversibleSimo Sorce2003-10-121-2/+5
* applied patch from bug#140Andrew Tridgell2003-06-091-1/+2
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-1/+1
* The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
* sync with HEADGerald Carter2002-09-261-2/+12
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Round and round we go....Jeremy Allison2002-01-111-1/+2
* Latest attempt at changeid.Jeremy Allison2002-01-111-2/+26
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-0/+88
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-12/+26
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-0/+18
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Merge from TNG - function to initialise NTTIME structure.Tim Potter2001-08-281-0/+9
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-3/+6
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-0/+6
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-1/+1
* Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison2000-03-151-0/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-17/+51
* const feeding frenzyLuke Leighton1999-11-081-1/+1
* Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1999-02-011-7/+9
* rpcclient registry commands.Luke Leighton1998-11-101-37/+42
* remove unused arguments from some static functions.Andrew Tridgell1998-10-061-4/+4
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-0/+12
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-29/+18
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-301-2/+6
* Added Paul Eggerts LocalTime patch.Jeremy Allison1998-05-291-8/+28
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1998-04-021-4/+4
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-3/+8
* added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1998-03-101-0/+15
* Ding-dong the witch is dead, the witch is dead......Jeremy Allison1998-02-131-14/+0
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-1/+4
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-0/+11
* Added get_create_time() function to time.c.Jeremy Allison1998-01-241-0/+19
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1997-12-031-0/+5
* use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1997-11-211-1/+2
* change from %D to %m/%d/%Y in timestring(). This doesn't really matterAndrew Tridgell1997-11-061-4/+4
* loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-201-20/+1
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-2/+2
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Fix fro signed/unsigned problem with TIME_T_MIN from Anatoly V. GrabarSamba Release Account1997-03-071-1/+1