nss_wrapper: not all systems have get*_r calls
[ira/wip.git] / source3 / registry /
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-11-05 Günther DeschnerWhen deleting a key from the registry make sure the...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-15 Alexander BokovoyCorrectly free memory in regfio paths
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Volker LendeckeRemove bogus comment
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Volker Lendecker25528: Only do transactions on registry.tdb if anythin...
2007-10-10 Günther Deschnerr25417: Use DBGC_REGISTRY class.
2007-10-10 Günther Deschnerr25370: Allow to delete registry keys recursively witho...
2007-10-10 Günther Deschnerr25362: Add "NT Authority\System" with Full Access...
2007-10-10 Michael Adamr25162: Refactor further: add mapping functions between
2007-10-10 Michael Adamr25160: Refactor out and slightly clean up canonicaliza...
2007-10-10 Michael Adamr25140: Less red bars to hurt my eyes...
2007-10-10 Michael Adamr25139: Avoid code duplication: let regval_ctr_copyvalu...
2007-10-10 Michael Adamr25002: Refactor out code duplication created by the...
2007-10-10 Michael Adamr24999: Use the new regval_compose() function in regval...
2007-10-10 Michael Adamr24998: Add a function regval_compose() to compose...
2007-10-10 Michael Adamr24996: Eliminate more trailing spaces...
2007-10-10 Michael Adamr24970: Polish some comments and add my (C).
2007-10-10 Volker Lendecker24949: Remove some static buffers
2007-10-10 Günther Deschnerr24632: Fix build warnings.
2007-10-10 Michael Adamr24630: Store Samba configuratin options only under...
2007-10-10 Günther Deschnerr24418: Adding reg_deleteallvalues().
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23667: Prevent storing of forbidden parameter names...
2007-10-10 Jeremy Allisonr23591: Fix bug #4725. Don't crash when no eventlogs...
2007-10-10 Michael Adamr23584: Use a while loop instead of a for loop without...
2007-10-10 Michael Adamr23583: Add a utility function to recursively delete...
2007-10-10 Michael Adamr23581: Move regkey_open_onelevel from reg_frontend...
2007-10-10 Michael Adamr23578: When calling DeleteKey for a key that has subke...
2007-10-10 Jeremy Allisonr23512: Fix conflict in #define for SECDESC_PREFIX...
2007-10-10 Michael Adamr23509: This activates the global options from the...
2007-10-10 Michael Adamr23507: Split one general function normalize_dbkey...
2007-10-10 Michael Adamr23504: Use tdb_wrap_open (instead of usual tdb_open...
2007-10-10 Michael Adamr23468: Open registry.tdb with sequence number.
2007-10-10 Michael Adamr23465: There was this diff between reg_printing in...
2007-10-10 Michael Adamr23460: Re-add whitespace to reduce diff between branches.
2007-10-10 Michael Adamr23459: Remove one superfluous cast.
2007-10-10 Michael Adamr23458: Cosmetic fix in debug output.
2007-10-10 Michael Adamr23379: Whitespace cosmetics, to reduce irritating...
2007-10-10 Jeremy Allisonr23080: Fix bug #4637 - we hads missed some cases where
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22588: Make all uses of TALLOC_MEMDUP consistent.
2007-10-10 Michael Adamr22496: reg_enumvalue should return WERR_NO_MORE_ITEMS...
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21979: make use of string_tdb_data()
2007-10-10 Stefan Metzmacherr21978: make use of tdb_*_bystring()
2007-10-10 Stefan Metzmacherr21977: little cosmetic change to remove a local var...
2007-10-10 Jeremy Allisonr21225: Couple of fixes from Martin Zielinski mz@seh.de,
2007-10-10 Volker Lendecker21219: Speed up the initial startup time of smbd on...
2007-10-10 Volker Lendecker20626: Fix a memleak found by the IBM checker -- not...
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Volker Lendecker20210: registry_fetch_values is not needed anymore...
2007-10-10 Volker Lendecker20209: Fix two memleaks
2007-10-10 Volker Lendecker20037: Reduce code size slightly by shuffling stuff...
2007-10-10 Volker Lendecker20020: Arglll... eventlogadm links against reg_db...
2007-10-10 Volker Lendecker20019: Replace one set of tricky code by calls to...
2007-10-10 Volker Lendecker20018: Fix a memleak in reg_createkey
2007-10-10 Volker Lendecker20016: Add two utility functions for easy opening...
2007-10-10 Volker Lendecker20005: reg_open_path should become the replacement...
2007-10-10 Volker Lendecker20004: Remove a const, "name" is allocated anyway
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19990: Fix comment
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Volker Lendecker19948: Fix a memleak
2007-10-10 Volker Lendecker19947: Change regkey_open_internal to take the parent...
2007-10-10 Volker Lendecker19913: Fix a const warning
2007-10-10 Volker Lendecker19912: Move the subkey cache to srv_winreg_nt.c
2007-10-10 Volker Lendecker19872: Move the value cache to srv_winreg_nt.c. Fix...
2007-10-10 Volker Lendecker19858: Fix a memleak, add a const
2007-10-10 Volker Lendecker19853: Update a link
2007-10-10 Volker Lendecker19841: Wrap regdb_store_keys and regdb_store_values...
2007-10-10 Volker Lendecker19839: Fix the build, we are not there yet :-)
2007-10-10 Volker Lendecker19838: We have to delete the value record as well...
2007-10-10 Volker Lendecker19837: Some reformatting (Jerry, I hope you do not...
2007-10-10 Volker Lendecker19828: Add a helper function to pull *and* unparse...
2007-10-10 Volker Lendecker19780: Ok, regkey_open_internal needs a regkey_close_i...
2007-10-10 Volker Lendecker19779: Fail properly on talloc_strdup failure
2007-10-10 Volker Lendecker19778: Make regkey_open_internal take a talloc ctx
2007-10-10 Volker Lendecker19777: Make regsubkey_ctr_addkey return WERROR. Nobody...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr17878: Fix possible null deref found by Stanford checker.
2007-10-10 Jeremy Allisonr17867: Fix null deref in error code path. Found by the
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Volker Lendecker17047: Fix a typo and a possible NULL dereference
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16650: Fix bug #3890 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16636: Fix bug #3884 reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16634: Fix bug #3883 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16603: Klockwork #2028. Fix null deref on error path.
2007-10-10 Volker Lendecker16490: Fix a memleak and two typos
next