Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge autogen.sh from HEAD - to allow removal of configure. | Andrew Bartlett | 2003-02-04 | 0 | -0/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-02-04 | 1 | -0/+19 | |
|\| | ||||||
| * | 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 | |||||
* | | Merge HEAD: check both the account and password... | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD: avoid braindead #define on Tru64. | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 | |
| | | ||||||
* | | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 2003-02-04 | 2 | -8/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | 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 | |
| | | ||||||
* | | fix another syntax error | Herb Lewis | 2003-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax error | Herb Lewis | 2003-02-03 | 1 | -2/+1 | |
| | | ||||||
* | | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>. | Jeremy Allison | 2003-02-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | reran autoconf-2.53 | Gerald Carter | 2003-02-03 | 1 | -9480/+19736 | |
| | | ||||||
* | | Try to get build working on systems with krb runtime but not devel libs. | Jim McDonough | 2003-02-03 | 1 | -2/+2 | |
| | | | | | | | | Let's not assume that because one dir exists the whole shebang is there... | |||||
* | | untest fix from HEAD/2.2 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. | |||||
* | | Merge from HEAD: Send the session key to the client, allowing it to perform SMB | Andrew Bartlett | 2003-02-02 | 2 | -3/+12 | |
| | | | | | | | | | | | | signing. Andrew Bartlett | |||||
* | | Merge from HEAD: netbsd supports dynamic libs | Jelmer Vernooij | 2003-02-01 | 3 | -789/+798 | |
| | | ||||||
* | | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and some | Andrew Bartlett | 2003-02-01 | 5 | -28/+96 | |
| | | | | | | | | | | | | misc libads fixes. Andrew Bartlett | |||||
* | | Merge from HEAD - convert username/password to unix before checking them in | Andrew Bartlett | 2003-02-01 | 1 | -4/+11 | |
| | | | | | | | | SWAT. | |||||
* | | Merge of signed/unsigned fixes from HEAD. | Andrew Bartlett | 2003-02-01 | 5 | -8/+8 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-02-01 | 1 | -0/+90 | |
|\| | ||||||
| * | 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 |