summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
| | | | Jeremy.
* Ensure we overwrite a tdb if the hash size changes.Jeremy Allison2003-02-041-1/+2
| | | | Jeremy.
* 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
* 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
* A couple more signed/unsigned issues.Andrew Bartlett2003-02-011-2/+2
|
* 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
* Clarifications for the ADS docs.Andrew Bartlett2003-02-011-10/+8
|
* 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
* Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
| | | | Jeremy.
* Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| | | | Jeremy.
* 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.
* More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
| | | | Jeremy.
* Sync up with 3.0 heimdal.Jeremy Allison2003-01-301-0/+8
| | | | Jeremy.
* Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-303-1229/+1740
| | | | Jeremy
* Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison2003-01-301-0/+122
| | | | | to HEAD :-). Jeremy.
* Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-848/+905
|
* The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter2003-01-301-4/+1
|
* Move debug level message handling into debug.c from messages.cTim Potter2003-01-302-11/+14
| | | | Removed duplicate message_register() for REQ_DEBUGLEVEL message.
* 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.
* Fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
|
* 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