summaryrefslogtreecommitdiff
path: root/source4/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12774: - fix the build on OpenBSDStefan Metzmacher1-0/+4
2007-10-10r12761: get the TIME_T_MIN and TIME_T_MAX right again, merging from samba3 wa...Stefan Metzmacher1-4/+16
2007-10-10r12754: - sync TIME_T_MAX calculation from samba3Stefan Metzmacher1-12/+4
2007-10-10r12431: - the TIME_T_MAX needs to be a singed max valueStefan Metzmacher1-3/+16
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-41/+0
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-0/+34
2007-10-10r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke1-8/+8
2007-10-10r8883: Apply some const.Volker Lendecke1-11/+16
2007-10-10r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke1-8/+8
2007-10-10r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell1-0/+9
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell1-3/+25
2007-10-10r5123: fixed a bug in the timed events handling. It was possible for a timedAndrew Tridgell1-0/+8
2007-10-10r5093: Make debugs less confusing when a 0 NTTIME is printed.Andrew Bartlett1-1/+5
2007-10-10r4670: abartlet was worried about floating point precision with my firstAndrew Tridgell1-2/+2
2007-10-10r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, itsAndrew Tridgell1-0/+10
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-5/+5
2007-10-10r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell1-2/+21
2007-10-10r3723: Now that timestring() always returns talloc'ed memory, we don't needAndrew Bartlett1-1/+1
2007-10-10r3579: with the gcc warning flag from abartlet we don't need sys_strftime()Andrew Tridgell1-11/+1
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-3/+138
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3323: more warning reductionsAndrew Tridgell1-2/+10
2007-10-10r3238: rename null_mtime() to the more accurate name "null_time()", andAndrew Tridgell1-7/+7
2007-10-10r3223: continue the effort on LIBREPLACE to try to get the ldb tools toAndrew Tridgell1-33/+0
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r1228: use int64_t instead of long longStefan Metzmacher1-3/+3
2007-10-10r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison1-0/+7
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-2/+2
2007-10-10r904: - fixed account expiry testing in auth_samAndrew Tridgell1-0/+6
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-3/+3
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-6/+6
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-8/+8
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-76/+23
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-8/+18
2007-10-10r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell1-0/+18
2007-10-10r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell1-0/+19
2007-10-10r218: added a comment regarding the %c strftime() warningAndrew Tridgell1-0/+4
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-470/+123
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+754