summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke2004-03-264-135/+197
| | | | | Volker (This used to be commit 9cb6a4d76f87b28077861d3f4220541fbf704ddf)
* Always use strchr_m, not strchr on unix character sets.Jeremy Allison2004-03-261-4/+4
| | | | | Jeremy. (This used to be commit 8431b985d66e76ab187efb617639e767142b0bb5)
* After briefly talking to jerry, commit this:Volker Lendecke2004-03-261-5/+134
| | | | | | | | | | | | | | | | | | | | | | Redirect clients to shares based on the the client's IP address. The msdfs link has the following form: temp1 -> msdfs:@/data/tmp/redir@\temp The file /data/tmp/redir has the contents: 192.168.234.128 closest 192.168.234 close default Everything in between the @-signs in the link target is replaced by the substituion in the file. Jerry, errors in the filename expansion are now answered with NT_STATUS_OBJECT_NAME_NOT_FOUND Volker (This used to be commit 8e237d533eded8d218cc9c77e056823702f390f8)
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-263-2/+15
| | | | (This used to be commit ab48af6993b427f525c36aa0ffd57c612c100561)
* Use timegm, or our already existing replacement instead of timezone, asJim McDonough2004-03-251-1/+1
| | | | | | | | some platforms (FreeBSD in this case) don't define timezone according to posix. This is what I wanted to do anyway. Spotted by Andrzej Tobola <san@iem.pw.edu.pl> (This used to be commit bc13e35db0b8b265f87553d4df1c7326710cb3fa)
* jra's patch -- fix anonymous self referral code to check that a share is an ↵Gerald Carter2004-03-251-6/+6
| | | | | | msdfs root first (This used to be commit 641c2acd92b358fab4441071df411adbbd934ae8)
* Path for bugzilla #1152 from Timur Bakeyev. Allow python modules toTim Potter2004-03-242-2/+5
| | | | | build despite libraries added to LDFLAGS instead of LDPATH. (This used to be commit 98a25dcda8e53e22b48930131ff394414056f6a1)
* fixes for prnadmin.dll APIGerald Carter2004-03-243-3/+3
| | | | | | | * force the PRINTER_ATTRIBUTE_LOCAL (nor PRINTER_ATTRIBUTE_NETWORK) * ensure that we return the sec_desc in smb_io_printer_info_2 (allows prnui.dll to restore security descriptors from a data file). (This used to be commit c335cb80d2e4c687279b7a6038a97518770ccae9)
* Fix bugzilla # 1208Jim McDonough2004-03-246-6/+47
| | | | | | | | | | | Winbind tickets expired. We now check the expiration time, and acquire new tickets. We couln't rely on renewing them, because if we didn't get a request before they expired, we wouldn't have renewed them. Also, there is a one-week limit in MS on renewal life, so new tickets would have been needed after a week anyway. Default is 10 hours, so we should only be acquiring them that often, unless the configuration on the DC is changed (and the minimum is 1 hour). (This used to be commit c2436c433afaab4006554a86307f76b6689d6929)
* change my email address to the samba.org oneStefan Metzmacher2004-03-241-1/+1
| | | | | metze (This used to be commit 5bf8f1b31b7b37317e78bbb9fbf3cd25290027b5)
* Added cli_set_ea(), cli_get_ea next...Jeremy Allison2004-03-241-0/+64
| | | | | Jeremy. (This used to be commit b0c109c40335a2f59406e1d2845d676d211faf14)
* adding commit messages for recent changesGerald Carter2004-03-221-1/+5
| | | | (This used to be commit ab509c74ba80d4f4e9a7355b8afb3b800825aac0)
* remove unused variableGerald Carter2004-03-221-2/+0
| | | | (This used to be commit 170c443b19604c3ec997ae494954c473e356e59d)
* missed one on BUG 1195; make sure to set the private * to NULLGerald Carter2004-03-221-5/+2
| | | | (This used to be commit 97a24d13892e292d31a1a6d7a1c96893508d6222)
* BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == ↵Gerald Carter2004-03-221-0/+2
| | | | | | -1 rather than multiplying it by 8 (the default cache time is 5 minutes now) (This used to be commit 8d6e370313b62556ba13d88e1ab5ff468ac103c8)
* bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's ↵Gerald Carter2004-03-223-9/+35
| | | | | | memory (not the members though) (This used to be commit 4449e0e251190b741f51348819669453f0758f36)
* Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett2004-03-211-1/+1
| | | | | | | things more by calling SAFE_FREE() just before we exit our panic handler. Andrew Bartlett (This used to be commit d0b820562b8a7f8e5d0224926d46590b9f1ca9a3)
* removing duplicate smbprint example scriptGerald Carter2004-03-201-144/+0
| | | | (This used to be commit 2426bb4906e0ca3b53800706da2e9d1e17a73dc7)
* Fix for #1064 - ensure truncate attribute checking is done correctly on ↵Jeremy Allison2004-03-192-5/+28
| | | | | | | "hidden" dot files. Jeremy. (This used to be commit a6045c904fbe7df111c520134581bfd4f1ca67a8)
* starting WHATSNEW for 3.0.3pre2Gerald Carter2004-03-191-19/+70
| | | | (This used to be commit f3556724aba52c72ffd34664492cca3979cc1cfc)
* BUG 417: fix %UuGg variables expansion in include lines setging the ↵Gerald Carter2004-03-195-2/+43
| | | | | | current_user_info struct in register_vuid() -- shouldn't be any more broken than we were (This used to be commit a90c3bd281e7a62bb8482e42aa3b674eeeb5995a)
* removing working when install swat since the installswat.sh is fixed nowGerald Carter2004-03-191-4/+0
| | | | (This used to be commit a6ed306d11e011d493b6b484465e4f7d74728d42)
* missed some of Derrel's changesGerald Carter2004-03-193-4/+23
| | | | (This used to be commit 3aac1e549eaf4693ded84be432a2c94b6331ef6d)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2004-03-191-0/+91
|\ | | | | | | used to be commit 73ffc394b58fa951bca444506cd9d75a159e7f11)
| * Apply some more of Derrell Lipman's changes.Richard Sharpe2004-03-192-1/+96
| | | | | | | | (This used to be commit a6457e1c817663cf5f3e77e4dd431ac0d9184dc7)
| * add --with-libdir and --with-mandir (patch from Guenther Deschner)Gerald Carter2004-03-191-2/+34
| | | | | | | | (This used to be commit 649e1c372e0a407d8283cc1d938376ac4ad8e525)
| * cleaning up a few compiler warngingsGerald Carter2004-03-192-2/+1
| | | | | | | | (This used to be commit 8ceefd5438a1071a262a7db234c9857fbad05147)
| * wrap cli_tdis() in check to make sure we have a valid cnumGerald Carter2004-03-191-9/+10
| | | | | | | | (This used to be commit e54342b062e7736b46f56bcb0e064acc5a7b98ee)