Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r10111: Make pidl by default assume the input file is an IDL file rather | Jelmer Vernooij | 1 | -1/+1 | |
then a .pidl file. (This used to be commit d8a31d3048a6421a3d49d3c121bc86d748838b3a) | |||||
2007-10-10 | r10104: Fix code before declaration. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 05c020181560afd4e6957be29795536e2d83d71e) | |||||
2007-10-10 | r10089: Fix a typo breaking the Makefile generator and therefore - the build. | Rafal Szczesniak | 1 | -1/+1 | |
rafal (This used to be commit d6936185d5e4a85b188d5117d7a3b3d6bea2f96b) | |||||
2007-10-10 | r10074: Pass CPP to pidl via environment variables rather then config.pm. ↵ | Jelmer Vernooij | 1 | -1/+1 | |
This fixes the standalone pidl build (as used for ethereal) (This used to be commit 9c9ebd2214423c58357854f09bd744e13e807d8f) | |||||
2007-10-10 | r10052: Add 'print' command | Jelmer Vernooij | 1 | -0/+22 | |
(This used to be commit d99c9e2817fbbe2a0a34910672c8473889bc6176) | |||||
2007-10-10 | r10043: Only recompile subsystems that actually need recompilation | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit de9830979788528754175b17fe45477e6ce9ce9e) | |||||
2007-10-10 | r10038: Update instructions on using gcov with ldb | Jelmer Vernooij | 1 | -9/+5 | |
(This used to be commit 8d246fac49332426699e797f52ef694083b5e2ea) | |||||
2007-10-10 | r10030: Add hierarchical memory allocation to TDR's pull functions | Jelmer Vernooij | 5 | -53/+44 | |
(This used to be commit 0e358de93a007db921ad5e9a892114122254de39) | |||||
2007-10-10 | r10028: More registry fixes. | Jelmer Vernooij | 2 | -41/+115 | |
Remove save_hive() function (there is a flush_key function already). Fixes for the allocation mechanism in the REGF backend (This used to be commit 499d03bc90382bcd33c8c3a1577a58d2c76e5129) | |||||
2007-10-10 | r10027: Use blob length for keeping track of buffer length, add TODO | Jelmer Vernooij | 3 | -23/+48 | |
(This used to be commit a924bec84b6d0a84db05c4315126474c9248fe2d) | |||||
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 8 | -8/+186 | |
Add support for showing security descriptor in regshell Add support for saving files in NT4 registry backend (This used to be commit 47cecd4726e6568f1aafb404646d2664f630a9bb) | |||||
2007-10-10 | r10025: Add some utility functions for storing/loading tdr encoded data | Jelmer Vernooij | 2 | -92/+82 | |
(This used to be commit bcd433bfc1450317b75e22942dee1c42bb24ae79) | |||||
2007-10-10 | r10020: Support for malloc / realloc / free in HBIN blocks | Jelmer Vernooij | 3 | -25/+333 | |
Initial support for adding keys (still broken though) (This used to be commit ff8d3a27c1b9bb37de39e7d7b974702b2b8c4437) | |||||
2007-10-10 | r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed.. | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit ea92959209fa256a8190df19e8c27b368169724f) | |||||
2007-10-10 | r10016: Support reading security descriptors on keys. | Jelmer Vernooij | 4 | -3/+66 | |
(This used to be commit b349e902c7b0140cd94e241ba9f81c83fa54f603) | |||||
2007-10-10 | r10015: Change the NT4 registry backend to use the IDL-generate parse functions. | Jelmer Vernooij | 3 | -1629/+257 | |
(This used to be commit 0ad46ef804c0654e927f9c14ea93c45f9e3c718c) | |||||
2007-10-10 | r10013: Support zero-sized strings. | Jelmer Vernooij | 1 | -0/+5 | |
(This used to be commit cf3be71c33ec8e43c883ce05fd1a63d1178446ad) | |||||
2007-10-10 | r10009: Fix bug in uint8 parsing functions | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit abb0db12185a3b3ef7da16fa3d742336afeb8ef0) | |||||
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 11 | -83/+75 | |
Fix handling of REG_DWORD in the LDB backend. Fix a couple of warnings (This used to be commit 709fdc7ebf5a77cfb50359fad978884777decc3b) | |||||
2007-10-10 | r9995: Add file describing the REGF file format in IDL. | Jelmer Vernooij | 1 | -0/+154 | |
(used in reg_backend_nt4.c rewrite) (This used to be commit 5e1a16eda28d432b94dc933b44da3ca556f92fdf) | |||||
2007-10-10 | r9993: Gcc is fussy about the lack of parentheses around assignment statements. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 908ba892598af83ae2fbe661d40e9f10ff3e34a0) | |||||
2007-10-10 | r9959: Fix bug where data offset was incorrect after parsing element with | Jelmer Vernooij | 1 | -17/+2 | |
[charset] (This used to be commit b17478229e8e9220858fcc85a19ec751450f969d) | |||||
2007-10-10 | r9957: Switch to using DATA_BLOBs internally in TDR | Jelmer Vernooij | 2 | -33/+25 | |
(This used to be commit 351149d160e893a3fdd4a5b11ec4b4b2bbf264a9) | |||||
2007-10-10 | r9949: Portability fixes for mingw32 | Jelmer Vernooij | 2 | -4/+3 | |
(This used to be commit 994093b08ee463066c6bae494b10374bd700b0b0) | |||||
2007-10-10 | r9948: Be a bit less verbose | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 071dba2d0ae964e9901adf0c4870894deed43650) | |||||
2007-10-10 | r9940: When guessing, don't make DEBUG(1,... errors. | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett (This used to be commit 664736e73df60ccfd24a41fda75031cb6b7d08cd) | |||||
2007-10-10 | r9929: Fix indentation | Andrew Bartlett | 2 | -3/+5 | |
Andrew Bartlett (This used to be commit d6f57ec921839b46534eb64a7b6374161ff37835) | |||||
2007-10-10 | r9928: ncName is a DN, and needs to use DN matching rules. | Andrew Bartlett | 1 | -0/+1 | |
Andrew Bartlett (This used to be commit b89e7a7fcdf80f2cab581f138358b4324d15d6bc) | |||||
2007-10-10 | r9919: Remove debug statement from samba3sam | Jelmer Vernooij | 2 | -2/+68 | |
Add SOC STATUS doc (This used to be commit 152c1a37b536c65e0b816319304d1fb46c2dc5a8) | |||||
2007-10-10 | r9918: Fix two copy-n-paste bugs that were preventing the modification | Jelmer Vernooij | 2 | -3/+3 | |
of special DN's when the rdn_name or timestamps modules were in use. (This used to be commit c61efb2ff851f8f55b4747c8068c7e780083e35c) | |||||
2007-10-10 | r9915: Some more mappings. Fix weird sAMAccountName values. | Jelmer Vernooij | 1 | -4/+32 | |
(This used to be commit 8ff1358f401e0086b941f4ff73af5d4c38a1f8bf) | |||||
2007-10-10 | r9912: Fix another bug in ldb_map. | Jelmer Vernooij | 3 | -77/+97 | |
(This used to be commit 4c3b37d660e798764e35a31221f4939ab6f36948) | |||||
2007-10-10 | r9908: Generate posixUser and posixGroup as well | Jelmer Vernooij | 2 | -56/+66 | |
(This used to be commit ebed25b47d3d8bd350b51b462d605d713f17602d) | |||||
2007-10-10 | r9899: Be more conservative about what is sent to the remote server in ldb_map. | Jelmer Vernooij | 2 | -167/+350 | |
(This used to be commit 76e943d4416e38ce4cce27d5403bc3e133d0025b) | |||||
2007-10-10 | r9885: Fix code before declarations. | Tim Potter | 1 | -1/+2 | |
(This used to be commit b7d982c94be05d357a4c3517afc60c7929fb4615) | |||||
2007-10-10 | r9881: I can't believe this can make a difference... | Tim Potter | 1 | -2/+2 | |
(This used to be commit 31069bfd18c4b7355dbf85df9fb479705b0e3b4b) | |||||
2007-10-10 | r9880: Convert remaining initialisers to more portable form. This should | Tim Potter | 1 | -6/+10 | |
clean out a lot of build farm breakage. (This used to be commit c34fbdc6c3fd2c066c713bdd84e6f40f6aa8cd43) | |||||
2007-10-10 | r9879: A quick check to see if nested initialisers (?) is portable across the | Tim Potter | 1 | -1/+5 | |
build farm. I have a feeling it isn't. (This used to be commit 7cc8df0c2f46fb9ce753e368ce645bcb69585334) | |||||
2007-10-10 | r9857: Fix rename/delete issues | Jelmer Vernooij | 2 | -12/+24 | |
(This used to be commit d6dce7ef3eb21a5e90244cf2ce7403ab43b12d63) | |||||
2007-10-10 | r9854: Finish ldb_map testsuite | Jelmer Vernooij | 4 | -16/+19 | |
Update PLAN Some more small other fixes (This used to be commit de2bde2526ffaf521253e3b9e58fc11417986321) | |||||
2007-10-10 | r9842: More error checks in the ldb_map modules, extend testsuite | Jelmer Vernooij | 1 | -44/+99 | |
(This used to be commit b7992de4b7d42a55e00509c887a269a07c19627d) | |||||
2007-10-10 | r9835: Make ldb_map compile in the stand-alone LDB build | Jelmer Vernooij | 4 | -45/+48 | |
(This used to be commit 2283a336e0e31e6857621d9806bba54c400bd986) | |||||
2007-10-10 | r9827: Convert 'passdb backend' rather then 'passdb backends' | Jelmer Vernooij | 1 | -1/+2 | |
Be a bit more verbose (This used to be commit fb2fd8da10b281b2064d4cae5d5a0630e8a207da) | |||||
2007-10-10 | r9816: Work on testsuite for upgrade | Jelmer Vernooij | 2 | -3/+6 | |
Add 'paths' object to provision code. (This used to be commit 488d737fb0ebbc2535d0ec17c14f0dc1eaf2a578) | |||||
2007-10-10 | r9813: Conver testsuite for samba3sam module to EJS | Jelmer Vernooij | 1 | -61/+0 | |
(This used to be commit 77f24ed131bf57c30bb500e1d8d387bd4b403ddc) | |||||
2007-10-10 | r9808: Improve code that selects what "passdb backend" to import from. | Jelmer Vernooij | 3 | -5/+55 | |
(This used to be commit 7739d092d5ca99bd44a1612cc783e38a2f09a67f) | |||||
2007-10-10 | r9807: Use talloc in fd_lines_load() and file_lines_load(). The return | Jelmer Vernooij | 1 | -7/+20 | |
value now can be freed using talloc(). I couldn't find the free_lines_list() function that was supposed to free it before. (This used to be commit f6f31661d05e392a9f2819c5a0ceff92c1b7656a) | |||||
2007-10-10 | r9800: Add EJS interface to param. tridge, sorry this overlaps a bit | Jelmer Vernooij | 1 | -3/+5 | |
with your loadparm interface. :-/ (This used to be commit bb0cef581a09a86113f3212c776c011ae73def14) | |||||
2007-10-10 | r9798: Add generic functions for handling smb.conf files (the parameters ↵ | Jelmer Vernooij | 4 | -104/+29 | |
don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome... Remove old smb.conf-parsing code from libsamba3. (This used to be commit 414e5f7f6dc38a8fde3b61d524a664f56f9ea592) | |||||
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 5 | -9/+9 | |
StrCaseCmp was sys_strcasecmp, while it is in fact strcasecmp_m! (This used to be commit 200a8f6652cb2de7a8037a7a4c2a204b50aee2b1) |