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
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
2007-10-10
r18597: A C++ warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-848
/
+838
2007-10-10
r18009: Fixes bug 4026.
Derrell Lipman
1
-1
/
+1
2007-10-10
r17834: Another bug found by Volker's tests in the build farm !
Jeremy Allison
1
-7
/
+1
2007-10-10
r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...
Volker Lendecke
1
-0
/
+6
2007-10-10
r17818: Fixup uint64 time calc. NT time is a 64 bit number,
Jeremy Allison
1
-3
/
+3
2007-10-10
r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.
Jeremy Allison
1
-3
/
+3
2007-10-10
r17809: Add in 64-bit integer time calculations (taken from
Jeremy Allison
1
-41
/
+160
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-26
/
+147
2007-10-10
r17767: Argggg. Broke the build. Need to fix callers of put_long_date()
Jeremy Allison
1
-68
/
+29
2007-10-10
r17766: Getting ready to properly expose 100ns times on
Jeremy Allison
1
-29
/
+68
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+46
2007-10-10
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
1
-6
/
+32
2007-10-10
r16047: Remove unnecessary line, as this value is set in either branch of the
Jim McDonough
1
-1
/
+0
2007-10-10
r15449: Remove unused function get_nttime_max (which claims it
James Peach
1
-6
/
+0
2007-10-10
r13427: Fix ctime -> st_ctime.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13423: Write wrapper functions (and configure tests) so we can
Jeremy Allison
1
-0
/
+102
2007-10-10
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
Volker Lendecke
1
-7
/
+21
2007-10-10
r11530: Add the "time offset" parameter back in for people who
Jeremy Allison
1
-1
/
+1
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-243
/
+233
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-0
/
+138
2007-10-10
r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes
Tim Potter
1
-3
/
+3
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-1
/
+1
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-0
/
+22
2007-10-10
r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...
Jeremy Allison
1
-0
/
+7
2007-10-10
r5342: Reformat some very old code.
Jeremy Allison
1
-256
/
+281
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+1
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-0
/
+6
2003-11-26
Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
Richard Sharpe
1
-3
/
+2
2003-11-04
Use the actual size of the buffer in strftime instead of a made up value
Tim Potter
1
-1
/
+1
2003-10-12
make nt-time <-> unix-time functions nearly reversible
Simo Sorce
1
-2
/
+5
2003-06-09
applied patch from bug#140
Andrew Tridgell
1
-1
/
+2
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-1
/
+1
2002-12-10
The _abs time functions should not be converting from/to GMT.
Jeremy Allison
1
-18
/
+11
2002-09-26
sync with HEAD
Gerald Carter
1
-2
/
+12
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-0
/
+6
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-6
/
+1
[next]