Stefan Metzmacher
d3eebed911
rerun 'make idl'
...
metze
(This used to be commit f34dad2b4a
)
2008-04-12 09:14:09 +02:00
Stefan Metzmacher
1b2b703b37
messaging.idl: add structure to marshall dbwrap_tdb2 changes
...
metze
(This used to be commit 46a0d8e872
)
2008-04-12 09:14:08 +02:00
Stefan Metzmacher
3ae463ca69
messaging: add MSG_DBWRAP_TDB2_CHANGES flag
...
metze
(This used to be commit 7418c3ab1d
)
2008-04-12 09:14:08 +02:00
Stefan Metzmacher
c316c7ab73
messaging: add FLAG_MSG_DBWRAP message class flag
...
metze
(This used to be commit ee6325495f
)
2008-04-12 09:14:08 +02:00
Jeremy Allison
ccb79b383d
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
...
(This used to be commit 7258c780f0
)
2008-04-11 17:46:17 -07:00
Jeremy Allison
f85c4b6905
Fix bug #5386 , don't keep printing the same waiting
...
error message.
Jeremy.
(This used to be commit 12e6818df1
)
2008-04-11 17:41:49 -07:00
Michael Adam
85dc216ecb
build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ
...
Michael
(This used to be commit 27fea343d2
)
2008-04-12 02:41:21 +02:00
Michael Adam
3b32275d48
build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.
...
LIBSMB_ERR_OBJ depends on SECRETS_OBJ
Michael
(This used to be commit 79b5a0c7a8
)
2008-04-12 02:41:21 +02:00
Michael Adam
63e4a96253
build: move SECRETS_OBJ into LIBSMB_OBJ
...
LIBSMB_OBJ is not used without SECRETS_OBJ
Michael
(This used to be commit bea66f07b4
)
2008-04-12 02:41:20 +02:00
Michael Adam
ae51385dfb
build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)
...
Michael
(This used to be commit 310fd52ea4
)
2008-04-12 02:41:20 +02:00
Michael Adam
c890aef164
registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c
...
This function is only used inside registry code.
Michael
(This used to be commit 48745e3fbd
)
2008-04-12 02:41:20 +02:00
Michael Adam
41fa859f90
build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJ
...
it is only ever used together
Michael
(This used to be commit 27c7441145
)
2008-04-12 02:41:20 +02:00
Michael Adam
27d76acb8f
build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differently
...
Michael
(This used to be commit ddc2292c15
)
2008-04-12 02:41:20 +02:00
Jeremy Allison
05c15785d7
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
...
(This used to be commit 6a965e72a8
)
2008-04-11 17:24:31 -07:00
Jeremy Allison
e76ec752be
Quieten valgrind message on make valgrindtest. This doesn't
...
seem to be valid (vl - feel free to confirm).
Jeremy.
(This used to be commit 43b0254d93
)
2008-04-11 17:23:48 -07:00
Michael Adam
7d7b420ad1
libnetapi: fix dependency problem by linking libnetapi statically (internally)
...
This is a workaround until we have isolated enough internal libraries
as shared libraries.
Michael
(This used to be commit 8a87e40270
)
2008-04-12 02:17:46 +02:00
Michael Adam
ecd46b8ad4
libnetapi: fix interactive logging by preventing setup_logging from closing stderr.
...
Michael
(This used to be commit 563b837b76
)
2008-04-12 02:05:25 +02:00
Michael Adam
8be49cdd3e
util_tdb: fix a segfault caused by a fatal typo.
...
In tdb_wrap_log(), in on occurrence of "debug_level = 0"
instead of "debuglevel = 0" caused me segfaults when
accessing DEBUGLEVEL (which is defined as "*debug_level"...)
Michael
(This used to be commit d9bd894c2e
)
2008-04-12 01:36:10 +02:00
Michael Adam
9c02cb9ee8
update WHATSNEW
...
Michael
(This used to be commit 07a9da0243
)
2008-04-11 23:40:55 +02:00
Volker Lendecke
fd502a74f7
Remove a redundant TALLOC_FREE
...
(This used to be commit 8e348ab865
)
2008-04-11 23:14:53 +02:00
Volker Lendecke
c751386bb8
Remove some write-only fstrings
...
(This used to be commit aacb07b1b0
)
2008-04-11 22:21:04 +02:00
Stefan Metzmacher
94df47318f
net: 'net' doesn't need wb_common.o anymore.
...
metze
(This used to be commit 05f7f77135
)
2008-04-11 15:59:34 +02:00
Stefan Metzmacher
4313d7b6c2
nsswitch: remove unused nsswitch/wb_client.c
...
metze
(This used to be commit 2b236c7ace
)
2008-04-11 15:59:34 +02:00
Stefan Metzmacher
08591d0095
net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
...
metze
(This used to be commit dc9a3f8db0
)
2008-04-11 15:59:33 +02:00
Stefan Metzmacher
dc9569e45f
libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
...
metze
(This used to be commit 364e146805
)
2008-04-11 15:59:33 +02:00
Michael Adam
a3f1b5f150
libsmbconf: don't mark the API as "subject to change" any longer.
...
At least I hope it won't need many changes anymore...
Michael
(This used to be commit c4e1439ede
)
2008-04-11 15:40:02 +02:00
Tim Prouty
bb869741dd
Cleanup size_t return values in convert_string_allocate
...
This patch is the first iteration of an inside-out conversion to cleanup
functions in charcnv.c returning size_t == -1 to indicate failure.
(This used to be commit 59124382d2
)
2008-04-11 11:33:33 +02:00
Volker Lendecke
245ebca937
Fix bug 5366
...
(This used to be commit 448a8fe6c1
)
2008-04-11 11:32:47 +02:00
Michael Adam
c575c85d58
test: not only pretend to call smbconftort - really do it :-}
...
Michael
(This used to be commit e0947537e6
)
2008-04-11 10:57:50 +02:00
Björn Jacke
83a6605b3a
some shells are pickier than others ...
...
(This used to be commit 9aabfa44d9
)
2008-04-11 10:51:19 +02:00
Günther Deschner
ef6ed54765
Use libnetapi_open_pipe in netapi functions.
...
Guenther
(This used to be commit 5804d8b112
)
2008-04-10 22:44:00 +02:00
Günther Deschner
3d5aecd2b9
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
...
Guenther
(This used to be commit 87d8fc338f
)
2008-04-10 22:42:07 +02:00
Günther Deschner
aeb7f7db40
Use libnetapi_open_ipc_connection in libnetapi.
...
Guenther
(This used to be commit d9f19fc615
)
2008-04-10 22:04:04 +02:00
Günther Deschner
deb6362f1f
Fix one missing netapi_private header.
...
Guenther
(This used to be commit d34c3e8ad2
)
2008-04-10 21:56:12 +02:00
Günther Deschner
8ab9696bfb
Split out private headers in libnetapi.
...
Guenther
(This used to be commit dd6251d514
)
2008-04-10 21:52:03 +02:00
Günther Deschner
4968ce2555
Add very basic cli_cm_* based connection handler to libnetapi.
...
Guenther
(This used to be commit e9e46cfcbe
)
2008-04-10 21:41:03 +02:00
Günther Deschner
1a8a8b7769
Use SERVER_INFO_1005 in libnetapi.
...
Guenther
(This used to be commit 5f8793dd1d
)
2008-04-10 21:31:12 +02:00
Günther Deschner
d424a74f15
Re-run make idl.
...
Guenther
(This used to be commit 0d5130ddb6
)
2008-04-10 21:29:05 +02:00
Günther Deschner
693a5679fd
Add SERVER_INFO_1005 to libnetapi.idl.
...
Guenther
(This used to be commit 5387c6e8d1
)
2008-04-10 21:28:17 +02:00
Günther Deschner
8ea6da9354
Fix typo.
...
Guenther
(This used to be commit 30337bce2c
)
2008-04-10 21:23:59 +02:00
Günther Deschner
1db69e9180
Add some more cli_cm_set_X functions.
...
Guenther
(This used to be commit 882475f556
)
2008-04-10 21:21:27 +02:00
Günther Deschner
0f50f207b7
Add MAX_NERR define.
...
Guenther
(This used to be commit 729eda9540
)
2008-04-10 21:19:30 +02:00
Jeremy Allison
948ebaf033
Fix the last reported debian problem with nmbd not waiting
...
until interfaces come up.
Jeremy.
(This used to be commit 59a2f0873c
)
2008-04-10 08:56:34 -07:00
Michael Adam
b884db5c47
winbindd: only call winbindd_validate_cache when not in offline logon mode.
...
originally, the cache was cleared before calling validate, but
this way, we skipt the validation of the database when not in
offline logon mode.
This is put into a new wrapper function winbindd_cache_validate_and_initialize()
which is now called in winbindd.c instead calling validate and
initialize functions separately.
Michael
(This used to be commit 641b5e3fec
)
2008-04-10 13:23:30 +02:00
Volker Lendecke
0f37cd0c8e
Also accept 0x15 getdc replies
...
My NT4SP6 which my DC here trusts sends 0x15 instead of 0x13, from looking at
the sniff at least the DC name is at the same place.
(This used to be commit 79bc6796b8
)
2008-04-10 11:53:43 +02:00
Karolin Seeger
5f68ea53ff
objectclass -> objectClass
...
Karolin
(This used to be commit b865b8a79a
)
2008-04-10 10:45:36 +02:00
Björn Jacke
67be6b3af7
fix some extrasemi compile warnings
...
(This used to be commit cbdb79b7a1
)
2008-04-10 08:55:57 +02:00
Karolin Seeger
8d7c7c674a
Fix typo.
...
Karolin
(This used to be commit 42fbbeb1ca
)
2008-04-10 08:38:54 +02:00
Michael Adam
bfc4aba398
net conf: use talloc and talloc_strdup_lower throughout all net conf functions.
...
Michael
(This used to be commit 977cc98989
)
2008-04-10 01:29:03 +02:00
Michael Adam
6f7fcdcda5
net conf: implement "net conf delincludes".
...
usage: "net conf delincludes <servicename>"
This is equivalent to "net conf setincludes <servicename>"
(without further arguments).
Michael
(This used to be commit a1d09f34ec
)
2008-04-10 01:29:03 +02:00