Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -4/+20 |
2007-10-10 | r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of | Michael Adam | 1 | -1/+1 |
2007-10-10 | r22135: Check in most of Michael Adam's net conf utility. A good share of thi... | Volker Lendecke | 3 | -346/+375 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21979: make use of string_tdb_data() | Stefan Metzmacher | 1 | -6/+3 |
2007-10-10 | r21978: make use of tdb_*_bystring() | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r21977: little cosmetic change to remove a local var that's not really needed | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r21225: Couple of fixes from Martin Zielinski mz@seh.de, | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21219: Speed up the initial startup time of smbd on systems with loaded disk | Volker Lendecke | 1 | -3/+32 |
2007-10-10 | r20626: Fix a memleak found by the IBM checker -- not on 3.0.24 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -0/+2 |
2007-10-10 | r20210: registry_fetch_values is not needed anymore, fix typo | Volker Lendecke | 2 | -58/+1 |
2007-10-10 | r20209: Fix two memleaks | Volker Lendecke | 1 | -4/+7 |
2007-10-10 | r20037: Reduce code size slightly by shuffling stuff around | Volker Lendecke | 2 | -116/+68 |
2007-10-10 | r20020: Arglll... eventlogadm links against reg_db but not the rest of the re... | Volker Lendecke | 2 | -106/+91 |
2007-10-10 | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 2 | -91/+106 |
2007-10-10 | r20018: Fix a memleak in reg_createkey | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r20016: Add two utility functions for easy opening/creating registry keys | Volker Lendecke | 1 | -1/+95 |
2007-10-10 | r20005: reg_open_path should become the replacement for regkey_open_internal. | Volker Lendecke | 1 | -0/+58 |
2007-10-10 | r20004: Remove a const, "name" is allocated anyway | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 2 | -33/+541 |
2007-10-10 | r19990: Fix comment | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 5 | -58/+334 |
2007-10-10 | r19948: Fix a memleak | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r19947: Change regkey_open_internal to take the parent key and a talloc_ctx as | Volker Lendecke | 1 | -35/+49 |
2007-10-10 | r19913: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19912: Move the subkey cache to srv_winreg_nt.c | Volker Lendecke | 1 | -57/+0 |
2007-10-10 | r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ... | Volker Lendecke | 1 | -54/+0 |
2007-10-10 | r19858: Fix a memleak, add a const | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r19853: Update a link | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions | Volker Lendecke | 1 | -18/+52 |
2007-10-10 | r19839: Fix the build, we are not there yet :-) | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r19838: We have to delete the value record as well, otherwise the old values ... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19837: Some reformatting (Jerry, I hope you do not mind | Volker Lendecke | 1 | -4/+9 |
2007-10-10 | r19828: Add a helper function to pull *and* unparse local registry values | Volker Lendecke | 1 | -0/+56 |
2007-10-10 | r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall... | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r19779: Fail properly on talloc_strdup failure | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r19778: Make regkey_open_internal take a talloc ctx | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b... | Volker Lendecke | 1 | -20/+22 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17878: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r17867: Fix null deref in error code path. Found by the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 6 | -14/+19 |
2007-10-10 | r17047: Fix a typo and a possible NULL dereference | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r16650: Fix bug #3890 reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -3/+7 |