summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb
Commit message (Collapse)AuthorAgeFilesLines
...
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2007-10-101-1/+1
| | | | | | | | | | %Ld, which is an invalid format code. This will probably cause problems on systems that don't have %lld, but do have a working snprintf otherwise. We will need to expand the snprintf configure test to make sure we replace snprintf on those platforms (This used to be commit ccc87eb8aaf571d91170555a732d287746b3430f)
* r8453: my solaris10 box doesn't have math.hAndrew Tridgell2007-10-101-1/+2
| | | | | maybe sun isn't very good at maths? (This used to be commit ab67c8b2b7847ecad803dfc04a66007b8f6b4abe)
* r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell2007-10-101-2/+6
| | | | | its been a long haul ... (This used to be commit 3c4291e49abed14973b4a4fa1a9277918b896cac)
* r8405: update var.c from upstreamAndrew Tridgell2007-10-101-12/+12
| | | | (This used to be commit 288c178d5fef80947590fd58e3c9b1fbcdddcdf6)
* r8404: small upstream merges of appweb codeAndrew Tridgell2007-10-104-17/+13
| | | | (This used to be commit 205ff9a82bd51eae3c1400ea0a24fcf2a662e96f)
* r8401: add a readme pointing to the upstream sourcesAndrew Tridgell2007-10-101-0/+6
| | | | (This used to be commit 2dcae5c98ca66a26fd6ae6d27cf7eb31cf16fee3)
* r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell2007-10-107-9/+19
| | | | (This used to be commit 0e30b6e4cc9e70975d3179cfeddc4bfcc8c8fbb7)
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-1017-0/+10851
upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)