Age | Commit message (Collapse) | Author | Files | Lines |
|
Karolin
|
|
Also remove ads_memfree(), which was only ever a wrapper around
SAFE_FREE, used only to free the DN from ads_get_ds().
This actually makes libgpo more consistant, as it mixed a talloc and a
malloc based string on the same element.
Andrew Bartlett
Signed-off-by: Günther Deschner <gd@samba.org>
|
|
|
|
security.idl.
|
|
Jeremy.
|
|
Michael
|
|
str_list_make(). From Dan Sledz <dan.sledz@isilon.com>:
In samba 3.2 passing NULL or an empty string returned NULL.
In master, it now returns a list of length 1 with the first string set
to NULL (an empty list).
Jeremy.
|
|
|
|
Guenther
|
|
Guenther
|
|
|
|
Jeremy.
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Michael
(This used to be commit 3346dd40832e8d61edfe4c56dce6fe85031f20f1)
|
|
This patch is the second iteration of an inside-out conversion to cleanup
functions in charcnv.c returning size_t == -1 to indicate failure.
(This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d)
|
|
Guenther
(This used to be commit 2b788429478868d1b0cbfd88027809be33edcfc5)
|
|
Guenther
(This used to be commit 7ed1397e25d50e6616040677cfe26148e7211538)
|
|
Thanks metze&vl.
Guenther
(This used to be commit cb3f1df7d8f35848a432764ea7d6720ec131ede1)
|
|
Guenther
(This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af)
|
|
Guenther
(This used to be commit b2cf8010aea3221bb6b108b9395b9d89cc1bc0d5)
|
|
Michael
(This used to be commit 6a31e659cb371395dff0906786f3c6ef0cc2b3de)
|
|
(This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
|
|
(This used to be commit 8f875674e7cf9ebd405561b1e3ab72b0284ce321)
|
|
I forgot the regdb_open() call: registry_init_basic() closes
the registry in the end... sorry.
Michael
(This used to be commit 4185ed03a3879ab708b004ef87b9ffaa6a9e6f3d)
|
|
IMO there is no need to imitate a custom registry backend.
Only default regdb hooks are used here, so a plain initialization
of regdb should suffice.
This way, only reg_api is used in libgpo, and no registry
backend code is visible.
Michael
(This used to be commit 10ae8accb486956ebb1638cee540868a11623b11)
|
|
That is, use the reg_api function instead of the backend function.
For this, code had to be changed, to take a "struct registry_key"
instead of a char *.
Michael
(This used to be commit 4717e6d0cf9df53a55e5d55ede5480181b33920d)
|
|
Guenther
(This used to be commit e9c56250eb7a2dc4e69962c5b48875834941ccfc)
|
|
Guenther
(This used to be commit f18ba6c877fa934d19ecc6a65be74b8bad7ee7e4)
|
|
Guenther
(This used to be commit 5f592d030b7e94331a634e0d625aefc60cfb1f70)
|
|
Guenther
(This used to be commit 2f1bc7ddad97b9137ae4cce696bf4e08f9b7ca20)
|
|
That commit message was just too silly, this happens to me during interactive
rebase all the time...
This reverts commit ab687104c1371c84c510eca7ef2caad7c21ea8fc.
(This used to be commit a3a1edab0d5ac07d42e64a5a82dd71fe0c3fdfeb)
|
|
(This used to be commit ab687104c1371c84c510eca7ef2caad7c21ea8fc)
|
|
Guenther
(This used to be commit 4e93301ca4931908a7d1994be45c57002f8c6fea)
|
|
Guenther
(This used to be commit 6d543b1a1a5a7af98affc9aea2edf650cb476379)
|
|
in the registry.
Guenther
(This used to be commit f673bbd300d972dd7ae2d092b3b1e642ed29cfd2)
|
|
Gunther
(This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
|
|
(This used to be commit feddc1447d585fd108d22a36bccc576fa81197ef)
|
|
(This used to be commit e2c9fc4cf5f0ff725330fa44f53782db65fca37e)
|
|
Michael
(This used to be commit 6b2b9a60ef857ec31da5fea631535205fbdede4a)
|
|
Guenther
(This used to be commit 2ea57a76a6bc8f9c835818780fcc9324896d5c1f)
|
|
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
|
|
No more temptations to use static length strings.
Jeremy.
(This used to be commit ec003f39369910dee852b7cafb883ddaa321c2de)
|
|
(This used to be commit 31d0a846db08d845e6cdfd85def4ac1c34031e02)
|
|
Jeremy.
(This used to be commit a1725f4ff7ed375808c78ac661b539557748d0a5)
|
|
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
|
|
Guenther
(This used to be commit cc38e4fc1f2d3f9e2e2ff90a7a004ce8fdfa9238)
|
|
string.
Jeremy.
(This used to be commit fe30a523dfc77cc373145624246fd3ad5c62b9ac)
|
|
Guenther
(This used to be commit 85c816c27f2b9d20dfaf411b12ec1803a49574ce)
|