Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 4 | -5/+5 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 4 | -4/+4 |
2007-10-10 | r15877: Fix error message - caught by the IBM checker | Jelmer Vernooij | 1 | -4/+17 |
2007-10-10 | r15810: Fix uninitialized variable error, caught by the IBM checker. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15806: Remove some unnecessary nesting making the function harder to read. | Jelmer Vernooij | 1 | -11/+15 |
2007-10-10 | r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15375: Rename readline.h to smbreadline.h avoid clashes with system header. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 2 | -4/+4 |
2007-10-10 | r15364: Use global list of predefined keys | Jelmer Vernooij | 1 | -14/+2 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15361: Export table of predefined registry keys | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r14981: fixed a use of a wild ptr in regshell | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14978: fixed a print of NULL | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 4 | -12/+12 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13944: Yet another round of splitups. | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 4 | -12/+0 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 4 | -7/+0 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 4 | -0/+8 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r10604: Put in the new registry "patchfile" code (similar to ldif | Jelmer Vernooij | 3 | -852/+23 |
2007-10-10 | r10588: Remove more unused files, macros | Jelmer Vernooij | 1 | -4/+13 |
2007-10-10 | r10052: Add 'print' command | Jelmer Vernooij | 1 | -0/+22 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 4 | -5/+17 |
2007-10-10 | r10016: Support reading security descriptors on keys. | Jelmer Vernooij | 1 | -1/+8 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 3 | -5/+7 |
2007-10-10 | r9503: removed duplicate REG_* defines from registry.h now that they are | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 4 | -5/+7 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 4 | -31/+10 |
2007-10-10 | r7248: Remove enum that is causing trouble on AIX | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 4 | -4/+4 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 4 | -5/+6 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r5680: Don't crash if none of the predefined keys is available (reported by A... | Jelmer Vernooij | 1 | -2/+28 |
2007-10-10 | r5134: - fix types to always use _t types | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 3 | -10/+10 |
2007-10-10 | r4209: Fix several smaller bugs | Jelmer Vernooij | 1 | -28/+64 |
2007-10-10 | r4204: Arguments to reg_del_key more like the RPC for more efficient usage | Jelmer Vernooij | 2 | -24/+7 |
2007-10-10 | r4166: More small API fixes, keep registry structs as small as possible. | Jelmer Vernooij | 2 | -12/+2 |
2007-10-10 | r4155: More destinction between hives and predefined keys | Jelmer Vernooij | 3 | -30/+7 |
2007-10-10 | r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r4132: - Bunch of rather large fixes in the registry | Jelmer Vernooij | 4 | -97/+129 |
2007-10-10 | r4064: use the same name for type on both ends | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4058: added a type safe version of smb_xmalloc() | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 4 | -0/+4 |