Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ignore config.h.in in cvs as generated by autoheader | Andrew Tridgell | 2003-02-06 | 1 | -0/+1 | |
| | ||||||
* | ignore configure in cvs | Andrew Tridgell | 2003-02-06 | 1 | -0/+1 | |
| | ||||||
* | Remove configure and config.h.in from CVS. | Andrew Bartlett | 2003-02-06 | 2 | -28862/+0 | |
| | | | | | | | | | | configure and config.h.in is now regenerated by the 'autogen.sh' script. However, samba.org will run autoconf and autoheader to keep the anonyomous rsync 'unpacked' areas intact (helping the build farm), and released will ship with the genereated files. Andrew Bartlett | |||||
* | added the LSA privileges server backend stubs. Right now they just log | Andrew Tridgell | 2003-02-06 | 4 | -4/+209 | |
| | | | | what was requested. | |||||
* | Collapse duplicate messages before sending. | Jeremy Allison | 2003-02-05 | 1 | -80/+132 | |
| | | | | Jeremy. | |||||
* | Fixed type. | Jeremy Allison | 2003-02-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Check for too many processes *before* the fork. | Jeremy Allison | 2003-02-05 | 1 | -2/+36 | |
| | | | | Jeremy. | |||||
* | CUPS patch to log client name | Gerald Carter | 2003-02-05 | 1 | -0/+4 | |
| | ||||||
* | Hold the lock for a much shorter time when allocating a new jobid. | Jeremy Allison | 2003-02-04 | 1 | -54/+67 | |
| | | | | Jeremy. | |||||
* | Mem alloc failure checks. | Jeremy Allison | 2003-02-04 | 3 | -23/+59 | |
| | | | | Jeremy. | |||||
* | 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. |