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

12373 Commits

Author SHA1 Message Date
Gerald Carter
a7e2a1a919 correct typo in delete user script; bug 887
(This used to be commit 44ef3dd2b3)
2003-12-22 21:26:29 +00:00
Gerald Carter
81e3125db2 add well known rid for pre win2k compatible access group; bug 897
(This used to be commit 426a02cf67)
2003-12-22 21:24:40 +00:00
Jeremy Allison
c24ab7ccae Patch from Jianliang Lu j.lu@tiesse.com to manage Power Users
group.
Jeremy.
(This used to be commit 72174634aa)
2003-12-22 11:12:12 +00:00
Gerald Carter
99b2bbfaa2 * add a few useful debug lines
* fix bug involving Win9x clients.  Make sure we
  save the right case for the located username
  in fill_sam_account()
(This used to be commit d22b4097d4)
2003-12-19 00:33:27 +00:00
Jeremy Allison
80222a3a92 Add in comments explaining NTLMv2 selection. Use lm session key if that's
all there is.
Jeremy.
(This used to be commit 3e6abeffe1)
2003-12-17 21:57:29 +00:00
Jeremy Allison
776605c768 Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.
Jeremy
(This used to be commit 6cd0f6e7c0)
2003-12-17 20:11:35 +00:00
Gerald Carter
18bc0b2bc2 Make sure we correctly generate the lm session key.
This fixes a problem joining a Samba domain from a
vanilla win2k client that doesn't set the
NTLMSSP_NEGOTIATE_NTLM2 flag.

Reported on samba ml as "decode_pw: incorrect password length"
when handling a samr_set_userinfo(23 or 24) RPC.
(This used to be commit 14558c942b)
2003-12-17 06:18:41 +00:00
Gerald Carter
86f53a0da1 make sure we delete the group mapping before calling the delete group script; patch from Jianliang Lu <j.lu@tiesse.com>
(This used to be commit 66edeb855e)
2003-12-16 18:36:05 +00:00
Jeremy Allison
24dff2061e Fix from ndb@theghet.to to allow an existing LDAP machine account to be
re-used, rather than created from scratch.
Jeremy.
(This used to be commit 1bcc4c244d)
2003-12-13 01:43:52 +00:00
Jeremy Allison
7ec4ae7544 Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy.
(This used to be commit 29bac18b69)
2003-12-12 22:54:41 +00:00
Jeremy Allison
3bdde6f845 Fix detection of elements in in-memory keytab code.
Jeremy.
(This used to be commit c208ea44aa)
2003-12-12 20:15:47 +00:00
Gerald Carter
4d0dcebb83 fix bug that prevent --mandir from overriding the defaults given in the --with-fhs macro
(This used to be commit 824218d086)
2003-12-11 22:31:00 +00:00
Jeremy Allison
525f7255f4 Correctly detect in-memory krb5 keytab support. Fix for bug #863 from
gschafer@zip.com.au (Greg Schafer).
Jeremy.
(This used to be commit 25d91f8d8c)
2003-12-11 20:54:55 +00:00
Jeremy Allison
0b88121c78 Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit
by increasing bitmap size. Limited by "max connections" parameter.
Bug #716.
Jeremy.
(This used to be commit 0be57a2eb0)
2003-12-11 19:59:05 +00:00
Gerald Carter
da3a5ad98a fixed bad formal parameter type in get_static(); patch Andy Polyakov
(This used to be commit 67d893701f)
2003-12-11 15:35:44 +00:00
Alexander Bokovoy
ef1c713322 Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@fy.chalmers.se>
(This used to be commit ca21dd3bb6)
2003-12-11 10:31:20 +00:00
Gerald Carter
1959428a00 Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail on local files on on domain members; bug 875
(This used to be commit a5c5dde1c3)
2003-12-10 21:14:39 +00:00
Gerald Carter
b90d6b16e4 more group lookup access fixes on the neverending bug 281
(This used to be commit 975ac6f5aa)
2003-12-10 16:42:44 +00:00
Alexander Bokovoy
caf641f2d2 Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happier
(This used to be commit 808fc7e9d5)
2003-12-10 16:01:20 +00:00
Gerald Carter
1665e8caba patch from TAKEDA yasuma to bypass any missing language files
(This used to be commit c65f63be1e)
2003-12-10 14:10:39 +00:00
Jeremy Allison
c5914a4b55 IRIX spinlock patch from James Peach <jpeach@sgi.com>.
Jeremy.
(This used to be commit 04abff372b)
2003-12-09 22:32:55 +00:00
Gerald Carter
272be24ffd working on packaging; also fixed some path issues in configure.in & Makefile.in
(This used to be commit c16e51bfaf)
2003-12-09 21:31:38 +00:00
Jeremy Allison
ea4e53904e Final part of fix for #445. Don't add user for machine accounts.
Jeremy.
(This used to be commit 0785295fe0)
2003-12-09 18:34:26 +00:00
Gerald Carter
09c4409375 fix bug in get_peer_name() caused by --enable-developer and using the same src & dest strings to alpha_strcpy(); reported by Michael Young
(This used to be commit 0054ce8707)
2003-12-09 18:20:48 +00:00
Jeremy Allison
967fb3ec50 Make intent to return only one address clear.
Jeremy.
(This used to be commit 08b6b1e43c)
2003-12-09 02:29:24 +00:00
Gerald Carter
b17feb1474 working on bug 687; protect against null src strings in alloc_sub_basic()
(This used to be commit b187511920)
2003-12-08 17:42:26 +00:00
Gerald Carter
d1545aba66 make sure we use a real network address in case there are extra non-zero octets in hosts allow/deny
(This used to be commit f891d434a1)
2003-12-08 17:42:21 +00:00
Andrew Bartlett
570c0c12fd Merge from 3.0:
source/libsmb/ntlmssp.c:
Picked up by the build farm - despite all my efforts, security=server was
broken by my NTLM2 commit.  This should correctly cause the NTLM2 case
not to be negotiated when 'security=server' is in effect.

testsuide/build_farm/runlist:
Without 'non unix accounts' we can't test security=domain on the build farm.

source/rpc_server/srv_samr_nt.c:
Match Win2k and return 'invalid parameter' for creating of a new account with
account flags of 0.

Andrew Bartlett
(This used to be commit e97f1eb62a)
2003-12-07 11:06:40 +00:00
Jeremy Allison
05646504c7 Fix for bug #445 (missing unix user on kerberos auth doesn't call add user
script).
Jeremy.
(This used to be commit 881c5c6097)
2003-12-06 02:33:59 +00:00
Gerald Carter
7bec01c890 fix %a variable for Windows 2003 -> Win2K3
(This used to be commit d7db1439a6)
2003-12-05 21:52:17 +00:00
Jeremy Allison
24be4082d5 Janitor for tridge...
Jeremy.
(This used to be commit d9790a76d8)
2003-12-05 21:01:23 +00:00
Gerald Carter
feb51ad341 packaging updates from Buchan
(This used to be commit 9a5b5be68e)
2003-12-05 17:21:00 +00:00
Gerald Carter
eb535b8574 create libdir for installclientlib; patch from Bill Knox
(This used to be commit 915b5eb67f)
2003-12-05 15:27:58 +00:00
Gerald Carter
386e319ab5 fix process_incoming_data() to return the number of bytes handled this call whether we have a complete pdu or not; fixes bug with multiple pdu request rpc's broken over SMBwriteX calls each
(This used to be commit 514acc655d)
2003-12-04 20:22:19 +00:00
Gerald Carter
708c22ab7f typo in BASEDIR; patch from Darren Chew
(This used to be commit c0710a34ba)
2003-12-04 16:39:11 +00:00
Gerald Carter
f5eed76193 readding schema items that were accidentally deleted
(This used to be commit 14dd4403fe)
2003-12-04 05:02:25 +00:00
Gerald Carter
c6f0190b54 support munged dial for ldapsam; patch from Aurlien Degrmont; bug 800
(This used to be commit acf9eae7b0)
2003-12-04 04:52:49 +00:00
Gerald Carter
555ef2d5cf don't crash on a NULL priviledge pointer; patch from Jianliang Lu
(This used to be commit 5bbfa9989b)
2003-12-04 04:32:22 +00:00
Gerald Carter
3a1dd0dc77 * fix RemoveSidForeignDomain() ; bug 252
* don't fall back to unmapped UNIX group for
  get_local_group_from_sid()
* remove an extra become/unbecome_root() pair
  from group enumeration
(This used to be commit c0f34b42a6)
2003-12-04 04:08:32 +00:00
Jeremy Allison
f0f1e99fed Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <fwc@mt.net>
Jeremy.
(This used to be commit b2d6300760)
2003-12-03 23:16:24 +00:00
Volker Lendecke
f09e4312f0 Two trivial warnings
Volker
(This used to be commit 6b46ee6fd5)
2003-12-02 11:41:42 +00:00
Jeremy Allison
6eed4ed9ad Client connect signing error messages should be level zero else
they're easy to miss.
Jeremy.
(This used to be commit b5f32a0869)
2003-12-01 22:55:41 +00:00
Jeremy Allison
b91cff3fc5 Get a little paranoid about memfree use in convert_string_allocate..
Looking at crash bugs #809 and others.
Jeremy.
(This used to be commit e122891beb)
2003-12-01 22:46:49 +00:00
Gerald Carter
8ecfda5c07 another strequal() == 0 fix
(This used to be commit 818bba4b79)
2003-12-01 19:58:53 +00:00
Gerald Carter
156d15b93b fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again; bug 846
(This used to be commit 18fe1681c1)
2003-12-01 19:26:32 +00:00
Gerald Carter
6c41d202d1 add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608
(This used to be commit 1bb2281e17)
2003-12-01 18:38:08 +00:00
Gerald Carter
905a32a5ad don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu bug 770
(This used to be commit d6333ae8d7)
2003-12-01 18:02:30 +00:00
Volker Lendecke
1ccd951faf In the brief 'net rpc group' listing, don't cut off group names at 21 chars.
Volker
(This used to be commit d623f695c4)
2003-12-01 14:13:20 +00:00
Volker Lendecke
9258769501 Beautify the net status help message a bit
Volker
(This used to be commit f8ffa207e0)
2003-12-01 14:08:15 +00:00
Volker Lendecke
04cc05b6b0 I needed a decently parseable format of smbstatus. Looking at smbstatus code
tells me that this should not be expanded, so I implemented

net status [sessions|shares] [parseable]

Volker
(This used to be commit ed38341c8a)
2003-12-01 14:02:24 +00:00