Andrew Tridgell
d485701436
waf: automap shared library names from .so to the right extension
...
this should help with MacOSX .dylib libraries
2010-10-19 11:22:35 +11:00
Andrew Tridgell
7197bcc513
readline: fixed the test for history_list()
2010-10-19 11:22:35 +11:00
Andrew Tridgell
ec90b249ec
replace: cope with systems that have fdatasync(), but don't have the prototype
...
this is needed for MacOSX 10.4.1
2010-10-19 11:22:35 +11:00
Matthias Dieter Wallnöfer
1ac19c1ca3
s4:ldap_server - use error code constant
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 18 20:32:40 UTC 2010 on sn-devel-104
2010-10-18 20:32:40 +00:00
Matthias Dieter Wallnöfer
dcbfcbbceb
ldb: always return PROTOCOL_ERROR if an operation is unsupported
...
That's exactly the behaviour of various LDAP servers.
2010-10-18 19:51:19 +00:00
Matthieu Patou
902e7288a7
selftest: use full path for selftest.pl instead of relative paths
...
FindBin on solaris8 with perl 5.04 has problem to get the path of the
called script if the script is called with a relative path.
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Mon Oct 18 19:50:03 UTC 2010 on sn-devel-104
2010-10-18 19:50:03 +00:00
Matthieu Patou
b1a13e5e14
selftest: correct the import of Time::HighRes
...
The "use" is always evaluated first even if enclosed into a if. So
on plateform without Time::Hires (ie. sun8 in the build farm). This
leads to an error.
Instead we use the synthax require Module + Module->import("function")
2010-10-18 19:09:07 +00:00
Matthias Dieter Wallnöfer
8556602b04
ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit counters
...
Use the signed counter for the binary search but use an unsigned one for
accessing the entry.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 18 19:01:31 UTC 2010 on sn-devel-104
2010-10-18 19:01:31 +00:00
Matthias Dieter Wallnöfer
48cd89e25d
ldb:ldb_tdb.c - fix up counter variables
...
"find_element" returns an "int" since there is also the possibility that a
certain element doesn't exist - then "-1" is returned. But beside this
exception treat all other return values as unsigned.
2010-10-18 20:14:56 +02:00
Matthias Dieter Wallnöfer
94a445869c
ldb:ldb_tdb.c - improve the error outputs
...
- Fix indentation
- Include always the failing DN
- Reorder the outputs to make them consistent
2010-10-18 20:10:14 +02:00
Matthias Dieter Wallnöfer
3ead246062
s4:"util_ldb" - remove some really unused dependancies
2010-10-18 19:35:11 +02:00
Stefan Metzmacher
a610ce4aa6
libcli/nbt: we don't need LIBCLI_COMPOSITE anymore
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104
2010-10-18 16:18:32 +00:00
Stefan Metzmacher
820ae3d9a3
libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req
...
metze
2010-10-18 15:36:16 +00:00
Stefan Metzmacher
0b8056d580
libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handler
...
metze
2010-10-18 15:36:16 +00:00
Stefan Metzmacher
c654a6c02b
libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/
...
metze
2010-10-18 15:36:16 +00:00
Stefan Metzmacher
77d82fe944
libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register_bcast_*
...
metze
2010-10-18 15:36:16 +00:00
Stefan Metzmacher
6f2d94b960
s4:nbt_server/register: add a nbtd_register_name_state
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
e3a0463414
libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_req
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
4f233c7ff8
libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handler
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
b16681374c
libcli/nbt: s/register_wins_state/nbt_name_register_wins_state
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
549b594c57
libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_register_wins_* related code
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
12c38806af
s4:nbt_server/winsclient: add a nbtd_wins_register_state
...
We now keep the nbtd_wins_register_state around between
nbt_name_register_wins_send() and nbt_name_register_wins_recv()
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
43fb7f1698
libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_req
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
332f261bbf
libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handler
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
3ded1da8e9
libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_state
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
e36e7295da
libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refresh_wins_* related code
...
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
5f19a24c50
s4:nbt_server/winsclient: add a nbtd_wins_refresh_state
...
We now keep the nbtd_wins_refresh_state around between
nbt_name_refresh_wins_send() and nbt_name_refresh_wins_recv()
metze
2010-10-18 15:36:15 +00:00
Stefan Metzmacher
2ae3bb0b16
s4:nbt_server/wins: fix compiler warnings
...
metze
2010-10-18 15:36:15 +00:00
Tim Potter
a10b3416e5
Include misc.idl for policy_handle in srvsvc.idl.
...
Autobuild-User: Tim Potter <tpot@samba.org>
Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104
2010-10-18 15:35:40 +00:00
Günther Deschner
64e9f79587
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104
2010-10-18 14:39:39 +00:00
Günther Deschner
5845dae826
s3-waf: fix the build after libcli/security changes.
...
Guenther
2010-10-18 15:57:03 +02:00
Günther Deschner
203dc4f929
s3-waf: fix the build of smbtorture.
...
Guenther
2010-10-18 15:57:03 +02:00
Günther Deschner
10f95a4f1a
s3-waf: fix pdb modules build.
...
Guenther
2010-10-18 15:57:03 +02:00
Stefan Metzmacher
20c7e2b3a3
s4:libcli/util: add pipe related NT_STATUS_RPC_* codes
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 18 13:50:55 UTC 2010 on sn-devel-104
2010-10-18 13:50:55 +00:00
Stefan Metzmacher
5c82a1bb0a
s3:libsmb: add pipe related NT_STATUS_RPC_* codes
...
metze
2010-10-18 14:50:21 +02:00
Stefan Metzmacher
72a8966499
libcli/util: add pipe related NT_STATUS_RPC_* codes
...
metze
2010-10-18 14:50:21 +02:00
Andreas Schneider
b615b70601
s3-winbind: Fixed init order.
...
We need the system server info in the rpc services.
Autobuild-User: Andreas Schneider <asn@samba.org>
Autobuild-Date: Mon Oct 18 12:43:16 UTC 2010 on sn-devel-104
2010-10-18 12:43:16 +00:00
Stefan Metzmacher
abeef470c4
librpc: Fixed memory context of dcerpc_binding_from_tower.
2010-10-18 14:03:21 +02:00
Andreas Schneider
d42ddd7b60
s4-gensec: Add dependency on com_err to GENSEC_KRB5.
2010-10-18 14:03:05 +02:00
Andrew Bartlett
034832ccd5
s4-ldb Add LDB_REQ_SET_LOCATION to help track handler use
...
This greatly assists in debugging what is going on with the
ldb handle, as it indicates where it was created.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Oct 18 11:54:46 UTC 2010 on sn-devel-104
2010-10-18 11:54:46 +00:00
Andrew Bartlett
f4c82c621d
s4-selftest Make GDB_PROVISION work again
...
gdb --args won't run the #!/usr/bin/evn python
Andrew Bartlett
2010-10-18 11:13:04 +00:00
Andrew Bartlett
48c54f9ec8
ldb Ensure we mark ongoing LDAP requests as PENDING
2010-10-18 11:13:04 +00:00
Andrew Bartlett
ce01e36d8c
s4-openldap-backend Don't set 'dbnosync' on cn=config
...
This isn't valid in current OpenLDAP versions.
Andrew Bartlett
2010-10-18 11:13:04 +00:00
Andrew Bartlett
ba9e787c7d
s4-provision Use --ldap-backend-nosync rather than just --nosync
...
For some reason we had both options, and --ldap-backend-nosync is
the better name.
Andrew Bartlett
2010-10-18 11:13:04 +00:00
Jelmer Vernooij
d1ca35cbec
heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 18 10:27:47 UTC 2010 on sn-devel-104
2010-10-18 10:27:47 +00:00
Samba-JP oota
f3972830dd
This is typo fix patch for smbcacls.1.xml .
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Oct 18 05:53:26 UTC 2010 on sn-devel-104
2010-10-18 05:53:26 +00:00
Andrew Bartlett
b8dea2c327
dsdb simple_ldap_map depends on LDBSAMBA
...
This shows up at build time on MacOS and runtime on Linux when we
use the LDAP backend.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Oct 18 00:57:51 UTC 2010 on sn-devel-104
2010-10-18 00:57:51 +00:00
Andrew Bartlett
dab426476f
Revert "s4:dsdb - make the RELAX control private"
...
This must be available to the OpenLDAP backend, to set the GUID values
in some situations. We need a proper ACL mechanism to control the use
or abuse of this control.
This reverts commit 10adee89367cee9add993869280542418fb3d370.
2010-10-18 00:16:17 +00:00
Jelmer Vernooij
9f0d1c72be
heimdal: Attempt to fix path of hdb_asn1.h
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 18 00:15:11 UTC 2010 on sn-devel-104
2010-10-18 00:15:11 +00:00
Jelmer Vernooij
cbd4891808
dsdb: Module aliases require to be prefixed with the subsystem name.
2010-10-18 01:30:40 +02:00