summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/mpr/var.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19022: eliminate a warningDerrell Lipman1-1/+1
(This used to be commit d48b2d83057b8e78e3ed31f56578e18ef9b9aed6)
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-1/+1
emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly. (This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)
2007-10-10r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher1-2/+2
- parse hex numbers correct tridge: how could we submit this to the upstream appweb library? metze (This used to be commit 70cde83c134f2d8bb2f6c0649b7f87a8846e63a4)
2007-10-10r9464: fixed a problem with child pointers copied into non-allocated mpr ↵Andrew Tridgell1-1/+13
variables. We now use the same free technique as is used for mpr strings, rather than relying on being a child of the variable (This used to be commit 3d6739eaa6e1b56d67bc7d9b5350a6911c96597a)
2007-10-10r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell1-2/+4
called 'credentials' to not copy correctly (the bug was in handling of chaining in the copy code - ensure that C pointer variables are copied via a talloc reference so that we can persist rpc pipes and credentials between sessions (This used to be commit ca6f049693f8bfe69d5c7533b2cc92221d0cf6d4)
2007-10-10r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell1-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)
2007-10-10r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell1-2/+6
its been a long haul ... (This used to be commit 3c4291e49abed14973b4a4fa1a9277918b896cac)
2007-10-10r8405: update var.c from upstreamAndrew Tridgell1-12/+12
(This used to be commit 288c178d5fef80947590fd58e3c9b1fbcdddcdf6)
2007-10-10r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell1-0/+2197
(This used to be commit 0e30b6e4cc9e70975d3179cfeddc4bfcc8c8fbb7)