Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Up the hash table size for printing tdb.c | Jeremy Allison | 2003-02-04 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Ensure we overwrite a tdb if the hash size changes. | Jeremy Allison | 2003-02-04 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | Add autogen.sh from distcc via mbp. | Andrew Bartlett | 2003-02-04 | 1 | -0/+19 | |
| | | | | This to allow us to remove configure from CVS. | |||||
* | Actually checking both the account and password tests would be a good idea... | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour: | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 | |
| | | | | | | Apparently acl_type is #defined to acl_common.entry_type in their acl.h.... Andrew Bartlett | |||||
* | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 2003-02-04 | 2 | -8/+0 | |
| | | | | Jeremy. | |||||
* | Try to allow old and new heimdal installs | Jim McDonough | 2003-02-04 | 2 | -10/+29 | |
| | ||||||
* | Ensure Samba passes the open attribute truncate tests in smbtorture. | Jeremy Allison | 2003-02-04 | 1 | -9/+12 | |
| | | | | Jeremy. | |||||
* | fix packaging | Herb Lewis | 2003-02-04 | 1 | -0/+1 | |
| | ||||||
* | Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test. | Jeremy Allison | 2003-02-03 | 1 | -122/+91 | |
| | | | | | Now to make Samba pass it :-). Jeremy. | |||||
* | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>. | Jeremy Allison | 2003-02-03 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Try to get build working on systems with krb runtime but not devel libs. | Jim McDonough | 2003-02-03 | 2 | -9531/+19797 | |
| | | | | Let's not assume that because one dir exists the whole shebang is there... | |||||
* | smb signing compile fix | Tim Potter | 2003-02-02 | 1 | -1/+1 | |
| | ||||||
* | untest fix for wide links parameter bug. | Simo Sorce | 2003-02-02 | 1 | -2/+65 | |
| | | | | it work properly on 2.2 and the patch apply so I think it should be ok. | |||||
* | Add some return values, and don't attempt signing for NTLMSSP yet (it uses a | Andrew Bartlett | 2003-02-02 | 2 | -3/+3 | |
| | | | | | | different algorithm). Andrew Bartlett | |||||
* | Send the user's session key in the SAMLOGON reply, so that a member server can | Andrew Bartlett | 2003-02-02 | 2 | -4/+13 | |
| | | | | | | use smb signing. Andrew Bartlett | |||||
* | More signing updates - start checking that the server isn't being spoofed. | Andrew Bartlett | 2003-02-02 | 3 | -1/+45 | |
| | | | | Andrew Bartlett | |||||
* | Remove textfile from CVS - it's available in SGML now | Jelmer Vernooij | 2003-02-01 | 1 | -34/+0 | |
| | ||||||
* | Convert Anthony's RPC doc to SGML/XML | Jelmer Vernooij | 2003-02-01 | 2 | -0/+78 | |
| | ||||||
* | First attempt to convert John's GroupProfiles stuff to SGML/XML | Jelmer Vernooij | 2003-02-01 | 1 | -0/+2 | |
| | ||||||
* | First attempt to migrate the GroupProfiles stuff by John to SGML/XML | Jelmer Vernooij | 2003-02-01 | 1 | -0/+240 | |
| | ||||||
* | We now have client-side SMB signing support! | Andrew Bartlett | 2003-02-01 | 5 | -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 | |||||
* | NetBSD also supports dynamic libs | Jelmer Vernooij | 2003-02-01 | 2 | -789/+792 | |
| | ||||||
* | Bitmap offsets and counts are always positive. | Andrew Bartlett | 2003-02-01 | 2 | -2/+2 | |
| | ||||||
* | Makefile.in change for ldap escaping fixes | Andrew Bartlett | 2003-02-01 | 1 | -1/+2 | |
| | ||||||
* | One more signed/unsigned fix | Andrew Bartlett | 2003-02-01 | 1 | -1/+1 | |
| | ||||||
* | Non-error connection numbers are always positive | Andrew Bartlett | 2003-02-01 | 1 | -2/+2 | |
| | ||||||
* | Prompted by RedHat bugzilla bug #77999, convert the user's username and | Andrew Bartlett | 2003-02-01 | 1 | -4/+11 | |
| | | | | | | password from 'display' to 'unix' before we check them. Andrew Bartlett | |||||
* | More ldap parinoia - if we ever get more than one result, bail. The order we | Andrew Bartlett | 2003-02-01 | 1 | -5/+23 | |
| | | | | | | | get them in should be indeterminate, so just picking the first one would be bad... Andrew Bartlett | |||||
* | Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to | Andrew Bartlett | 2003-02-01 | 7 | -15/+163 | |
| | | | | | | | | blame for the realloc() stuff. Plus a couple of minor updates to libads. Andrew Bartlett | |||||
* | More doco updates, in particular the fact that you must configure the smb.conf | Andrew Bartlett | 2003-02-01 | 2 | -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 | |||||
* | Clarify that 'use spnego = yes' is fine in all known situations. | Andrew Bartlett | 2003-02-01 | 1 | -3/+3 | |
| | | | | Andrew Bartlett | |||||
* | Make it clear that the magic value is (size_t)-1. | Andrew Bartlett | 2003-02-01 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | A couple more signed/unsigned issues. | Andrew Bartlett | 2003-02-01 | 1 | -2/+2 | |
| | ||||||
* | Minor doco updates - with a slightly bigger change to the | Andrew Bartlett | 2003-02-01 | 2 | -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 | |||||
* | Clarifications for the ADS docs. | Andrew Bartlett | 2003-02-01 | 1 | -10/+8 | |
| | ||||||
* | Clear up the winbind doco on ADS support, and specify 'net join' not 'net rpc | Andrew Bartlett | 2003-02-01 | 1 | -5/+21 | |
| | | | | | | | join' as people are using the 'wrong' one and wondering why it doesn't quite work. Andrew Bartlett | |||||
* | Added first part of attribute matrix tests. Not run and compiled in right now... | Jeremy Allison | 2003-01-31 | 1 | -0/+101 | |
| | | | | Jeremy. | |||||
* | Ensure Luke Howard's (C) is added. | Jeremy Allison | 2003-01-31 | 1 | -1/+21 | |
| | | | | Jeremy. | |||||
* | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 2003-01-30 | 6 | -16/+65 | |
| | | | | | | messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. | |||||
* | More scalable print tdb fixes. | Jeremy Allison | 2003-01-30 | 1 | -13/+23 | |
| | | | | Jeremy. | |||||
* | Sync up with 3.0 heimdal. | Jeremy Allison | 2003-01-30 | 1 | -0/+8 | |
| | | | | Jeremy. | |||||
* | Fix kerberos compile after the tpot massicre :-). | Jeremy Allison | 2003-01-30 | 3 | -1229/+1740 | |
| | | | | Jeremy | |||||
* | Stop tpot from trampling over my Heimdal fixes by moving some of them | Jeremy Allison | 2003-01-30 | 1 | -0/+122 | |
| | | | | | to HEAD :-). Jeremy. | |||||
* | Straus VOS detection patches from Paul Green | Gerald Carter | 2003-01-30 | 2 | -848/+905 | |
| | ||||||
* | The REQ_DEBUGLEVEL message returns a string not a list of integers. | Tim Potter | 2003-01-30 | 1 | -4/+1 | |
| | ||||||
* | Move debug level message handling into debug.c from messages.c | Tim Potter | 2003-01-30 | 2 | -11/+14 | |
| | | | | Removed duplicate message_register() for REQ_DEBUGLEVEL message. | |||||
* | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2003-01-30 | 3 | -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. | |||||
* | Fix to findsmb by Waider | Andrew Bartlett | 2003-01-29 | 1 | -1/+1 | |
| | ||||||
* | Make the vampire code use just pdb calls - allowing better operation on systems | Andrew Bartlett | 2003-01-29 | 1 | -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 |