summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-2318-224/+394
|\
| * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-3/+3
| * Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| * Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+4
| * Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-21/+21
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2515-184/+264
| |\
| | * More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| | * Fix typoAndrew Bartlett2008-04-171-1/+1
| | * More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
| | * Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| | * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1714-85/+158
| | * Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-169-71/+63
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0818-290/+232
| |\ \
| * \ \ Merge v4.0-testJelmer Vernooij2008-03-281-13/+13
| |\ \ \
| * | | | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-091-1/+2
| * | | | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-2/+3
| * | | | Fix includes.Jelmer Vernooij2008-03-041-0/+1
| * | | | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-24/+18
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-034-37/+256
| |\ \ \ \
| * \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2910-25/+41
| |\ \ \ \ \
| * | | | | | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
| * | | | | | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-261-4/+8
| * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-257-24/+38
| |\ \ \ \ \ \
| * | | | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-162-2/+0
* | | | | | | | Fix const.Jelmer Vernooij2008-04-152-2/+2
* | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-04-151-27/+24
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-3/+5
| * | | | | | | Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-24/+19
* | | | | | | | Fix formatting, remove unused function.Jelmer Vernooij2008-04-151-14/+3
* | | | | | | | More patchfile fixes. Write support should work now.Wilco Baan Hofman2008-04-152-14/+35
* | | | | | | | Fix PReg write support.Wilco Baan Hofman2008-04-154-18/+97
* | | | | | | | Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman2008-04-155-32/+226
* | | | | | | | Remove debug stuff.Wilco Baan Hofman2008-04-141-1/+0
* | | | | | | | Add support for security descriptors. Also patched the regf backend to suppor...Wilco Baan Hofman2008-04-147-42/+164
* | | | | | | | Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman2008-04-142-6/+10
|/ / / / / / /
* | | | | | | Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-1/+1
* | | | | | | Use new torture_assert_mem_equal.Jelmer Vernooij2008-04-131-1/+1
* | | | | | | Attempt to fix get_value() test on sparc machines.Jelmer Vernooij2008-04-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-031-0/+4
* | | | | | Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij2008-04-031-2/+2
* | | | | | Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-1/+0
* | | | | | Move handle utility functions to public header, remove more public headers.Jelmer Vernooij2008-04-021-1/+0
* | | | | | Trim down installed headers some more.Jelmer Vernooij2008-04-021-1/+1
* | | | | | Merge hive.h into registry.hJelmer Vernooij2008-04-027-215/+186
* | | | | | Merge patchfile.h into registry.hJelmer Vernooij2008-04-026-61/+30