Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-17 | Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement. | Jeremy Allison | 1 | -5/+17 | |
Jeremy (This used to be commit 5aab4b976c0aced68d71c1e71e85287072a6f3c7) | |||||
2003-12-17 | Make sure we correctly generate the lm session key. | Gerald Carter | 2 | -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. (This used to be commit ef4ab8d7c497e4229d0c1deeb20d05c95bd8feb9) | |||||
2003-12-16 | make sure we delete the group mapping before calling the delete group ↵ | Gerald Carter | 1 | -2/+4 | |
script; patch from Jianliang Lu <j.lu@tiesse.com> (This used to be commit 19a8dd523a4ee50ba9066efd60a29cf3ba9ae419) | |||||
2003-12-16 | Small fix from Jérôme Tournier <jerome.tournier@IDEALX.com> | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 6ce7932520c0e5417e3b8a214a97244d10bdf4ad) | |||||
2003-12-15 | correct problem with pam config install | Gerald Carter | 1 | -10/+7 | |
(This used to be commit c368defc05f80c255ceb51229ea7a2ef16ee6aee) | |||||
2003-12-15 | more fixes after moving /var/cache/samba -> /var/lib/samba | Gerald Carter | 1 | -57/+30 | |
(This used to be commit 1742780dd67bec7fd30522b47d57035f51f330ad) | |||||
2003-12-14 | When parsing 'param = value', don't split 'value' at spaces. | Volker Lendecke | 1 | -1/+1 | |
Thanks to Ralf Spenneberg for the fix. Volker (This used to be commit bc383582b248518e39225405d0def411d552aa7d) | |||||
2003-12-13 | Fix from ndb@theghet.to to allow an existing LDAP machine account to be | Jeremy Allison | 1 | -12/+29 | |
re-used, rather than created from scratch. Jeremy. (This used to be commit 6d46e66ac2048352ca60f92fc384f60406024d4b) | |||||
2003-12-12 | Fix for bug #815. Make plaintext unicode passwords work with NT4.x | Jeremy Allison | 1 | -5/+11 | |
Jeremy. (This used to be commit ba0b5b8c9be9bfeba5e0b3f930ca0463d1e78c9c) | |||||
2003-12-12 | Fix detection of elements in in-memory keytab code. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 05afc340862c3c7caeb9ede74ea1e9a57ee937ae) | |||||
2003-12-12 | fixing upgrade bug; fixing PAM config file install bug | Gerald Carter | 1 | -4/+25 | |
(This used to be commit 46f8fe6848bddd5dfc4d8ee55f036d8e8ca620a4) | |||||
2003-12-11 | fix bug that prevent --mandir from overriding the defaults given in the ↵ | Gerald Carter | 1 | -19/+0 | |
--with-fhs macro (This used to be commit 58b97b91da409a299bf7dd97bc375479f65dba18) | |||||
2003-12-11 | Correctly detect in-memory krb5 keytab support. Fix for bug #863 from | Jeremy Allison | 1 | -2/+2 | |
gschafer@zip.com.au (Greg Schafer). Jeremy. (This used to be commit 583b96e867d2c2cafbfa9d03f33402d6d9d44191) | |||||
2003-12-11 | Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit | Jeremy Allison | 2 | -9/+46 | |
by increasing bitmap size. Limited by "max connections" parameter. Bug #716. Jeremy. (This used to be commit fbbeb55b230ffc477f5563af66ab65eb6598e025) | |||||
2003-12-11 | mount.cifs failed to mount to directory owned by user when run setuid | Steve French | 1 | -2/+2 | |
(This used to be commit 18c0315c3cb1a28fd870f8dd5d92f2e9117a29fc) | |||||
2003-12-11 | fixed bad formal parameter type in get_static(); patch Andy Polyakov | Gerald Carter | 1 | -1/+1 | |
(This used to be commit 9c70e4b44e0dda8f2af4172b928437bd9d3e8b7c) | |||||
2003-12-11 | Fix uninitialized variable in passdb code. Reported by Andy Polyakov ↵ | Alexander Bokovoy | 1 | -1/+1 | |
<appro@fy.chalmers.se> (This used to be commit ac7a60abf2c465b518a3eb7502fa8eee767c8b22) | |||||
2003-12-11 | fix bug when installing pam config file on RedHat; remove references to ↵ | Gerald Carter | 2 | -11/+3 | |
/var/cache/samba in Fedora specfile (This used to be commit 91a540079796dd64283a6ebdb3c69b0a7975ffff) | |||||
2003-12-10 | Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail ↵ | Gerald Carter | 3 | -3/+3 | |
on local files on on domain members; bug 875 (This used to be commit c6594e35573186966a4d57404f1c06b98670db06) | |||||
2003-12-10 | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 4 | -22/+49 | |
(This used to be commit 9359a6ea80d1228e87ea825a100a2d289c37162d) | |||||
2003-12-10 | Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happier | Alexander Bokovoy | 1 | -0/+28 | |
(This used to be commit ba95fe56d2db8243191d5dd6b75c6b65e0f5fbe9) | |||||
2003-12-10 | setting version to 3.0.2pre1 | Gerald Carter | 1 | -3/+3 | |
(This used to be commit f0ac8ea48533357733c85f0ce4db3f8bc9ef362b) | |||||
2003-12-10 | patch from TAKEDA yasuma to bypass any missing language files | Gerald Carter | 1 | -0/+9 | |
(This used to be commit a3b0cc9f5b230cc4b9a017c9566b2ef83fb54030) | |||||
2003-12-10 | final touches on Fedora Core 1 specfile | Gerald Carter | 1 | -9/+9 | |
(This used to be commit ebae93f4b997ed627c9531259dd061a4713d86e2) | |||||
2003-12-09 | IRIX spinlock patch from James Peach <jpeach@sgi.com>. | Jeremy Allison | 2 | -0/+53 | |
Jeremy. (This used to be commit 1ae1987a002716e8aa0d4bc0dd68f580ad762e47) | |||||
2003-12-09 | working on packaging; also fixed some path issues in configure.in & Makefile.in | Gerald Carter | 4 | -22/+48 | |
(This used to be commit 8f6cd36fa03edf75e8e3a806ab178d8563dea081) | |||||
2003-12-09 | Final part of fix for #445. Don't add user for machine accounts. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. (This used to be commit 3684cffbd269389d14b37edd5959e29912c13a60) | |||||
2003-12-09 | fix bug in get_peer_name() caused by --enable-developer and using the same ↵ | Gerald Carter | 1 | -3/+11 | |
src & dest strings to alpha_strcpy(); reported by Michael Young (This used to be commit b7df6849c9368aa2e5960de54a03be269ab89fef) | |||||
2003-12-09 | starting on Fedora packaging; reference point to begin with taken from RH ↵ | Gerald Carter | 10 | -0/+409 | |
3.0.0-15 packaging files (This used to be commit 4062cc38fde129056ea7ff796f7d00cfb6abf263) | |||||
2003-12-09 | starting on Fedora packaging | Gerald Carter | 1 | -0/+977 | |
(This used to be commit a78079286ec2a73ca26f9706d063d6b30553486d) | |||||
2003-12-09 | Make intent to return only one address clear. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit d3d0353baeba580d8a7a4688f847463b1b2e750c) | |||||
2003-12-08 | working on bug 687; protect against null src strings in alloc_sub_basic() | Gerald Carter | 1 | -0/+7 | |
(This used to be commit 6cf91bce40f85879de00b9ce89ad9b5e04a50b35) | |||||
2003-12-08 | make sure we use a real network address in case there are extra non-zero ↵ | Gerald Carter | 1 | -1/+1 | |
octets in hosts allow/deny (This used to be commit 0348e85177ae90c350659451424ab521a4fc335a) | |||||
2003-12-07 | Fix comment. | Tim Potter | 1 | -1/+1 | |
(This used to be commit a999f7f23fc68e51dd04f1c5a2c84f19d5c4a0a5) | |||||
2003-12-06 | Fix for bug #445 (missing unix user on kerberos auth doesn't call add user | Jeremy Allison | 1 | -3/+13 | |
script). Jeremy. (This used to be commit 5d9f06bdae4e7b878a87fb97367cf10afbc5f6b2) | |||||
2003-12-05 | fix %a variable for Windows 2003 -> Win2K3 | Gerald Carter | 2 | -19/+53 | |
(This used to be commit 2f43a1c166dfc8679a9d03bd0f3cf9303aafcf74) | |||||
2003-12-05 | packaging updates from Buchan | Gerald Carter | 2 | -4/+11 | |
(This used to be commit b67929cc3e2339e0865f2924b930f1d834c20ed9) | |||||
2003-12-05 | create libdir for installclientlib; patch from Bill Knox | Gerald Carter | 1 | -0/+1 | |
(This used to be commit b19472e108508935e6c80f61fd1394e852cb0902) | |||||
2003-12-05 | removing RCS tags | Gerald Carter | 14 | -27/+0 | |
(This used to be commit 9a7774306dfa29f0b343343844a2c08650d5ba1a) | |||||
2003-12-05 | * removing extra file | Gerald Carter | 3 | -94/+12 | |
* updating version in Makefile (This used to be commit 3249e69274c00922c6d8710019c19d8c8add8255) | |||||
2003-12-05 | fixed a problem with "net rpc vampire" mis-parsing the alias member | Andrew Tridgell | 1 | -4/+4 | |
info reply Thanks to a bug report by 'musb' (This used to be commit 310f90f3689d4acd16368a833f23ea5f9aaa0133) | |||||
2003-12-05 | Change PICFLAG -> PICFLAGS to keep in line with version from source | Tim Potter | 1 | -16/+16 | |
directory and fix display bug. (This used to be commit f43546d0af7c7ad74b3bf0bae1652822184a04da) | |||||
2003-12-04 | updating top 0.8.2-1 of the smbldap tools | Gerald Carter | 22 | -813/+1354 | |
(This used to be commit b798f30f0a83ba00ebbe1b82983ca6690642ad02) | |||||
2003-12-04 | bumping version in preparation for 3.0.1rc1 | Gerald Carter | 1 | -2/+2 | |
(This used to be commit 91c95391c3efd4c1009032acc6af9f7886447c55) | |||||
2003-12-04 | Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient to | Steve French | 1 | -0/+7 | |
fail to OS2 for example) (This used to be commit 54e2fcb8f4a9d603b3210baa014b3f5f15070a22) | |||||
2003-12-04 | fix process_incoming_data() to return the number of bytes handled this call ↵ | Gerald Carter | 1 | -1/+3 | |
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 ff06f3ca8e597d093b8a76b5cfabfa6009f4b591) | |||||
2003-12-04 | fix debug message | Gerald Carter | 1 | -2/+2 | |
(This used to be commit 550b309a65d138364502c720894e2099de6b5076) | |||||
2003-12-04 | typo in BASEDIR; patch from Darren Chew | Gerald Carter | 1 | -1/+1 | |
(This used to be commit 21b0758a88a2469a61d13acf7ecc006152a07273) | |||||
2003-12-04 | sync OID with HEAD | Gerald Carter | 1 | -1/+1 | |
(This used to be commit d463abb035a19dce84902039623275cd72e16edc) | |||||
2003-12-04 | support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800 | Gerald Carter | 4 | -4/+23 | |
(This used to be commit 1c3c16abc94d197e69e3350de1e5cc1e99be4322) |