1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

20967 Commits

Author SHA1 Message Date
Volker Lendecke
ed4dc40512 r19858: Fix a memleak, add a const 2007-10-10 12:16:03 -05:00
Volker Lendecke
ab0a41c13b r19857: Make the perfcounter compile after tdb changes 2007-10-10 12:16:03 -05:00
Volker Lendecke
ce44158dde r19853: Update a link 2007-10-10 12:16:02 -05:00
James Peach
fa69031d00 r19852: Fix the build for the VFS examples. Fixes bugzilla #3931. 2007-10-10 12:16:02 -05:00
James Peach
23795be8b4 r19851: Disable gcc PIE options on Darwin. 2007-10-10 12:16:02 -05:00
Jelmer Vernooij
b7f22408e9 r19849: Fix compilation after idl changes. 2007-10-10 12:16:02 -05:00
Jelmer Vernooij
75515c5fda r19848: Sync with Samba4 - no top-level unique pointers. 2007-10-10 12:16:02 -05:00
Volker Lendecke
5ec7379220 r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions 2007-10-10 12:16:01 -05:00
Volker Lendecke
c4b5e8c7a0 r19840: Fix an uninitialized variable 2007-10-10 12:16:01 -05:00
Volker Lendecke
ff4123c8f2 r19839: Fix the build, we are not there yet :-) 2007-10-10 12:16:01 -05:00
Volker Lendecke
f722f3341f r19838: We have to delete the value record as well, otherwise the old values pop up
again if the key is re-created.

Volker
2007-10-10 12:16:01 -05:00
Volker Lendecke
6639f8c119 r19837: Some reformatting (Jerry, I hope you do not mind 2007-10-10 12:16:01 -05:00
Volker Lendecke
2091018a53 r19835: Some net sam policy improvements.
Thanks to Karolin Seeger <ks@sernet.de>

Volker
2007-10-10 12:16:01 -05:00
Volker Lendecke
969eb9cda6 r19828: Add a helper function to pull *and* unparse local registry values 2007-10-10 12:16:00 -05:00
Volker Lendecke
3047a4b92c r19827: Move registry_push/pull_value to lib/util_reg.c 2007-10-10 12:16:00 -05:00
Jim McDonough
fa656ce34e r19826: Fix typo 2007-10-10 12:16:00 -05:00
Volker Lendecke
b2866b1318 r19825: To create a key, smbd also needs read privs assigned 2007-10-10 12:16:00 -05:00
Volker Lendecke
cd14b7f052 r19824: Fix the max value calculation in QueryInfoKey 2007-10-10 12:16:00 -05:00
Jeremy Allison
dbf0e58a1e r19823: "log" is an internal define in older versions of gcc.
Rename to log_ctx.
Jeremy.
2007-10-10 12:16:00 -05:00
Volker Lendecke
419ebc92f0 r19822: Implement net rpc registry createkey, deletekey and deletevalue 2007-10-10 12:15:59 -05:00
Volker Lendecke
30f02e73fd 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
2007-10-10 12:15:59 -05:00
Volker Lendecke
b32c8356f7 r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern Jacke
<bj@sernet.de>

Volker
2007-10-10 12:15:59 -05:00
Volker Lendecke
c1083216c8 r19819: Windows returns an empty string instead of NULL here 2007-10-10 12:15:59 -05:00
Volker Lendecke
7fd1578a90 r19818: Remove reg_split_hive, make use of registry_openkey 2007-10-10 12:15:58 -05:00
Volker Lendecke
9ecb69c075 r19817: Implement net rpc registry setvalue (only dword and sz so far) 2007-10-10 12:15:58 -05:00
Volker Lendecke
f24e64160d r19812: dump_regval_buf is not needed anymore 2007-10-10 12:15:57 -05:00
Volker Lendecke
6793301751 r19811: Decode REG_MULTI_SZ and REG_BINARY 2007-10-10 12:15:57 -05:00
Gerald Carter
40cff14498 r19809: remove winbind blacklist parameter 2007-10-10 12:15:57 -05:00
Gerald Carter
c142b629c8 r19808: remove old smbwrapper references 2007-10-10 12:15:57 -05:00
Volker Lendecke
40922eb924 r19807: First attempt at wrapping something sane around the registry API. Will be
extended.

Volker
2007-10-10 12:15:57 -05:00
Volker Lendecke
cb9e16c838 r19804: Fix a valgrind error 2007-10-10 12:15:57 -05:00
Volker Lendecke
8df6544fa8 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
2007-10-10 12:15:56 -05:00
Gerald Carter
4c96a387a2 r19800: * Remove exmpty aix directory
* remove old, commented out commands from 'make clean'
2007-10-10 12:15:56 -05:00
Volker Lendecke
bc4e0a388a r19797: Convert the remaining pipes to the "new" unique out ptr handling 2007-10-10 12:15:56 -05:00
Volker Lendecke
2efd3b3509 r19794: Convert DFS 2007-10-10 12:15:56 -05:00
Volker Lendecke
144cddaef5 r19793: Change the lsa calls to the new calling convention. Nobody uses the changed
calls yet.

Volker
2007-10-10 12:15:56 -05:00
Volker Lendecke
95c14a822c 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
2007-10-10 12:15:55 -05:00
Volker Lendecke
016ddce120 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
2007-10-10 12:15:55 -05:00
Volker Lendecke
f808182346 r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a talloc ctx is
misleading here. This needs fixing properly :-)

Volker
2007-10-10 12:15:55 -05:00
Volker Lendecke
b57e446789 r19779: Fail properly on talloc_strdup failure 2007-10-10 12:15:55 -05:00
Volker Lendecke
cb7f4211b8 r19778: Make regkey_open_internal take a talloc ctx 2007-10-10 12:15:55 -05:00
Volker Lendecke
17c7c337f6 r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, but this
will change.

Volker
2007-10-10 12:15:54 -05:00
Volker Lendecke
e2a35ceffe r19776: Hmmm. I should have done one instead of three commits. Sorry :-) 2007-10-10 12:15:54 -05:00
Volker Lendecke
370e29ebb9 r19775: Fix typo 2007-10-10 12:15:54 -05:00
Volker Lendecke
842599a7fd r19774: Fix typo 2007-10-10 12:15:54 -05:00
Volker Lendecke
fb3983ae1f r19773: TALLOC_FREE checks for NULL itself 2007-10-10 12:15:54 -05:00
Volker Lendecke
55dc4741cf r19766: Fix a const-warning. Jerry, what did you want to fix with this line?
Volker
2007-10-10 12:15:54 -05:00
Gerald Carter
d7179d945c r19764: set version in 3.0 branch to 3.0.25 2007-10-10 12:15:53 -05:00
Gerald Carter
c787983336 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
2007-10-10 12:15:53 -05:00
Gerald Carter
e37132f219 r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup) 2007-10-10 12:15:53 -05:00