summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* fix packagingHerb Lewis2003-02-041-0/+1
| | | | (This used to be commit 591e4ac108116fee1ad0a8bf7cb8498ee76a953d)
* 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)
* Remove textfile from CVS - it's available in SGML nowJelmer Vernooij2003-02-011-34/+0
| | | | (This used to be commit 50a49e0babc67ca20435577d7336ec36e7487b67)
* Convert Anthony's RPC doc to SGML/XMLJelmer Vernooij2003-02-012-0/+78
| | | | (This used to be commit 5a6f79b4a0d72371957b6bbb9dcfeaeb8779af70)
* First attempt to convert John's GroupProfiles stuff to SGML/XMLJelmer Vernooij2003-02-011-0/+2
| | | | (This used to be commit 02aafdaa5a786f8e0c11114437e50164b126d032)
* First attempt to migrate the GroupProfiles stuff by John to SGML/XMLJelmer Vernooij2003-02-011-0/+240
| | | | (This used to be commit b174fb761e48d0ee366b04698b076278be2b82c2)
* 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)
* 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)
* More doco updates, in particular the fact that you must configure the smb.confAndrew Bartlett2003-02-012-88/+51
| | | | | | | | | *before* you join, otherwise we don't have all the info that 'net join' needs. Also move from smbpasswd -j to 'net join' in the examples. Andrew Bartlett (This used to be commit 9494c1e153a2a515841fb57506b7b9bff3eee7a6)
* Clarify that 'use spnego = yes' is fine in all known situations.Andrew Bartlett2003-02-011-3/+3
| | | | | Andrew Bartlett (This used to be commit 0944c69636eb60bc1a4b2a2257dd05f6d385bd4d)
* 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)
* Minor doco updates - with a slightly bigger change to theAndrew Bartlett2003-02-012-44/+80
| | | | | | | | | | 'security=server/domain' text, to try and explain the difference better, and why you should always use the latter. Also update the BDC-HOWTO to have some relation to current reality. Andrew Bartlett (This used to be commit 7fd0c9bd74a8513a0cbf67bb516c6c2642380c7f)
* Clarifications for the ADS docs.Andrew Bartlett2003-02-011-10/+8
| | | | (This used to be commit 9931f50b396d7e7188de583e5732781e8bea587d)
* Clear up the winbind doco on ADS support, and specify 'net join' not 'net rpcAndrew Bartlett2003-02-011-5/+21
| | | | | | | | join' as people are using the 'wrong' one and wondering why it doesn't quite work. Andrew Bartlett (This used to be commit dfe565e6ce7ae724a95ba9f162ab51436cf4b63e)
* 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)
* Sync up with 3.0 heimdal.Jeremy Allison2003-01-301-0/+8
| | | | | Jeremy. (This used to be commit 371f4aca9204f3c093af622ec6c9ea7c5145bf85)
* Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-303-1229/+1740
| | | | | Jeremy (This used to be commit d63849db6d02b1a9430072e6e15a67e1c526e5e7)
* Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison2003-01-301-0/+122
| | | | | | to HEAD :-). Jeremy. (This used to be commit 1fec0f50ed0e750afec5cdf551fcd37ef4858e94)
* Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-848/+905
| | | | (This used to be commit 726181537db6bdd299fd9256a5e6def6b4b8ae33)
* The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter2003-01-301-4/+1
| | | | (This used to be commit 08050a93d9c5b2276c4eaf933974607cf11a1876)
* Move debug level message handling into debug.c from messages.cTim Potter2003-01-302-11/+14
| | | | | Removed duplicate message_register() for REQ_DEBUGLEVEL message. (This used to be commit 6fee7196d695ca813a301b1e6d7da687b7e7bda5)
* Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-303-17/+22
| | | | | | | | | | | level 2 and a request for open with no oplock is received then the smbd should send *synchronous* break messages, not asynchronous, otherwise it spins very rapidly, releasing the lock, sending the 'break to none' messages and then re-acquiring the lock before any other process has a chance to get the lock and remove it's own oplock (at least on linux). Jeremy. (This used to be commit d1e8991a76a57b7d96dd7db3c1d9bbf5b28da88e)
* Fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
| | | | (This used to be commit c32c1bccc27f10e2f44f3e7f3778aae38bba8f25)
* Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett2003-01-291-22/+15
| | | | | | | | | | that are not configured with an add user script, and have an _nua backend for storage. We really need to get the PDB backends out of the IDMAP game... Andrew Bartlett (This used to be commit dceb7820d71ce624de60ce8f729d5d3711b64152)
* Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-293-13/+41
| | | | (This used to be commit d3962da61a5717dda7e99996bbeb4735d4373041)
* Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
| | | | | | | | | | | using a hardcoded value later on. Added a helper function that returns the observed values for max_entries and max_size for each cli_samr_query_dispinfo() call. These values were obtained from watching the NT4 user manager application with ethereal and are the only ones that can enumerate a 60k user domain reliably under Windows 2000. (This used to be commit 2eea2813d9adc414f0a7ea074826b23697f376ee)