Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 8 | -22/+6 |
2007-10-10 | r3734: Fix some incorrect dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 2 | -16/+6 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 6 | -12/+16 |
2007-10-10 | r3546: including includes.h twice causes gcc 3.4 to crash with pch | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r3543: fixed some #include lines to make them more consistent, and fixed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3472: fixed build of reg_backend_gconf | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 11 | -0/+11 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3374: Couple of bug fixes | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r3369: More registry updates | Jelmer Vernooij | 1 | -3/+73 |
2007-10-10 | r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci... | Jelmer Vernooij | 6 | -13/+24 |
2007-10-10 | r3367: More registry updates. | Jelmer Vernooij | 3 | -3/+44 |
2007-10-10 | r3348: More registry fixes and additions. The following functions work right ... | Jelmer Vernooij | 3 | -7/+50 |
2007-10-10 | r3340: Various fixes in the registry code. Implement the EnumKey call | Jelmer Vernooij | 3 | -3/+9 |
2007-10-10 | r3323: more warning reductions | Andrew Tridgell | 4 | -42/+13 |
2007-10-10 | r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r2914: ... and support enumerating values (data is not handled yet, only the ... | Jelmer Vernooij | 1 | -30/+11 |
2007-10-10 | r2913: - Don't print hive name if it is NULL (regtree) | Jelmer Vernooij | 3 | -12/+9 |
2007-10-10 | r2911: Fix bug in opening relative keys | Jelmer Vernooij | 1 | -8/+12 |
2007-10-10 | r2898: - Support enumerating remote registry values | Jelmer Vernooij | 2 | -76/+67 |
2007-10-10 | r2897: Fix double registration (of the registry subsystem) bug | Jelmer Vernooij | 1 | -16/+24 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r2686: remove unused gtk+ check | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r2672: don't call a variable "dup" as that conflicts with a standard system c... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2518: Some long overdue changes: | Jelmer Vernooij | 16 | -1254/+795 |
2007-10-10 | r2257: Tab completion support in regshell (complete command names and key names | Jelmer Vernooij | 2 | -1/+125 |
2007-10-10 | r2254: Fix a couple of compiler warnings... | Jelmer Vernooij | 4 | -16/+7 |
2007-10-10 | r1990: Fix breakage caused by the recent talloc changes. (Failure to process | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 4 | -5/+5 |
2007-10-10 | r1894: Convert // to /* */ | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r1432: - Move the various Gtk-specific parts from the registry code into a di... | Jelmer Vernooij | 3 | -801/+0 |
2007-10-10 | r1147: Support enumerating values | Jelmer Vernooij | 1 | -4/+44 |
2007-10-10 | r1119: Saner keyboard shortcuts | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r1118: Read-only enumeration of keys in the LDB backend works now :-) | Jelmer Vernooij | 2 | -36/+95 |
2007-10-10 | r1040: make sure main() doesn't get auto-prototyped | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1035: Support shared modules again | Jelmer Vernooij | 1 | -12/+12 |
2007-10-10 | r1032: Fix RPC backend segfault | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 2 | -15/+15 |
2007-10-10 | r959: - a static WERROR function should return a WERROR:-) | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r955: Update debian package rules... builds now | Jelmer Vernooij | 4 | -5/+16 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 3 | -11/+11 |