summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r73: bumping version to 3.0.3pre3Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 70fd78025b04062104fec36691efcd1b01252d03)
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ↵Andrew Bartlett2007-10-1012-64/+64
| | | | | | | | key could be anything, and may not be based on anything 'NT'. This is also what microsoft calls it. (This used to be commit 724e8d3f33719543146280062435c69a835c491e)
* r63: Remove -lcrypto from wbinfo. Sorry.Volker Lendecke2007-10-101-1/+1
| | | | | Volker (This used to be commit b69e8e64d4d89d48f9cb5d07b32110d6ecfc3401)
* r59: revert session key problemAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 40b5794ae0919c6c6f1b8a451871dcc95bbab5cc)
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-103-7/+4
| | | | | | | cache entry time comparisons in password lockout. Fixes problems where pdb_ldap tries to delete the operational attribute modifyTimestamp when deleting a user account. (This used to be commit 5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f)
* r50: Fix bug 1139 as per fix suggested by jdev@panix.com,Jeremy Allison2007-10-101-3/+3
| | | | | | | swap lookups for user and group - group will do an algorithmic lookup if it fails, user won't. Jeremy. (This used to be commit a205c56a75c93c82796fd68687e8c0db26459073)
* r49: Support SMB signing on connections using only theAndrew Bartlett2007-10-101-8/+4
| | | | | | LANMAN password. This also corrects the 'session key' for these connections. (This used to be commit 26d8791ddedb7964c219067480cf4a7d61877765)
* r48: Fix types for debug message parameters.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 85d9c92fd53a65fccca3720a3b06d69ef28f9981)
* r39: * importing .cvsignore filesGerald Carter2007-10-1034-169/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* r38: Fix caching of name->sid lookupsVolker Lendecke2007-10-101-1/+2
| | | | | Volker (This used to be commit 23c5769545dc8371a679ad4c679578c617f7d85b)
* r21: Ensure 'net' follows the behaviour of all other samba client tools,Andrew Bartlett2007-10-101-5/+3
| | | | | and honours the 'netbios name' in the smb.conf. (This used to be commit 591047c20a06cd94540b3781459c0f1b6f5baa9f)
* r18: Fix free of incremented pointerSteve French2007-10-101-5/+4
| | | | (This used to be commit dfac69be4fc63745e2d0b4cecb8106286c7c8ca0)
* Fix most of bug #169.Andrew Bartlett2004-04-036-122/+136
| | | | | | | | | | | | | | | | For a (very) long time, we have had a bug in Samba were an NTLMv2-only PDC would fail, because it converted the password into NTLM format for checking. This patch performs the direct comparison required for interactive logons to function in this situation. It also removes the 'auth flags', which simply where not ever used. Natrually, this plays with the size of structures, so rebuild, rebuild rebuild... Andrew Bartlett (This used to be commit 9598593bcf2d877b1d08cd6a7323ee0bc160d4ba)
* Fix wildcard src with wildcard dest renames.Jeremy Allison2004-04-031-1/+7
| | | | | Jeremy. (This used to be commit 58b39942444e62c9d0f98c2ba6f434d74c244a2b)
* Fix wildcard unlink.Jeremy Allison2004-04-031-2/+3
| | | | | Jeremy. (This used to be commit 6e9b4c57ccb385acb9feaf9f7412778474231a92)
* Fix typo in check_path_syntax.Jeremy Allison2004-04-031-1/+1
| | | | | Jeremy. (This used to be commit 018db85de4f380da9f8318ab72371185bb2ac5b4)
* Fix reply_ctemp - make compatible with w2k3.Jeremy Allison2004-04-021-4/+12
| | | | | Jeremy. (This used to be commit ddb40a6b1cfed9022dadc627b38d3c3938e8e6b4)
* Fix wildcard identical rename.Jeremy Allison2004-04-021-0/+8
| | | | | Jeremy. (This used to be commit 610ae1126e227f45a1affa1030ee833a341a687f)
* check_path improvements found by samba4 raw-checkpath tests.Jeremy Allison2004-04-021-4/+13
| | | | | Jeremy. (This used to be commit 4081f7ce514635f3500d29a73a44bff2661b76b1)
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-0213-110/+227
| | | | | | | dos attributes in an EA. Based on an original patch from tridge, but modified somewhat to cover all cases. Jeremy. (This used to be commit ed653cd468213e0be901bc654aa3748ce5837947)
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-024-0/+179
| | | | | | | a DC it trusts. Volker (This used to be commit ae6840320ff47827c2817549fe3133a57e3fe77f)
* Fix credential file mountinf for cifs vfsSteve French2004-04-021-10/+37
| | | | (This used to be commit 9ad22b8a3d839501b72f3b96d43a22365c15ec43)
* "Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison2004-04-011-4/+14
| | | | | | | neccessary types before we will run at all. If we can't get one, use ASCII but complain mightily. Jeremy. (This used to be commit 37dd5e52f61e7ba1facb726ac70fc75e22608103)
* BUG 1023: surround get_group_from_gid() with become_unbecome_root() blockGerald Carter2004-04-011-1/+5
| | | | (This used to be commit 1aeeb432c75eeb67e9e1323932b37d34da416d37)
* This restructures lib/afs.c so that the token data can be but into aVolker Lendecke2004-04-015-70/+400
| | | | | | | | stream. This is to implement wbinfo -k that asks winbind for authentication which then creates the AFS token for the authenticated user. Volker (This used to be commit 2df6750a079820826013360fb9e47f90bc8223a5)
* Cosmetic: Fix a const warning.Volker Lendecke2004-04-011-5/+6
| | | | | Volker (This used to be commit c814f7c43db9700ec08a30c45521181c754df247)
* Reformat in preparation for EA dosmode attributes.Jeremy Allison2004-03-311-123/+125
| | | | | Jeremy (This used to be commit de2f149e9e687fc8cba6870d921341a6a1fd9c13)
* fix typoHerb Lewis2004-03-311-2/+2
| | | | (This used to be commit 4b737b51a5cf0a862f4c1bd67d9d3dd49cc81b65)
* Apply some constVolker Lendecke2004-03-312-2/+2
| | | | (This used to be commit aa220cffa7b3507452ffed51c048333c7cde0ca2)
* Remove some unused codeVolker Lendecke2004-03-311-22/+0
| | | | (This used to be commit 2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc)
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-314-5/+334
| | | | | | | | New protocol option "ea support" to turn them on (off by default). Conrad at Apple may like this as it allows MacOS resource forks to be stored on a file. Passes valgrind. Documentation to follow. Jeremy. (This used to be commit 8cc10a6c0550c017a62e8a3790afd2172d173e00)
* Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison2004-03-302-0/+18
| | | | | Jeremy. (This used to be commit 43db249fb814cef99afecd22c20a824d2519faf9)
* Merge a fix from HEAD to 3_0Volker Lendecke2004-03-301-1/+4
| | | | | Volker (This used to be commit 6bc88d91e569541e4d4a2147e28439db96d02bd6)
* Apply some constVolker Lendecke2004-03-305-14/+14
| | | | (This used to be commit 8037750df568e6b51b2b0cba9192468110470388)
* Committed test code by mistake... removing.Jeremy Allison2004-03-291-10/+0
| | | | | Jeremy. (This used to be commit 73433dc349698b1b1f128439ab40eea6cbfa1187)
* Setting EA's to zero length deletes them.Jeremy Allison2004-03-292-1/+38
| | | | | Jeremy. (This used to be commit 01fb8717628d1daad19725a97f6ae2d729afcac2)
* Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison2004-03-292-78/+180
| | | | | Jeremy. (This used to be commit 0d239a9c070bdc1ce2d2806fc02549c4750597aa)
* Without words...Volker Lendecke2004-03-291-1/+1
| | | | (This used to be commit 9cb6b10efa3c7d50d3e686bda122121c61633419)
* Some fixes to expand_msdfs module.Volker Lendecke2004-03-291-2/+9
| | | | | Volker (This used to be commit 558b5bc1d81d8ccd2048b37357e4b3e5b9b4e011)
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as ↵Andrew Tridgell2004-03-283-44/+64
| | | | | | discussed and agreed previously (This used to be commit 9d1a08d65c4235a2a3941bba5b71631c4c35c9b7)
* Let the comment match the function...Andrew Bartlett2004-03-271-2/+1
| | | | | Andrew Bartlett (This used to be commit 43c71b3202e909cca7c41c54d0b340aea1323db6)
* Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett2004-03-271-1/+1
| | | | | | | it does sign the first packet. Andrew Bartlett (This used to be commit 4b9c50db853eaf9eb8c68b85760c40c1a8f9bd94)
* Add a few comments explaining KEY_EXCHAndrew Bartlett2004-03-271-4/+7
| | | | | Andrew Bartlett (This used to be commit e5422d7413e22775bc81e36559cb69254aedb102)
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-275-10/+61
| | | | | | | | | | | | | | another NTLMv2 combination. We should allow the NTLMv2 response to be calculated with either the domain as supplied, or the domain in UPPER case (as we always did in the past). As a client, we always UPPER case it (as per the spec), but we also make sure to UPPER case the domain, when we send it. This should give us maximum compatability. Andrew Bartlett (This used to be commit 1e91cd0cf87b29899641585f46b0dcecaefd848e)
* Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett2004-03-271-2/+2
| | | | | | | the client and server. Andrew Bartlett (This used to be commit 414d3fdc753b44262e9a281170d1058608d01bdf)
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-277-62/+101
| | | | | | | | | | | | | | ago. This patch re-adds support for 'optional' SMB signing. It also ensures that we are much more careful about when we enable signing, particularly with on-the-fly smb.conf reloads. The client code will now attempt to use smb signing by default, and disable it if the server doesn't correctly support it. Andrew Bartlett (This used to be commit e27b5cbe75d89ec839dafd52dd33101885a4c263)
* Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett2004-03-271-0/+2
| | | | | | | NT session. Andrew Bartlett (This used to be commit 01fff20e6e0212e9f70a5a66c3e46f7079b342f1)
* As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett2004-03-272-9/+1
| | | | | | | | | | | | | | patch removes the 'unicode' smb.conf option. Clients are as always free not to negotiate unicode, but Samba will always accept unicode in smbd. Setting 'unicode = no' caused me more client BSODs than any other option I have seen, and I really want to protect some of our more silly users, who will, no matter what, select and change every option... Andrew Bartlett (This used to be commit 3f9177bd5df68809294335a36919994893ff8ead)
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-273-5/+161
| | | | | | Now for parsing out the retrieved EA's. Jeremy. (This used to be commit 5eeeee302cec2cc1f6c130ed44be9df028f73cde)
* Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison2004-03-261-1/+10
| | | | | | | error after select() returns true. (See accept man page on Linux). Patch from rabies@meep.org (Richard Garnish). Jeremy. (This used to be commit 6ca158291cf1f533ef18b542c84f22e9780c0966)