1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

10064 Commits

Author SHA1 Message Date
Tim Potter
69e41084b9 privilaged -> privileged
(This changes the location of the winbindd privileged pipe)
(This used to be commit f111f10076)
2003-04-07 06:43:16 +00:00
Tim Potter
25b1c37f6f Remove duplicate "tallocdump" message from tdb messaging system. The
same functionality exists as "pool-usage".

Move initialisation of this and dmalloc messages inside message_init().
(This used to be commit af6ecafcbb)
2003-04-07 06:13:36 +00:00
Andrew Bartlett
998d65d502 Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)
(This used to be commit 0509cbc591)
2003-04-07 04:52:30 +00:00
Richard Sharpe
f4cc85c6c9 Fix the handling of smb.conf in libsmbclient.
The right thing to do is to try for the user's local one in ~/.smbc/smb.conf,
and if that fails, try the one in dyn_CONFIGFILE, and if that fails, keep
going with the defaults but log a message.
(This used to be commit 15fa48d19d)
2003-04-06 17:22:41 +00:00
Simo Sorce
df883f35b2 fix commit
(This used to be commit ad1a2ab0d6)
2003-04-06 16:01:18 +00:00
Andrew Bartlett
ffe91a3526 Clean up error messages on cli pipe disconnection, including adding the message
for broken-due-to-bad-sig.

Andrew Bartlett
(This used to be commit b010b6c2dc)
2003-04-06 13:19:49 +00:00
Alexander Bokovoy
a1283a6bf0 Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonyms
(This used to be commit e46177acec)
2003-04-06 13:16:28 +00:00
Andrew Bartlett
6187ebe30c Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void **)
(This used to be commit dc04b732ba)
2003-04-06 13:11:29 +00:00
Andrew Bartlett
88ed48d0f9 SMB signing updates - this gets NTLMSSP signing workin to the point where I
just need to get the verifiction code working - we get back a signiture from
the server, and just can't verify it yet.

This also brings the short-packet checks into common code, and breaks the
connection if the server sends a signed reply, on an established connection,
that fails the test.

This breaks our read/write code at the moment, as we need to keep a list
of outstanding packets.

(signing is not enabled by default, unless the server demands it)

Not for 3.0 till I fix the outstanding packet list.

Andrew Barlett
(This used to be commit 808d1fcf20)
2003-04-06 13:08:07 +00:00
Andrew Bartlett
c5ab17567c Fix memory leak of the key.
(This used to be commit 9daf41c41f)
2003-04-06 13:00:46 +00:00
Andrew Bartlett
00a8443a51 Don't bail if we have a badly formed record, just move on to the next one.
(This used to be commit febd966b10)
2003-04-06 12:59:53 +00:00
Andrew Tridgell
f82c61cefe strequal() returns True for equal, not an int
(This used to be commit b96590ad09)
2003-04-06 12:28:50 +00:00
Andrew Tridgell
06ee9702a0 don't rely on realloc() working on NULL
(This used to be commit bd00355c1d)
2003-04-06 12:28:00 +00:00
Andrew Bartlett
854c5d60bd If the string does not convert back, print the buggy result.
(This used to be commit 98f7632554)
2003-04-06 12:01:44 +00:00
Andrew Bartlett
fbd5367245 Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
Andrew Bartlett
(This used to be commit a60fd29b43)
2003-04-06 11:19:26 +00:00
Simo Sorce
0ac2b38001 This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.

Added some other fixes/improvements

Simo.
(This used to be commit cf17261519)
2003-04-06 09:35:16 +00:00
Richard Sharpe
588b1978a1 Make autogen.sh more portable by having it work on both Linux and FreeBSD
under sh and bash.
(This used to be commit 4070ff1c69)
2003-04-06 02:46:10 +00:00
Jelmer Vernooij
35833e5aaf Fix building on platforms without ldap
(This used to be commit 3f78ea7d06)
2003-04-06 01:08:39 +00:00
Richard Sharpe
35292596d8 Fix debug handling in libsmbclient.c.
Also, PLEASE, PLEASE, PLEASE, do not include bashism and Cisms in shell
scripts.
(This used to be commit 7f6367aac8)
2003-04-05 19:41:33 +00:00
Simo Sorce
2c1f725820 some more idmapping :)
(This used to be commit 5ac94535d7)
2003-04-05 08:53:23 +00:00
Richard Sharpe
a59565bf38 Some more good stuff from coolo.
(This used to be commit 41b320ffc5)
2003-04-04 23:39:16 +00:00
Jelmer Vernooij
8f19f82256 Replace 'so' by $SHLIBEXT
(This used to be commit d0a767a765)
2003-04-04 23:31:09 +00:00
Jelmer Vernooij
509e6221a2 Use $SHLIBEXT, not .so
(This used to be commit 319d41201d)
2003-04-04 23:11:38 +00:00
Jeremy Allison
c3715824c7 Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
correct delete on close semantics change.
Jeremy.
(This used to be commit 55d0ab0e30)
2003-04-04 21:58:42 +00:00
Richard Sharpe
3b592a76a1 Some castiness for Don McCall.
(This used to be commit b03ac852a8)
2003-04-04 21:15:20 +00:00
Jeremy Allison
db5f60098a Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.
(This used to be commit eb861e9d0f)
2003-04-04 20:38:25 +00:00
Volker Lendecke
02bb4e1b8a This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker
(This used to be commit e1f953241e)
2003-04-04 15:21:04 +00:00
Martin Pool
94e5719dac Merge from Subversion r50.
(This used to be commit 4804873559)
2003-04-04 03:16:27 +00:00
Martin Pool
03ccc4ac13 Merge from Subversion:
Add example of a test that fails.
(This used to be commit 1b1bb8ac37)
2003-04-04 03:14:48 +00:00
Martin Pool
0ac3eeaff5 t_doschar: Test harness that exercises check_dos_char()
(This used to be commit 54f4df0301)
2003-04-04 03:09:42 +00:00
Martin Pool
31c8c7156f Test harness that exercises check_dos_char()
(This used to be commit 346c763fd1)
2003-04-04 03:07:07 +00:00
Jeremy Allison
b1b9adebb0 Fix the new storage code to correctly convert from system queue info to
pjob info. Ensure we retrieve more than one job from the storage code.
Jeremy.
(This used to be commit 5dc3150ff3)
2003-04-04 01:02:50 +00:00
Tim Potter
0bcc0c343f SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
(This used to be commit 67bc6bccc2)
2003-04-04 00:52:42 +00:00
Tim Potter
e23cfba7f9 Fix compiler warning - cli_lsa_query_info_policy actually returns the
domain name.  We were passing in an already initialised string which was
causing the warning.
(This used to be commit 18685d137e)
2003-04-04 00:41:07 +00:00
Tim Potter
41ef3e1c2d Updated warning messages for when configure.in is updated.
(This used to be commit 516e6c2e00)
2003-04-04 00:36:11 +00:00
Tim Potter
118712249f Removed unused variables.
(This used to be commit 32d1dd19bb)
2003-04-04 00:30:50 +00:00
Tim Potter
4af8e4a6a3 Fixed compiler warning.
(This used to be commit 9c706be7b4)
2003-04-04 00:28:38 +00:00
Gerald Carter
e9681cf3b2 better method of locating autoconf and autoheader; patch by Willi Mann
(This used to be commit 4475d47179)
2003-04-04 00:14:02 +00:00
Tim Potter
c98b4b9958 Abort configure if --with-ads and --without-ldap.
(This used to be commit 3ac60d2ceb)
2003-04-04 00:00:47 +00:00
Jelmer Vernooij
101b52e0be Give warning if 'drvupgrade' doesn't get a parameter
(This used to be commit 55d9ef08a7)
2003-04-03 15:43:16 +00:00
Tim Potter
b5989bdb1c Fix a compile warning in slprintf format string.
Possible typo: winbind_idmap_methods -> winbindd_idmap_methods

Fix wrong format char when generating a ldap filter string.
(This used to be commit f9cb23e687)
2003-04-03 06:16:53 +00:00
Jim McDonough
77dc0bc6bf The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
This patch moves the ldap routines out of passdb into a generic
library and implements an LDAP backend for IDMAP.  THe backend
can be enabled with "idmap backend = ldap" in smb.conf.  THere
are also schema changes to make sure to update teh ldap schema files.
(This used to be commit 87c7c582c6)
2003-04-03 03:30:25 +00:00
Jeremy Allison
28ff00ab40 Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com>
noticed the problem.
Jeremy.
(This used to be commit 214b217b27)
2003-04-03 01:51:11 +00:00
Jelmer Vernooij
ab0bd4b63c winbindd should depend on IDMAP_OBJ too, not just link with it
(This used to be commit 3e2b73fcc1)
2003-04-02 21:48:33 +00:00
Richard Sharpe
e9a20f7419 More of coolo's changes for UTF-8 and some minor fixes of mine.
(This used to be commit 21a99fdec3)
2003-04-02 20:17:28 +00:00
Jelmer Vernooij
48dff2870c There's no need to use LDAP_CFLAGS, just use CFLAGS
(This used to be commit 5d2fd222a9)
2003-04-02 18:49:36 +00:00
Jelmer Vernooij
0ae1b49b21 Only use cflags and libs from krb5 when they appear to be working - fixes
build on BSD machines that have a krb5-config that returns @INCLUDE_des@ for
--cflags
(This used to be commit e05d78699c)
2003-04-02 18:45:47 +00:00
Richard Sharpe
63f153c808 Commit some more fixes for Coolo ...
(This used to be commit e1a159c55f)
2003-04-02 18:32:31 +00:00
Jelmer Vernooij
46a6e1f0de Add static
(This used to be commit 674d0ca5d8)
2003-04-02 17:10:05 +00:00
Jelmer Vernooij
494f339ca8 Add const (from a patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 8b5ad24231)
2003-04-02 17:04:33 +00:00