summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | Mem alloc checks.Jeremy Allison2003-02-043-23/+59
| | | | | | | | | | Jeremy. (This used to be commit 46ea028169426fbcad92d3d5bf786e88be8f5112)
* | Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 97848f40eec7320c8a06eb0a7df7c1677e41efd8)
* | Ensure we overwrite a tdb if the hash size changes.Jeremy Allison2003-02-041-1/+2
| | | | | | | | | | Jeremy. (This used to be commit b300696cb5c65ab239caa257987628f8e18c8761)
* | Try to allow old and new heimdal installsJim McDonough2003-02-042-10/+29
| | | | | | | | (This used to be commit 6d593ca174282e7a8098813e9423c1ca5f86f0b1)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-02-041-0/+19
|\| | | | | | | used to be commit 0dfbda00484bc3ca458fd5f637b69742bb75dbdb)
| * Add autogen.sh from distcc via mbp.Andrew Bartlett2003-02-041-0/+19
| | | | | | | | | | This to allow us to remove configure from CVS. (This used to be commit 9e8e352e102b75489b4540d701ce2c67c0f3cf31)
| * Actually checking both the account and password tests would be a good idea...Andrew Bartlett2003-02-041-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 49640635b15f53be6bb28d3d79255abe10c207dd)
| * Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:Andrew Bartlett2003-02-041-2/+2
| | | | | | | | | | | | | | Apparently acl_type is #defined to acl_common.entry_type in their acl.h.... Andrew Bartlett (This used to be commit 3dfdaa0208ee538631378aa921300d95c596b70c)
| * Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-042-8/+0
| | | | | | | | | | Jeremy. (This used to be commit 2110901b381f2a749605c8e8b262fa5ceba11169)
| * Try to allow old and new heimdal installsJim McDonough2003-02-042-10/+29
| | | | | | | | (This used to be commit 29d25382ac394707da372d4af2b828bfcd0d6874)
| * Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
| | | | | | | | | | Jeremy. (This used to be commit 651db9f242bb649f5efa4f4e59fe1ac0afe82981)
| * Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison2003-02-031-122/+91
| | | | | | | | | | | | Now to make Samba pass it :-). Jeremy. (This used to be commit 510cd30a6ec72544d24b79c13fc8a7d1c9415757)
| * Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 77737b498d0c1c3efb23891465623f44c03d1801)
| * Try to get build working on systems with krb runtime but not devel libs.Jim McDonough2003-02-032-9531/+19797
| | | | | | | | | | Let's not assume that because one dir exists the whole shebang is there... (This used to be commit 44fd5c827537bd14c2220f62f5e44190247ae556)
| * smb signing compile fixTim Potter2003-02-021-1/+1
| | | | | | | | (This used to be commit 22d7aa0e673baa1c26205d1c659ba71ad2f94609)
| * untest fix for wide links parameter bug.Simo Sorce2003-02-021-2/+65
| | | | | | | | | | it work properly on 2.2 and the patch apply so I think it should be ok. (This used to be commit 36b2f6c9320fe46a1b5d2c4e90117b7839c35f21)
| * Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2003-02-022-3/+3
| | | | | | | | | | | | | | different algorithm). Andrew Bartlett (This used to be commit e6f87c7ee5c61f03f81159a8017d31f439c4454a)
| * Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2003-02-022-4/+13
| | | | | | | | | | | | | | use smb signing. Andrew Bartlett (This used to be commit 574e8a8ab7c94ecd9113df42e395e83632980675)
| * More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-023-1/+45
| | | | | | | | | | Andrew Bartlett (This used to be commit b1c722e306533babeffeba9d8c7dcfa00e019423)
| * We now have client-side SMB signing support!Andrew Bartlett2003-02-015-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This checking allows us to connect to Microsoft servers the use SMB signing, within a few restrictions: - I've not get the NTLMSSP stuff going - it appears to work, but if you break the sig - say by writing a zero in it - it still passes... - We don't currently verfiy the server's reply - It works against one of my test servers, but not the other... However, it provides an excellent basis to work from. Enable it with 'client signing' in your smb.conf. Doc to come (tomorrow) and this is not for 3.0, till we get it complete. The CIFS Spec is misleading - the session key (for NTLMv1 at least) is the standard session key, ie MD4(NT#). Thanks to jra for the early work on this. Andrew Bartlett (This used to be commit 1a2738937e3d80b378bd0ed33cd8d395fba2d3c3)
| * NetBSD also supports dynamic libsJelmer Vernooij2003-02-012-789/+792
| | | | | | | | (This used to be commit dbb29495e7cd94b4ad07efd656d021d9551f5eb6)
| * Bitmap offsets and counts are always positive.Andrew Bartlett2003-02-012-2/+2
| | | | | | | | (This used to be commit 8f495e8634a1777c4b03d3ec07c76f905ff2fb98)
| * Makefile.in change for ldap escaping fixesAndrew Bartlett2003-02-011-1/+2
| | | | | | | | (This used to be commit 9f3525967d3a55a0156544733a1e83711bf4be78)
| * One more signed/unsigned fixAndrew Bartlett2003-02-011-1/+1
| | | | | | | | (This used to be commit 013fa874733566169ecefb25458d26065190f302)
| * Non-error connection numbers are always positiveAndrew Bartlett2003-02-011-2/+2
| | | | | | | | (This used to be commit 69e94440cd89a19bbcebc49d87836153b452da47)
| * Prompted by RedHat bugzilla bug #77999, convert the user's username andAndrew Bartlett2003-02-011-4/+11
| | | | | | | | | | | | | | password from 'display' to 'unix' before we check them. Andrew Bartlett (This used to be commit 98a4ebf55cfce9da2c187d89a4f9c7b34e5f999e)
| * More ldap parinoia - if we ever get more than one result, bail. The order weAndrew Bartlett2003-02-011-5/+23
| | | | | | | | | | | | | | | | get them in should be indeterminate, so just picking the first one would be bad... Andrew Bartlett (This used to be commit 21da8c3bb39c507eb90865549c3bb3538dcea138)
* | Merge HEAD: check both the account and password...Andrew Bartlett2003-02-041-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 830de56bf2f47412acfebf6c6353ab4b98c8517e)
* | Merge from HEAD: avoid braindead #define on Tru64.Andrew Bartlett2003-02-041-2/+2
| | | | | | | | (This used to be commit 299233fbf2328d08546b3b03dceca67083b68493)
* | Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-042-8/+0
| | | | | | | | | | Jeremy. (This used to be commit d8a42753cc1e1a94aa6b816222343e1569521f14)
* | Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
| | | | | | | | | | Jeremy. (This used to be commit b3df40bc803e7dc3b66a95eccb335e2b1775560e)
* | fix another syntax errorHerb Lewis2003-02-031-1/+1
| | | | | | | | (This used to be commit 678c07f11d33505e15d995b6c086aa2d8b6d7794)
* | if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax errorHerb Lewis2003-02-031-2/+1
| | | | | | | | (This used to be commit aef873826f91d4d381df7a510d62b61ff2615847)
* | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit e96978954b830d83880f03b6825bce6e7b53b5d7)
* | reran autoconf-2.53Gerald Carter2003-02-031-9480/+19736
| | | | | | | | (This used to be commit 60955d1b81b2b2af4df455ed68721339aaf05a00)
* | Try to get build working on systems with krb runtime but not devel libs.Jim McDonough2003-02-031-2/+2
| | | | | | | | | | Let's not assume that because one dir exists the whole shebang is there... (This used to be commit de8ffcad47a4e495615e0ad211316291075f3f6c)
* | untest fix from HEAD/2.2 for wide links parameter bug.Simo Sorce2003-02-021-2/+65
| | | | | | | | | | it work properly on 2.2 and the patch apply so I think it should be ok. (This used to be commit 8498503f1d59636959fe9f97601c55d82a776199)
* | Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett2003-02-022-3/+12
| | | | | | | | | | | | | | signing. Andrew Bartlett (This used to be commit 9bcdb869e53ee8048dd69053b804bdaf55db7b91)
* | Merge from HEAD: netbsd supports dynamic libsJelmer Vernooij2003-02-013-789/+798
| | | | | | | | (This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e)
* | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-015-28/+96
| | | | | | | | | | | | | | misc libads fixes. Andrew Bartlett (This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
* | Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett2003-02-011-4/+11
| | | | | | | | | | SWAT. (This used to be commit 8485c51bc47f45a6263bda83a0bc3ba15abcd250)
* | Merge of signed/unsigned fixes from HEAD.Andrew Bartlett2003-02-015-8/+8
| | | | | | | | (This used to be commit e9f56a157bd472914eebf64fde586104d8274717)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-02-011-0/+90
|\| | | | | | | used to be commit ed336acc6eef4736bd924e8402cc463944e9327c)
| * Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-017-15/+163
| | | | | | | | | | | | | | | | | | blame for the realloc() stuff. Plus a couple of minor updates to libads. Andrew Bartlett (This used to be commit 34b2e558a4b3cfd753339bb228a9799e27ed8170)
| * Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 0676b4e35f2ab5b58c44df9fe2eef112425d6013)
| * A couple more signed/unsigned issues.Andrew Bartlett2003-02-011-2/+2
| | | | | | | | (This used to be commit 01d78b828b89f04b70b53ded01a7f4b356979317)
| * Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
| | | | | | | | | | Jeremy. (This used to be commit fdc14aa6f67b95350796cd1075a3910e3e5d84b6)
| * Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| | | | | | | | | | Jeremy. (This used to be commit 6624fa59d749b0c0d6aacc35b9b6ba2b567d6eb4)
| * Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-306-16/+65
| | | | | | | | | | | | | | messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. (This used to be commit 4ae130bfa82be60de6a6f357f65207fcb24f45fb)
| * More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
| | | | | | | | | | Jeremy. (This used to be commit fa8647eb208a971063039c24da849021c5e25267)