summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-02untest fix for wide links parameter bug.Simo Sorce1-2/+65
it work properly on 2.2 and the patch apply so I think it should be ok. (This used to be commit 36b2f6c9320fe46a1b5d2c4e90117b7839c35f21)
2003-02-02untest fix from HEAD/2.2 for wide links parameter bug.Simo Sorce1-2/+65
it work properly on 2.2 and the patch apply so I think it should be ok. (This used to be commit 8498503f1d59636959fe9f97601c55d82a776199)
2003-02-02Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2-3/+3
different algorithm). Andrew Bartlett (This used to be commit e6f87c7ee5c61f03f81159a8017d31f439c4454a)
2003-02-02Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett2-3/+12
signing. Andrew Bartlett (This used to be commit 9bcdb869e53ee8048dd69053b804bdaf55db7b91)
2003-02-02Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2-4/+13
use smb signing. Andrew Bartlett (This used to be commit 574e8a8ab7c94ecd9113df42e395e83632980675)
2003-02-02More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett3-1/+45
Andrew Bartlett (This used to be commit b1c722e306533babeffeba9d8c7dcfa00e019423)
2003-02-01Remove textfile from CVS - it's available in SGML nowJelmer Vernooij1-34/+0
(This used to be commit 50a49e0babc67ca20435577d7336ec36e7487b67)
2003-02-01Convert Anthony's RPC doc to SGML/XMLJelmer Vernooij2-0/+78
(This used to be commit 5a6f79b4a0d72371957b6bbb9dcfeaeb8779af70)
2003-02-01First attempt to convert John's GroupProfiles stuff to SGML/XMLJelmer Vernooij1-0/+2
(This used to be commit 02aafdaa5a786f8e0c11114437e50164b126d032)
2003-02-01First attempt to migrate the GroupProfiles stuff by John to SGML/XMLJelmer Vernooij1-0/+240
(This used to be commit b174fb761e48d0ee366b04698b076278be2b82c2)
2003-02-01We now have client-side SMB signing support!Andrew Bartlett5-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 (This used to be commit 1a2738937e3d80b378bd0ed33cd8d395fba2d3c3)
2003-02-01Merge from HEAD: netbsd supports dynamic libsJelmer Vernooij3-789/+798
(This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e)
2003-02-01NetBSD also supports dynamic libsJelmer Vernooij2-789/+792
(This used to be commit dbb29495e7cd94b4ad07efd656d021d9551f5eb6)
2003-02-01Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett5-28/+96
misc libads fixes. Andrew Bartlett (This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
2003-02-01Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett1-4/+11
SWAT. (This used to be commit 8485c51bc47f45a6263bda83a0bc3ba15abcd250)
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett5-8/+8
(This used to be commit e9f56a157bd472914eebf64fde586104d8274717)
2003-02-01Bitmap offsets and counts are always positive.Andrew Bartlett2-2/+2
(This used to be commit 8f495e8634a1777c4b03d3ec07c76f905ff2fb98)
2003-02-01Makefile.in change for ldap escaping fixesAndrew Bartlett1-1/+2
(This used to be commit 9f3525967d3a55a0156544733a1e83711bf4be78)
2003-02-01One more signed/unsigned fixAndrew Bartlett1-1/+1
(This used to be commit 013fa874733566169ecefb25458d26065190f302)
2003-02-01Non-error connection numbers are always positiveAndrew Bartlett1-2/+2
(This used to be commit 69e94440cd89a19bbcebc49d87836153b452da47)
2003-02-01Prompted by RedHat bugzilla bug #77999, convert the user's username andAndrew Bartlett1-4/+11
password from 'display' to 'unix' before we check them. Andrew Bartlett (This used to be commit 98a4ebf55cfce9da2c187d89a4f9c7b34e5f999e)
2003-02-01More ldap parinoia - if we ever get more than one result, bail. The order weAndrew Bartlett1-5/+23
get them in should be indeterminate, so just picking the first one would be bad... Andrew Bartlett (This used to be commit 21da8c3bb39c507eb90865549c3bb3538dcea138)
2003-02-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+90
used to be commit ed336acc6eef4736bd924e8402cc463944e9327c)
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett7-15/+163
blame for the realloc() stuff. Plus a couple of minor updates to libads. Andrew Bartlett (This used to be commit 34b2e558a4b3cfd753339bb228a9799e27ed8170)
2003-02-01More doco updates, in particular the fact that you must configure the smb.confAndrew Bartlett2-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 (This used to be commit 9494c1e153a2a515841fb57506b7b9bff3eee7a6)
2003-02-01Clarify that 'use spnego = yes' is fine in all known situations.Andrew Bartlett1-3/+3
Andrew Bartlett (This used to be commit 0944c69636eb60bc1a4b2a2257dd05f6d385bd4d)
2003-02-01Make it clear that the magic value is (size_t)-1.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 0676b4e35f2ab5b58c44df9fe2eef112425d6013)
2003-02-01A couple more signed/unsigned issues.Andrew Bartlett1-2/+2
(This used to be commit 01d78b828b89f04b70b53ded01a7f4b356979317)
2003-02-01Minor doco updates - with a slightly bigger change to theAndrew Bartlett2-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 (This used to be commit 7fd0c9bd74a8513a0cbf67bb516c6c2642380c7f)
2003-02-01Clarifications for the ADS docs.Andrew Bartlett1-10/+8
(This used to be commit 9931f50b396d7e7188de583e5732781e8bea587d)
2003-02-01Clear up the winbind doco on ADS support, and specify 'net join' not 'net rpcAndrew Bartlett1-5/+21
join' as people are using the 'wrong' one and wondering why it doesn't quite work. Andrew Bartlett (This used to be commit dfe565e6ce7ae724a95ba9f162ab51436cf4b63e)
2003-01-31Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison1-0/+101
Jeremy. (This used to be commit fdc14aa6f67b95350796cd1075a3910e3e5d84b6)
2003-01-31Ensure Luke Howard's (C) is added.Jeremy Allison1-1/+21
Jeremy. (This used to be commit 6624fa59d749b0c0d6aacc35b9b6ba2b567d6eb4)
2003-01-31Ensure Luke Howard's (C) is added.Jeremy Allison1-1/+21
Jeremy. (This used to be commit 4af9e8052186f0d2e5ef10879990ec92dc7c5feb)
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison6-16/+65
messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. (This used to be commit 07efebb98473cb3d4adc6b2e0afef3f06dcc99b8)
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison6-16/+65
messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. (This used to be commit 4ae130bfa82be60de6a6f357f65207fcb24f45fb)
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
Jeremy. (This used to be commit fa8647eb208a971063039c24da849021c5e25267)
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
Jeremy. (This used to be commit 7ace900b335e83b447cab63137968806a8e2f4d3)
2003-01-30Sync up with 3.0 heimdal.Jeremy Allison1-0/+8
Jeremy. (This used to be commit 371f4aca9204f3c093af622ec6c9ea7c5145bf85)
2003-01-30Re-added the Heimdal stuff tpot removed.Jeremy Allison1-0/+8
Jeremy. (This used to be commit e79dc0dade1ab1c9f8b3af5c01248bda70cfd582)
2003-01-30Fix kerberos compile after the tpot massicre :-).Jeremy Allison3-1229/+1740
Jeremy (This used to be commit d63849db6d02b1a9430072e6e15a67e1c526e5e7)
2003-01-30Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison1-45/+15
Jeremy. (This used to be commit 1298ecd0b8a3a9e0a2de42d0c049856cad65e272)
2003-01-30Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison1-0/+122
to HEAD :-). Jeremy. (This used to be commit 1fec0f50ed0e750afec5cdf551fcd37ef4858e94)
2003-01-30Revert tpot's breakage of the Heimdal fixes.Jeremy Allison1-0/+122
Jeremy. (This used to be commit 90336900ad2a6d50e1d42f7bc59fdc7c762187d3)
2003-01-30Straus VOS detection patches from Paul GreenGerald Carter2-874/+931
(This used to be commit 29962f99f2972bd780366753abf4615c0e8fbda1)
2003-01-30Straus VOS detection patches from Paul GreenGerald Carter2-848/+905
(This used to be commit 726181537db6bdd299fd9256a5e6def6b4b8ae33)
2003-01-30Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter4-153/+47
the dog again. (This used to be commit 6f89ee2c9dc7f03e3dbe7aa734bf67c6a434d135)
2003-01-30Merge of controversial 'max log size' fix.Tim Potter1-0/+12
(This used to be commit 71e2b60d8f784174cd2a75c5e03bf2a6ab353900)
2003-01-30Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter2-23/+7
(This used to be commit abb112ba2ad362036c7b3f340d5f64d6fcc0cd3c)
2003-01-30The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter1-4/+1
(This used to be commit 08050a93d9c5b2276c4eaf933974607cf11a1876)