summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
| * add privileges support to ldapsam tooSimo Sorce2004-03-196-28/+361
| | | | | | | | (This used to be commit d940a2f77377dd1560cea4c782823cf9cd97a3aa)
| * the buffer must be greater then src string len otherwise bad things happen!Simo Sorce2004-03-191-0/+3
| | | | | | | | (This used to be commit 83213238c2f1541a0520175abfdb1f884e06a018)
| * Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2004-03-192-11/+12
| | | | | | | | | | Jeremy. (This used to be commit 6e4123fd6bb8622063c25dd6ad003f97eda7c6f5)
| * Apply Craig Barratt's fixes to allow multiple exlusion files and patterns.Richard Sharpe2004-03-182-2/+16
| | | | | | | | | | | | | | Much of this was applied by hand because of the changes in the code. However, it builds and smbclient seems to work still. The Amanda folks are testing and it seems to work there as well. (This used to be commit 10d05b57c5c66718fb1ca476f7214087ddae29ee)
| * merge from 3.0...LDAP password lockout supportJim McDonough2004-03-186-2/+307
| | | | | | | | (This used to be commit b627cee3848d73e35181c9e6fdd9931452b28e48)
| * BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change ↵Gerald Carter2004-03-181-1/+1
| | | | | | | | | | | | using pam_smbpass (This used to be commit ad59b6fd9c822033bb8ab85ef9c51ec912fd9fd5)
| * Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison2004-03-181-0/+3
| | | | | | | | | | | | doesn't affect what got put on the wire. Jeremy. (This used to be commit 05243a8de06b6589e2405a4a7be25cdf5d338c10)
| * Commit Derrell Lipman's changes and fixes to libsmbclient. The build butRichard Sharpe2004-03-186-119/+548
| | | | | | | | | | | | I have not tested them beyond building. I did fix the two instances of safe_strxxx that were introduced. (This used to be commit bf89adbcb4c77792004e4ea9da248b71b72b7dbb)
| * Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke2004-03-181-1/+9
| | | | | | | | | | | | | | the \\ off the workstation. Volker (This used to be commit a409dd55e857e692a90124bf46575752935cc78b)
| * Two little annoyances:Volker Lendecke2004-03-182-3/+2
| | | | | | | | | | | | | | | | | | net rpc did not inform you if no smbd is running. I never liked the error message (!) Success! when we established a trust. Volker (This used to be commit 1f2dd3a4559a6ba043fcfecb069d41f40656cc7d)
| * Added a varient of Volker's patch to fix the "self-referrals as anonymous user"Jeremy Allison2004-03-181-19/+49
| | | | | | | | | | | | problem. Jeremy. (This used to be commit 9305cd4f2d8c2c18daaa197f1513da1c3d3ee7c1)
| * Remove excess logging when probing for the length of the next mb char.Jeremy Allison2004-03-172-13/+20
| | | | | | | | | | Jeremy. (This used to be commit 5a2fd8e76587a572cdb97fa87a99cda3e450ce0e)
| * asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ↵Gerald Carter2004-03-171-0/+2
| | | | | | | | | | | | so dont check for it (This used to be commit 234800eeb61f4874e1d178aa0d901eeb360fea2f)
| * BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma buildGerald Carter2004-03-171-1/+6
| | | | | | | | (This used to be commit 77bf9fe0ce67b0a74dc5e6837c00e54884cc39ef)
| * Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2004-03-172-43/+17
| | | | | | | | | | | | | | | | | | | | to make it generic. Remove the mb-codepage "blacklist". Alexander, please check this fix as it reverts your blacklist changes, but I'm hoping it fixes the problem in a more generic way for all charsets. I'm not trying to trample on your (excellent!) work here, just make things more generic without special cases. Jeremy. (This used to be commit ca344a784da870965684e41c93ef8bfc5e86d28f)
| * Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2004-03-162-0/+25
| | | | | | | | | | | | | | | | | | bytes in the mb character at a pointer. Will be useful in fixing check_path_syntax() to not use a "blacklist". Also re-added my (C) to reply.c. I mean, really - I've been adding code to the file for over 10 years and I recognise many of the fuctions as mine ! :-). Jeremy. (This used to be commit 5a804dbe0f3ddbd6f3fbdd6b2c5510e143607541)
| * merges from 3.0Gerald Carter2004-03-163-4/+9
| | | | | | | | (This used to be commit fed98658a5cc82e9fdc65aa73f74e118c1104178)
| * BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ↵Gerald Carter2004-03-161-0/+4
| | | | | | | | | | | | (Heinrich Mislik) (This used to be commit 8f9bedaeb1b3b102fa6b23da1f6b03eb0e015359)
| * Fix check_path_syntax() for multibyte encodings which have no '\' as second ↵Alexander Bokovoy2004-03-162-1/+23
| | | | | | | | | | | | | | | | byte. This is intermediate fix as discussed with Jeremy until we move check_path_syntax() to UCS2 internally where all ambiguity is resolved. Please add other encodings into charcnv.c with such property. (This used to be commit c8c66337494c63173a6aba4286a843875302da63)