Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |