summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
...
* r4064: use the same name for type on both endsStefan Metzmacher2007-10-101-1/+1
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-101-4/+4
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-103-12/+12
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-103-3/+3
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-101-2/+1
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-108-22/+6
* r3734: Fix some incorrect dependenciesJelmer Vernooij2007-10-101-1/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-16/+6
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-106-12/+16
* r3546: including includes.h twice causes gcc 3.4 to crash with pchAndrew Tridgell2007-10-101-2/+0
* r3543: fixed some #include lines to make them more consistent, and fixedAndrew Tridgell2007-10-101-1/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-104-0/+4
* r3472: fixed build of reg_backend_gconfAndrew Tridgell2007-10-101-0/+1
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-1011-0/+11
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-104-0/+4
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-104-0/+4
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3374: Couple of bug fixesJelmer Vernooij2007-10-101-1/+1
* r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij2007-10-101-4/+4
* r3369: More registry updatesJelmer Vernooij2007-10-101-3/+73
* r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij2007-10-106-13/+24
* r3367: More registry updates.Jelmer Vernooij2007-10-103-3/+44
* r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij2007-10-103-7/+50
* r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij2007-10-103-3/+9
* r3323: more warning reductionsAndrew Tridgell2007-10-104-42/+13
* r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij2007-10-101-1/+6
* r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij2007-10-101-30/+11
* r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij2007-10-103-12/+9
* r2911: Fix bug in opening relative keysJelmer Vernooij2007-10-101-8/+12
* r2898: - Support enumerating remote registry valuesJelmer Vernooij2007-10-102-76/+67
* r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij2007-10-101-16/+24
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-4/+4
* r2686: remove unused gtk+ checkStefan Metzmacher2007-10-101-2/+0
* r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell2007-10-101-3/+3
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-102-2/+2
* r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell2007-10-101-1/+1
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-1016-1254/+795
* r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2007-10-102-1/+125
* r2254: Fix a couple of compiler warnings...Jelmer Vernooij2007-10-104-16/+7
* r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett2007-10-101-2/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-104-5/+5
* r1894: Convert // to /* */Volker Lendecke2007-10-102-2/+2
* r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij2007-10-103-801/+0
* r1147: Support enumerating valuesJelmer Vernooij2007-10-101-4/+44
* r1119: Saner keyboard shortcutsJelmer Vernooij2007-10-101-4/+4
* r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2007-10-102-36/+95