summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge autogen.sh from HEAD - to allow removal of configure.Andrew Bartlett2003-02-040-0/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-02-041-0/+19
|\|
| * Add autogen.sh from distcc via mbp.Andrew Bartlett2003-02-041-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 Bartlett2003-02-041-2/+2
| | | | | | | | Andrew Bartlett
| * 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
| * Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-042-8/+0
| | | | | | | | Jeremy.
| * Try to allow old and new heimdal installsJim McDonough2003-02-042-10/+29
| |
| * Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
| | | | | | | | Jeremy.
| * fix packagingHerb Lewis2003-02-041-0/+1
| |
| * Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison2003-02-031-122/+91
| | | | | | | | | | Now to make Samba pass it :-). Jeremy.
| * Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
| | | | | | | | Jeremy.
| * 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...
| * smb signing compile fixTim Potter2003-02-021-1/+1
| |
| * 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.
| * Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2003-02-022-3/+3
| | | | | | | | | | | | different algorithm). Andrew Bartlett
| * 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
| * More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-023-1/+45
| | | | | | | | Andrew Bartlett
| * Remove textfile from CVS - it's available in SGML nowJelmer Vernooij2003-02-011-34/+0
| |
| * Convert Anthony's RPC doc to SGML/XMLJelmer Vernooij2003-02-012-0/+78
| |
| * First attempt to convert John's GroupProfiles stuff to SGML/XMLJelmer Vernooij2003-02-011-0/+2
| |
| * First attempt to migrate the GroupProfiles stuff by John to SGML/XMLJelmer Vernooij2003-02-011-0/+240
| |
| * 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
| * NetBSD also supports dynamic libsJelmer Vernooij2003-02-012-789/+792
| |
| * Bitmap offsets and counts are always positive.Andrew Bartlett2003-02-012-2/+2
| |
| * Makefile.in change for ldap escaping fixesAndrew Bartlett2003-02-011-1/+2
| |
| * One more signed/unsigned fixAndrew Bartlett2003-02-011-1/+1
| |
| * Non-error connection numbers are always positiveAndrew Bartlett2003-02-011-2/+2
| |
| * 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
| * 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
* | Merge HEAD: check both the account and password...Andrew Bartlett2003-02-041-2/+2
| | | | | | | | Andrew Bartlett
* | Merge from HEAD: avoid braindead #define on Tru64.Andrew Bartlett2003-02-041-2/+2
| |
* | Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-042-8/+0
| | | | | | | | Jeremy.
* | Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
| | | | | | | | Jeremy.
* | fix packagingHerb Lewis2003-02-041-0/+1
| |
* | fix another syntax errorHerb Lewis2003-02-031-1/+1
| |
* | if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax errorHerb Lewis2003-02-031-2/+1
| |
* | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
| | | | | | | | Jeremy.
* | reran autoconf-2.53Gerald Carter2003-02-031-9480/+19736
| |
* | 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...
* | 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.
* | Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett2003-02-022-3/+12
| | | | | | | | | | | | signing. Andrew Bartlett
* | Merge from HEAD: netbsd supports dynamic libsJelmer Vernooij2003-02-013-789/+798
| |
* | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-015-28/+96
| | | | | | | | | | | | misc libads fixes. Andrew Bartlett
* | Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett2003-02-011-4/+11
| | | | | | | | SWAT.
* | Merge of signed/unsigned fixes from HEAD.Andrew Bartlett2003-02-015-8/+8
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-02-011-0/+90
|\|
| * 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
| * 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
| * Clarify that 'use spnego = yes' is fine in all known situations.Andrew Bartlett2003-02-011-3/+3
| | | | | | | | Andrew Bartlett
| * Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
| | | | | | | | Andrew Bartlett