index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
time.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
Ensure incoming timespec values correctly wrap at nsecs.
Jeremy Allison
1
-0
/
+4
2010-08-31
s3: use clock_gettime() in timespec_current()
Björn Jacke
1
-4
/
+1
2010-08-05
s3: Remove some pointless wrapper functions
Volker Lendecke
1
-19
/
+0
2010-08-05
s3: Remove some pointless wrapper functions
Volker Lendecke
1
-17
/
+1
2010-05-21
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Andrew Bartlett
1
-2
/
+2
2010-04-23
s3-time: Added a function to get the startup time of the server.
Andreas Schneider
1
-0
/
+13
2010-01-08
s3-time: fix build warnings after we moved to shared time functions.
Günther Deschner
1
-6
/
+6
2010-01-07
s3:lib/time: remove TIME_T_MIN/MAX defines
Björn Jacke
1
-8
/
+0
2010-01-07
ѕ3:lib/time: replace make_dos_ and put_dos_ functions with those from lib/util/
Björn Jacke
1
-89
/
+6
2010-01-07
s3:lib/time: remoce null_mtime() - use null_time()
Björn Jacke
1
-13
/
+2
2010-01-07
s3:lib/time: remove unused nt_time_equals
Björn Jacke
1
-8
/
+0
2009-11-19
s3: Factor timeval_string out of current_timestring()
Volker Lendecke
1
-12
/
+13
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-0
/
+27
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-4
/
+20
2009-08-24
Use existing time_t rounding function, don't invent my own.
Jeremy Allison
1
-1
/
+1
2009-08-24
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
1
-0
/
+10
2009-08-21
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
1
-0
/
+11
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-245
/
+0
2009-05-05
Make cli_getatr() async.
Jeremy Allison
1
-1
/
+1
2009-05-05
Make cli_getattrE async.
Jeremy Allison
1
-1
/
+1
2009-02-12
tidy up timestamp checks
Björn Jacke
1
-33
/
+33
2009-01-29
add Tru64 sub-second resolution timestamp support
Björn Jacke
1
-0
/
+24
2009-01-29
add missing semicolons
Björn Jacke
1
-6
/
+6
2009-01-29
setting mtime setted atime on BSD systems, fix this
Björn Jacke
1
-2
/
+2
2009-01-29
add AIX sub-second resolution timestamp support
Björn Jacke
1
-0
/
+24
2009-01-23
This change allows for the autoconfigre detection of sub-second time resoluti...
todd stecher
1
-0
/
+12
2008-12-23
Fix use of "time offset" parameter, and add test to make sure I don't break i...
Jelmer Vernooij
1
-2
/
+0
2008-10-22
Use standard types.
Jelmer Vernooij
1
-16
/
+16
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-558
/
+0
2008-08-29
Deal with systems that don't initialize birthtime correctly.
Jeremy Allison
1
-4
/
+10
2008-08-27
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
1
-10
/
+30
2008-06-23
time: move uint64s_nt_time_to_unix_abs() to lib/time.c
Günther Deschner
1
-0
/
+7
2008-06-20
Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...
Jeremy Allison
1
-2
/
+6
2008-03-28
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
1
-2
/
+2
2007-12-21
Some C++ warnings
Volker Lendecke
1
-2
/
+2
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-3
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
r24949: Remove some static buffers
Volker Lendecke
1
-10
/
+8
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23357: timespec_current() was returning the wrong ns time
Jeremy Allison
1
-1
/
+1
2007-10-10
r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() for
Jim McDonough
1
-2
/
+10
2007-10-10
r23006: Arg. Fix stupid typo in 64-bit path.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
1
-0
/
+31
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-31
/
+113
2007-10-10
r21637: Get "password never expires" account policy working.
Jim McDonough
1
-3
/
+9
2007-10-10
r21060: Start refactoring out the non-return case statements
Jeremy Allison
1
-8
/
+8
2007-10-10
r20695: Remove duplication of constants.
Jeremy Allison
1
-11
/
+2
2007-10-10
r20694: To get this right we need to do signed 64-bit
Jeremy Allison
1
-7
/
+7
2007-10-10
r20692: Fix bug found by Guenther -
Jeremy Allison
1
-1
/
+1
[next]