summaryrefslogtreecommitdiffstats
path: root/source3/lib/replace/test
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-165-1544/+0
|
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-161-0/+145
| | | | | | | | | | | | I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803) (This used to be commit 8a241cf150fba787c82cbcb03730083ced442fbb)
* libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam2008-03-271-1/+8
| | | | | | | | This is not a proper bug but the code is clearer now and we are tracking failure of open separate from that of close. Michael (This used to be commit 451fc9ae05f841883081a334e179cf31625a772c)
* libreplace: ifdef out ip6 code if unsupported.Michael Adam2008-02-291-0/+2
| | | | | | Michael (cherry picked from commit 54cc0df4dbf6d63a9b94e1ac6af4ec7f7803bc30) (This used to be commit 1ff0b616a9cb029040031f797b52112d4973e1eb)
* libreplace: fix silly crashbug in getifaddrs_test().Michael Adam2008-02-291-1/+3
| | | | | | Michael (cherry picked from commit 523626908d25f974fd1ae6d7306b1d4bc8414162) (This used to be commit 0906120a6e4fe0eb66f3c3fd99c625b30672cb2b)
* libreplace: add missing newline in output of getifaddrs test.Michael Adam2008-02-291-1/+1
| | | | | | Michael (cherry picked from commit f8243cfc47c7414bab7f249d0e5d1c85e8ca7d64) (This used to be commit 3c1843f931b896dd3bb142346ecb44c0fb9202d6)
* libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2008-02-292-6/+99
| | | | | | | | Michael cherry-picked from libreplace-part of 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce and adapted replacetort creation (This used to be commit 52d79ad4872a20cf55f31aba97629c2561bfc16c)
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-191-0/+20
| | | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737) (This used to be commit 3f9c0c210022905c7811b2e07b3b655929daf930)
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2008-01-181-1/+0
| | | | | | metze (cherry picked from commit 1ecb4ec01b0506c95a5f90a62040329e7a39ee93) (This used to be commit ff8a001f0d3f2655efafed41f2f0b14552a5c7e7)
* r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 828d2ca0610ab5ee3b96d187b3432b9b4fea72f8)
* r24054: Fix some warningsVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit ed84540bb2825dfaca25649a1cfb9342b68c3068)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r22659: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | | - add AC_GNU_SOURCE macro for systems which don't have it (sles8) - fix compiler warning on some systems metze (This used to be commit cb785d9bed23fdf930bbd059eeeba5bde04af829)
* r22394: Remove test directory once we are finished.James Peach2007-10-101-0/+2
| | | | (This used to be commit e718606295f4d686767d1583fd5e774dd66b8b86)
* r22280: merge from samba4:Stefan Metzmacher2007-10-101-56/+254
| | | | | | | add a lot more detailed strtoll() and strtoull() tests metze (This used to be commit 737b445007109e3005e4c5fb278b56f00b8c157d)
* r22254: merge from samba4:Stefan Metzmacher2007-10-101-7/+56
| | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze (This used to be commit 9865d3165d629c56a24d9fa5ee993f4b04ba12de)
* r22247: merge from samba4:Stefan Metzmacher2007-10-101-1/+0
| | | | | | | only test strtoll once metze (This used to be commit 17088fd644ef68ac2e96ed1246339b65943d63d0)
* r22244: merge from samba4:Stefan Metzmacher2007-10-101-2/+0
| | | | | | | remove useless printf's metze (This used to be commit cf7c57eae5671cd15f0cee0173c7b05a8a8ba055)
* r22240: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze (This used to be commit fe4be25c3056260049a8052e072500756bf14fce)
* r22224: merge from samba4:Stefan Metzmacher2007-10-101-5/+25
| | | | | | | make comparing of struct tm more verbose and portable metze (This used to be commit 29cbd75f22bcbb10d049910c3a72d911094ccb05)
* r22221: merge from samba4:Stefan Metzmacher2007-10-102-12/+366
| | | | | | | - libreplace unsetenv() and strptime() replacements metze (This used to be commit 057c1c04d09b48c713ebc0b334cabcefc02561e9)
* r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-10-101-7/+0
| | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze (This used to be commit 7f61b3f0095efed81adc9022ba44e5c7df84d2f2)
* r20820: merge from samba4:Stefan Metzmacher2007-10-101-1/+2
| | | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze (This used to be commit 024dd7d7c95bcf8d77914dc2063f16220358e690)
* r20817: sync lib/replace with samba4Stefan Metzmacher2007-10-102-20/+64
| | | | | metze (This used to be commit 352ee730308bbc151a742938818c9b8b3a6e8014)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-102-1/+2
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* r19125: merge from samba4Andrew Tridgell2007-10-101-4/+2
| | | | (This used to be commit 65e1500ae6b5ca6334a63f4a18272568202bc048)
* r19034: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
| | | | | | | prepare libreplace testsuite for usage in smbtorture metze (This used to be commit 281677084e022336877dd141befd508a0b5c08a9)
* r19031: merge from samba4:Stefan Metzmacher2007-10-101-2/+6
| | | | | | | add test that opendir() on files sets errno = ENOTDIR metze (This used to be commit fdad2ce7346678d29adf877b580e9285be286755)
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-103-0/+614
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)