summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.John Terpstra2003-12-231-1/+1
|
* Fix for special files being hidden from admins by Dmitry Butskoj ↵Jeremy Allison2003-12-231-1/+1
| | | | | | <buc@odusz.elektra.ru> Jeremy.
* add well known rid for pre win2k compatible access group; bug 897Gerald Carter2003-12-222-0/+2
|
* Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison2003-12-221-0/+1
| | | | | group. Jeremy.
* A small fix to torture.c to cleanup the error handling and prevent crashes.Richard Sharpe2003-12-191-6/+6
| | | | I really should clean up the comment as well.
* * add a few useful debug linesGerald Carter2003-12-192-9/+30
| | | | | | * fix bug involving Win9x clients. Make sure we save the right case for the located username in fill_sam_account()
* Add in comments explaining NTLMv2 selection. Use lm session key if that'sJeremy Allison2003-12-171-1/+13
| | | | | all there is. Jeremy.
* Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.Jeremy Allison2003-12-171-5/+17
| | | | Jeremy
* Make sure we correctly generate the lm session key.Gerald Carter2003-12-172-2/+26
| | | | | | | | | 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.
* make sure we delete the group mapping before calling the delete group ↵Gerald Carter2003-12-161-2/+4
| | | | script; patch from Jianliang Lu <j.lu@tiesse.com>
* Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison2003-12-131-12/+29
| | | | | re-used, rather than created from scratch. Jeremy.
* Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison2003-12-121-5/+11
| | | | Jeremy.
* Fix detection of elements in in-memory keytab code.Jeremy Allison2003-12-121-1/+1
| | | | Jeremy.
* fix bug that prevent --mandir from overriding the defaults given in the ↵Gerald Carter2003-12-111-19/+0
| | | | --with-fhs macro
* Correctly detect in-memory krb5 keytab support. Fix for bug #863 fromJeremy Allison2003-12-111-2/+2
| | | | | gschafer@zip.com.au (Greg Schafer). Jeremy.
* Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison2003-12-112-9/+46
| | | | | | by increasing bitmap size. Limited by "max connections" parameter. Bug #716. Jeremy.
* mount.cifs failed to mount to directory owned by user when run setuidSteve French2003-12-111-2/+2
|
* fixed bad formal parameter type in get_static(); patch Andy PolyakovGerald Carter2003-12-111-1/+1
|
* Fix uninitialized variable in passdb code. Reported by Andy Polyakov ↵Alexander Bokovoy2003-12-111-1/+1
| | | | <appro@fy.chalmers.se>
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail ↵Gerald Carter2003-12-103-3/+3
| | | | on local files on on domain members; bug 875
* more group lookup access fixes on the neverending bug 281Gerald Carter2003-12-104-22/+49
|
* Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happierAlexander Bokovoy2003-12-101-0/+28
|
* setting version to 3.0.2pre1Gerald Carter2003-12-101-3/+3
|
* patch from TAKEDA yasuma to bypass any missing language filesGerald Carter2003-12-101-0/+9
|
* IRIX spinlock patch from James Peach <jpeach@sgi.com>.Jeremy Allison2003-12-092-0/+53
| | | | Jeremy.
* working on packaging; also fixed some path issues in configure.in & Makefile.inGerald Carter2003-12-092-9/+32
|
* Final part of fix for #445. Don't add user for machine accounts.Jeremy Allison2003-12-091-0/+4
| | | | Jeremy.
* fix bug in get_peer_name() caused by --enable-developer and using the same ↵Gerald Carter2003-12-091-3/+11
| | | | src & dest strings to alpha_strcpy(); reported by Michael Young
* Make intent to return only one address clear.Jeremy Allison2003-12-091-2/+2
| | | | Jeremy.
* working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
|
* make sure we use a real network address in case there are extra non-zero ↵Gerald Carter2003-12-081-1/+1
| | | | octets in hosts allow/deny
* Fix comment.Tim Potter2003-12-071-1/+1
|
* Fix for bug #445 (missing unix user on kerberos auth doesn't call add userJeremy Allison2003-12-061-3/+13
| | | | | script). Jeremy.
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-052-19/+53
|
* create libdir for installclientlib; patch from Bill KnoxGerald Carter2003-12-051-0/+1
|
* fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell2003-12-051-4/+4
| | | | | | info reply Thanks to a bug report by 'musb'
* bumping version in preparation for 3.0.1rc1Gerald Carter2003-12-041-2/+2
|
* Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French2003-12-041-0/+7
| | | | fail to OS2 for example)
* fix process_incoming_data() to return the number of bytes handled this call ↵Gerald Carter2003-12-041-1/+3
| | | | whether we have a complete pdu or not; fixes bug with multiple pdu request rpc's broken over SMBwriteX calls each
* fix debug messageGerald Carter2003-12-041-2/+2
|
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-043-3/+17
|
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
|
* Picked up by the build farm - despite all my efforts, security=server wasAndrew Bartlett2003-12-041-8/+13
| | | | | | | broken by my NTLM2 commit. This should correctly cause the NTLM2 case not to be negotiated when 'security=server' is in effect. Andrew Bartlett
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-046-84/+121
| | | | | | | * don't fall back to unmapped UNIX group for get_local_group_from_sid() * remove an extra become/unbecome_root() pair from group enumeration
* Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" ↵Jeremy Allison2003-12-031-8/+10
| | | | | | <fwc@mt.net> Jeremy.
* Match Win2k and return 'invalid parameter' for creating of a new account withAndrew Bartlett2003-12-021-0/+6
| | | | | | account flags of 0. Andrew Bartlett
* Two trivial warningsVolker Lendecke2003-12-021-1/+3
| | | | Volker
* Client connect signing error messages should be level zero elseJeremy Allison2003-12-011-2/+2
| | | | | they're easy to miss. Jeremy.
* Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison2003-12-011-7/+6
| | | | | Looking at crash bugs #809 and others. Jeremy.
* another strequal() == 0 fixGerald Carter2003-12-011-1/+1
|