Volker Lendecke
aad7194999
r19837: Some reformatting (Jerry, I hope you do not mind
...
(This used to be commit 6639f8c119
)
2007-10-10 12:16:01 -05:00
Volker Lendecke
b724a28019
r19835: Some net sam policy improvements.
...
Thanks to Karolin Seeger <ks@sernet.de>
Volker
(This used to be commit 2091018a53
)
2007-10-10 12:16:01 -05:00
Volker Lendecke
45fcd0f0b7
r19828: Add a helper function to pull *and* unparse local registry values
...
(This used to be commit 969eb9cda6
)
2007-10-10 12:16:00 -05:00
Volker Lendecke
334c868b83
r19827: Move registry_push/pull_value to lib/util_reg.c
...
(This used to be commit 3047a4b92c
)
2007-10-10 12:16:00 -05:00
Jim McDonough
807c50858f
r19826: Fix typo
...
(This used to be commit fa656ce34e
)
2007-10-10 12:16:00 -05:00
Volker Lendecke
6fad55ff89
r19825: To create a key, smbd also needs read privs assigned
...
(This used to be commit b2866b1318
)
2007-10-10 12:16:00 -05:00
Volker Lendecke
c895111579
r19824: Fix the max value calculation in QueryInfoKey
...
(This used to be commit cd14b7f052
)
2007-10-10 12:16:00 -05:00
Jeremy Allison
bb4fb75b22
r19823: "log" is an internal define in older versions of gcc.
...
Rename to log_ctx.
Jeremy.
(This used to be commit dbf0e58a1e
)
2007-10-10 12:16:00 -05:00
Volker Lendecke
ef4112922a
r19822: Implement net rpc registry createkey, deletekey and deletevalue
...
(This used to be commit 419ebc92f0
)
2007-10-10 12:15:59 -05:00
Volker Lendecke
e56be1dead
r19821: Make net_rpc_registry use net_run_function2.
...
Fix an erroneous NT_STATUS_NO_MEMORY found by Chetan S <cshring@gmail.com>.
Thanks :-)
Volker
(This used to be commit 30f02e73fd
)
2007-10-10 12:15:59 -05:00
Volker Lendecke
eb96dddb28
r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern Jacke
...
<bj@sernet.de>
Volker
(This used to be commit b32c8356f7
)
2007-10-10 12:15:59 -05:00
Volker Lendecke
ead21a53ae
r19819: Windows returns an empty string instead of NULL here
...
(This used to be commit c1083216c8
)
2007-10-10 12:15:59 -05:00
Volker Lendecke
c63be3a4e7
r19818: Remove reg_split_hive, make use of registry_openkey
...
(This used to be commit 7fd1578a90
)
2007-10-10 12:15:58 -05:00
Volker Lendecke
28bbef032f
r19817: Implement net rpc registry setvalue (only dword and sz so far)
...
(This used to be commit 9ecb69c075
)
2007-10-10 12:15:58 -05:00
Volker Lendecke
3b5d82cedd
r19812: dump_regval_buf is not needed anymore
...
(This used to be commit f24e64160d
)
2007-10-10 12:15:57 -05:00
Volker Lendecke
202f63e476
r19811: Decode REG_MULTI_SZ and REG_BINARY
...
(This used to be commit 6793301751
)
2007-10-10 12:15:57 -05:00
Gerald Carter
95bfb97547
r19809: remove winbind blacklist parameter
...
(This used to be commit 40cff14498
)
2007-10-10 12:15:57 -05:00
Gerald Carter
932e95abde
r19808: remove old smbwrapper references
...
(This used to be commit c142b629c8
)
2007-10-10 12:15:57 -05:00
Volker Lendecke
515dea007a
r19807: First attempt at wrapping something sane around the registry API. Will be
...
extended.
Volker
(This used to be commit 40922eb924
)
2007-10-10 12:15:57 -05:00
Volker Lendecke
ef012f8e7a
r19804: Fix a valgrind error
...
(This used to be commit cb9e16c838
)
2007-10-10 12:15:57 -05:00
Volker Lendecke
ded7c032a3
r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the max name
...
length in *bytes* for UTF-16, not the string length. This got lost during the
conversion.
This took a while to figure out :-)
Thanks to Chetan!
Volker
(This used to be commit 8df6544fa8
)
2007-10-10 12:15:56 -05:00
Gerald Carter
53c6548fbc
r19800: * Remove exmpty aix directory
...
* remove old, commented out commands from 'make clean'
(This used to be commit 4c96a387a2
)
2007-10-10 12:15:56 -05:00
Volker Lendecke
01367cdfd0
r19797: Convert the remaining pipes to the "new" unique out ptr handling
...
(This used to be commit bc4e0a388a
)
2007-10-10 12:15:56 -05:00
Volker Lendecke
3372adce58
r19794: Convert DFS
...
(This used to be commit 2efd3b3509
)
2007-10-10 12:15:56 -05:00
Volker Lendecke
28a01d3fdf
r19793: Change the lsa calls to the new calling convention. Nobody uses the changed
...
calls yet.
Volker
(This used to be commit 144cddaef5
)
2007-10-10 12:15:56 -05:00
Volker Lendecke
9849f04868
r19790: Check in the PIDL change and the converted unixinfo and winbind pipes without
...
waiting for comments. This is what version control is for, and it does fix a
segfault I ran into ;-)
Nevertheless, Jelmer & Jerry, please take a look!
Thanks,
Volker
(This used to be commit 95c14a822c
)
2007-10-10 12:15:55 -05:00
Volker Lendecke
30db93664c
r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys against
...
W2k3. The server requires that size==0 in the [in] name. Somehow I get the
feeling that something is badly wrong here....
I did not yet recreate the gen_ndr equivalent, see next mail.
Volker
(This used to be commit 016ddce120
)
2007-10-10 12:15:55 -05:00
Volker Lendecke
bfad442144
r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a talloc ctx is
...
misleading here. This needs fixing properly :-)
Volker
(This used to be commit f808182346
)
2007-10-10 12:15:55 -05:00
Volker Lendecke
76b320c8df
r19779: Fail properly on talloc_strdup failure
...
(This used to be commit b57e446789
)
2007-10-10 12:15:55 -05:00
Volker Lendecke
e82cd437cc
r19778: Make regkey_open_internal take a talloc ctx
...
(This used to be commit cb7f4211b8
)
2007-10-10 12:15:55 -05:00
Volker Lendecke
cbc03ec6df
r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, but this
...
will change.
Volker
(This used to be commit 17c7c337f6
)
2007-10-10 12:15:54 -05:00
Volker Lendecke
09ec562a09
r19776: Hmmm. I should have done one instead of three commits. Sorry :-)
...
(This used to be commit e2a35ceffe
)
2007-10-10 12:15:54 -05:00
Volker Lendecke
9bb1f909fd
r19775: Fix typo
...
(This used to be commit 370e29ebb9
)
2007-10-10 12:15:54 -05:00
Volker Lendecke
e37200a82e
r19774: Fix typo
...
(This used to be commit 842599a7fd
)
2007-10-10 12:15:54 -05:00
Volker Lendecke
5e48602456
r19773: TALLOC_FREE checks for NULL itself
...
(This used to be commit fb3983ae1f
)
2007-10-10 12:15:54 -05:00
Volker Lendecke
5f3b7ee713
r19766: Fix a const-warning. Jerry, what did you want to fix with this line?
...
Volker
(This used to be commit 55dc4741cf
)
2007-10-10 12:15:54 -05:00
Gerald Carter
d596aa931b
r19764: set version in 3.0 branch to 3.0.25
...
(This used to be commit d7179d945c
)
2007-10-10 12:15:53 -05:00
Gerald Carter
c2aae726ea
r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
...
(http://www.centeris.com/ ) under my copyright.
* Rework error reporting to use DNS_ERROR instead
of int32
* Convert memory allocation to use talloc()
* Generalize the DNS request/response packet marshalling
* Fix the secure update requests
(This used to be commit c787983336
)
2007-10-10 12:15:53 -05:00
Gerald Carter
9a88644bb5
r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)
...
(This used to be commit e37132f219
)
2007-10-10 12:15:53 -05:00
Gerald Carter
8fa0a80b49
r19754: * When using a krb5 session setup, we don't fill in the server_name
...
string the clis_state struct. So call saf_store() after we
have the short domain name in the lsa_query_inof_policy code.
* Remove unused server string in saf_delete()
(This used to be commit 3eddae2f20
)
2007-10-10 12:15:53 -05:00
Lars Müller
f5a1ec7407
r19748: Ensure to link against the required libraries.
...
(This used to be commit 85d8c73fbb
)
2007-10-10 12:15:53 -05:00
Lars Müller
571aca9927
r19747: Ensure to link with the required objects.
...
(This used to be commit 8d50fb3f51
)
2007-10-10 12:15:52 -05:00
Günther Deschner
24faef672e
r19745: For the fun of it, add an CLDAP client written in perl.
...
Guenther
(This used to be commit 8a2dded7fb
)
2007-10-10 12:15:52 -05:00
Stefan Metzmacher
9e7e5938ab
r19744: merge from samba4
...
metze
(This used to be commit fe61e6ebf7
)
2007-10-10 12:15:52 -05:00
Stefan Metzmacher
5a77ccfbfc
r19741: fix compiler warnings
...
metze
(This used to be commit 18171cf54b
)
2007-10-10 12:15:52 -05:00
Stefan Metzmacher
0fa75c6797
r19739: fix compiler warning
...
metze
(This used to be commit b7965ac26c
)
2007-10-10 12:15:51 -05:00
Stefan Metzmacher
81cf0a5cd8
r19730: as libreplace always provides dlopen(), we need to always define SHLIBEXT
...
this fix the build on hpisgr8 HPUX 11.23
metze
(This used to be commit b61269d7e3
)
2007-10-10 12:15:50 -05:00
Stefan Metzmacher
866a3b6e40
r19725: sync samba3's ldb with samba4
...
metze
(This used to be commit 207643e9c9
)
2007-10-10 12:15:50 -05:00
Stefan Metzmacher
06715191dd
r19718: define SHLIBEXT (prepare ldb merge from samba4)
...
metze
(This used to be commit d8f9c20055
)
2007-10-10 12:15:49 -05:00
Jeremy Allison
8f723972ae
r19710: Fix memory leak in get_conf_item_string(). As
...
we're just doing strchr on a const string there's
no need to strdup it before, we're never modifying
it. Just remove the variable "parm".
Jeremy.
(This used to be commit 1af18f613b
)
2007-10-10 12:15:48 -05:00