r18848: Save the json library before I start hacking on it. I'm going to be
authorDerrell Lipman <derrell@samba.org>
Sat, 23 Sep 2006 19:15:27 +0000 (19:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:15 +0000 (14:20 -0500)
commit4d1a4e8e7ce047f70113d9fa52f7961c0fee6557
treebd1bce916dba4c725700af4a8a2a790c7b0c2ccb
parent333557e28fc1c1934756b96f08711e050568926f
r18848: Save the json library before I start hacking on it.  I'm going to be
converting it to natively use ejs objects, instead of its own internal
format.
(This used to be commit 119db8924a6e9c40a94c76c57198877875c53afc)
46 files changed:
source4/lib/json/AUTHORS [new file with mode: 0644]
source4/lib/json/COPYING [new file with mode: 0644]
source4/lib/json/ChangeLog [new file with mode: 0644]
source4/lib/json/Doxyfile [new file with mode: 0644]
source4/lib/json/INSTALL [new file with mode: 0644]
source4/lib/json/Makefile.am [new file with mode: 0644]
source4/lib/json/Makefile.in [new file with mode: 0644]
source4/lib/json/NEWS [new file with mode: 0644]
source4/lib/json/README [new file with mode: 0644]
source4/lib/json/README-WIN32.html [new file with mode: 0644]
source4/lib/json/README.html [new file with mode: 0644]
source4/lib/json/aclocal.m4 [new file with mode: 0644]
source4/lib/json/arraylist.c [new file with mode: 0644]
source4/lib/json/arraylist.h [new file with mode: 0644]
source4/lib/json/autogen.sh [new file with mode: 0644]
source4/lib/json/bits.h [new file with mode: 0644]
source4/lib/json/config.guess [new file with mode: 0755]
source4/lib/json/config.h.in [new file with mode: 0644]
source4/lib/json/config.h.win32 [new file with mode: 0644]
source4/lib/json/config.sub [new file with mode: 0755]
source4/lib/json/configure [new file with mode: 0755]
source4/lib/json/configure.in [new file with mode: 0644]
source4/lib/json/debug.c [new file with mode: 0644]
source4/lib/json/debug.h [new file with mode: 0644]
source4/lib/json/depcomp [new file with mode: 0755]
source4/lib/json/install-sh [new file with mode: 0755]
source4/lib/json/json-c.vcproj [new file with mode: 0644]
source4/lib/json/json.h [new file with mode: 0644]
source4/lib/json/json.pc.in [new file with mode: 0644]
source4/lib/json/json_object.c [new file with mode: 0644]
source4/lib/json/json_object.h [new file with mode: 0644]
source4/lib/json/json_object_private.h [new file with mode: 0644]
source4/lib/json/json_tokener.c [new file with mode: 0644]
source4/lib/json/json_tokener.h [new file with mode: 0644]
source4/lib/json/json_util.c [new file with mode: 0644]
source4/lib/json/json_util.h [new file with mode: 0644]
source4/lib/json/linkhash.c [new file with mode: 0644]
source4/lib/json/linkhash.h [new file with mode: 0644]
source4/lib/json/ltmain.sh [new file with mode: 0644]
source4/lib/json/missing [new file with mode: 0755]
source4/lib/json/mkinstalldirs [new file with mode: 0755]
source4/lib/json/printbuf.c [new file with mode: 0644]
source4/lib/json/printbuf.h [new file with mode: 0644]
source4/lib/json/stamp-h.in [new file with mode: 0644]
source4/lib/json/test1.c [new file with mode: 0644]
source4/lib/json/test2.c [new file with mode: 0644]