Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed the search for the passed handle. JohnR - please look at this as I | Jeremy Allison | 2002-01-22 | 1 | -9/+29 | |
| | | | | | | | | | | believe this is the correct fix. Jeremy. | |||||
* | | Brillient discovery by JohnR. When we're sending a change notify to | Jeremy Allison | 2002-01-22 | 1 | -11/+34 | |
| | | | | | | | | | | | | ourselves on printer change we *must* use the same handle that the change was caused on, or we really confuse the client spooler.... Jeremy. | |||||
* | | Ensure non-root users cannot update the ldap backend. Jerry, please | Jeremy Allison | 2002-01-21 | 1 | -21/+30 | |
| | | | | | | | | | | | | look at this - we need to ensure that password changing by the local user still works. Jeremy. | |||||
* | | Removed freebsd hack. Not correct. | Jeremy Allison | 2002-01-21 | 1 | -4/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Found and fixed the logic bug in write cache code. Amazingly helpful | Jeremy Allison | 2002-01-21 | 1 | -4/+10 | |
| | | | | | | | | | | work from Juergen.Hasch@de.bosch.com in tracking this down. Jermy. | |||||
* | | make sure the setuptime is getting set on an AddPrinterEx(). | Gerald Carter | 2002-01-21 | 1 | -14/+6 | |
| | | | | | | | | | | This was deleted from 2.2. for some reason. I'm guessing a mistaken checkin.... | |||||
* | | updated debug to make it clearer. | Gerald Carter | 2002-01-21 | 1 | -2/+5 | |
| | | ||||||
* | | change to use the SAM_ACCOUNT flags and make user existence cheks in ↵ | Simo Sorce | 2002-01-20 | 1 | -112/+122 | |
| | | | | | | | | init_sam_from_buffer as pdb_ldap do. | |||||
* | | Ensure we delete the wcp pointer from the fsp. | Jeremy Allison | 2002-01-20 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix file size calculations for write cache code. | Jeremy Allison | 2002-01-20 | 1 | -5/+41 | |
| | | | | | | | | Jeremy. | |||||
* | | Attempt to fix bugs in write cache.... | Jeremy Allison | 2002-01-20 | 2 | -3/+21 | |
| | | | | | | | | Jeremy. | |||||
* | | Readline has problems on non tty fd's. Use readline replacement to in cases | Jeremy Allison | 2002-01-19 | 1 | -26/+39 | |
| | | | | | | | | | | where stdin is !isatty to allow stripts to work. Jeremy. | |||||
* | | Tidyup of macro code from andreas moroder ↵ | Jeremy Allison | 2002-01-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | <claudiamoroder@st-ulrich.suedtirol.net> Jeremy. | |||||
* | | Added #ifdef for FreeBSD TCP bug. | Jeremy Allison | 2002-01-19 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Report error on smb_dump write. | Jeremy Allison | 2002-01-19 | 1 | -1/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for CP1251 encoding on unix side. Supports Bulgarian, Belarussian, | Jeremy Allison | 2002-01-19 | 3 | -660/+961 | |
| | | | | | | | | | | and variants of Russian and Ukrainian locales. Patch from Alexander Bokovoy. Jeremy. | |||||
* | | Added close call to winbindd idmap. Pointed out by Alexander Bokovoy. | Jeremy Allison | 2002-01-19 | 3 | -0/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | fixes to check asprintf return | Simo Sorce | 2002-01-19 | 5 | -21/+31 | |
| | | | | | | | | thanks to Andreas Moroder for spotting them | |||||
* | | Ensure (C) message is output on startup. | Jeremy Allison | 2002-01-18 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | status is a uint32, not WERROR in this case. | Jeremy Allison | 2002-01-18 | 4 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ↵ | Jeremy Allison | 2002-01-18 | 1 | -1/+7 | |
| | | | | | | | | | | | | vorlon@netexpress.net Jeremy. | |||||
* | | Tidyup & code refactoring from Martin.Sheppard@csiro.au. | Jeremy Allison | 2002-01-18 | 1 | -32/+25 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure we log tdb open fails. Patch from Alexander Bokovoy ↵ | Jeremy Allison | 2002-01-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | <a.bokovoy@sam-solutions.net> Jeremy. | |||||
* | | Allow for winbind separator in connects. Patch from Alexander Bokovoy ↵ | Jeremy Allison | 2002-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy. | |||||
* | | Added unix extensions entry. Updated smbclient man page with unix extension | Jeremy Allison | 2002-01-18 | 3 | -16/+101 | |
| | | | | | | | | | | commands. Fix for BROWSING.txt. Jeremy. | |||||
* | | Fixup for type from Steve Langasek <vorlon@netexpress.net> | Jeremy Allison | 2002-01-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Added prs_mem_clear(). Clear memory on buffer reallocation. That way | Jeremy Allison | 2002-01-18 | 3 | -11/+20 | |
| | | | | | | | | | | we're not returning what the client gave us. Jeremy. | |||||
* | | Always clear malloced memory for parse structs. | Jeremy Allison | 2002-01-18 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Added libsmbclient versioning patch from Steve Langasek (vorlon@netexpress.net). | Jeremy Allison | 2002-01-17 | 4 | -770/+782 | |
| | | | | | | | | Jeremy. | |||||
* | | Ok, it's a fair cop. So alphabetisation isn't all it's cracked up to be :-). | Jeremy Allison | 2002-01-17 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | add winbindd startup scripts to package | Herb Lewis | 2002-01-17 | 1 | -1/+5 | |
| | | ||||||
* | | new config files for winbindd startup | Herb Lewis | 2002-01-17 | 0 | -0/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2002-01-17 | 2 | -0/+39 | |
|\| | ||||||
| * | new config files for winbindd startup | Herb Lewis | 2002-01-17 | 2 | -0/+39 | |
| | | ||||||
| * | fixed a typo in the error map for WRONG_PASSWORD | Andrew Tridgell | 2002-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | don't use O_NONBLOCK in open(). This was added erroneously for kernel | Andrew Tridgell | 2002-01-17 | 1 | -4/+0 | |
| | | | | | | | | oplocks and really shouldn't be used | |||||
| * | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 2002-01-16 | 4 | -44/+51 | |
| | | | | | | | | Jeremy. | |||||
| * | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 2002-01-16 | 4 | -27/+67 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixup error mapping so we have only one table containing errno -> dos error ↵ | Jeremy Allison | 2002-01-16 | 4 | -66/+48 | |
| | | | | | | | | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy. | |||||
| * | Alphabetize. | Jeremy Allison | 2002-01-16 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | Added CIFS UNIX extension code to client. | Jeremy Allison | 2002-01-16 | 3 | -0/+316 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix name register bug with non-existent wins server. | Jeremy Allison | 2002-01-16 | 1 | -32/+29 | |
| | | | | | | | | Jeremy. | |||||
| * | At leadt don't lose this - I need to re-sync trans2.c between 2.2.x and | Jeremy Allison | 2002-01-16 | 1 | -27/+66 | |
| | | | | | | | | | | HEAD soon. Jeremy. | |||||
| * | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 2002-01-16 | 5 | -59/+30 | |
| | | | | | | | | and constness changes. | |||||
| * | Quieten some pointer cast warnings. | Tim Potter | 2002-01-16 | 1 | -3/+4 | |
| | | ||||||
| * | much better support for organisational units in ADS join | Andrew Tridgell | 2002-01-16 | 3 | -15/+53 | |
| | | ||||||
| * | Roll back PSTR insertion. | Martin Pool | 2002-01-16 | 1 | -23/+21 | |
| | | | | | | | | | | Just leave the fstrcpy/pstrcpy bugfix, and conversion to pstr_sprintf rather than manual calculation of length. | |||||
| * | Merge of name_status_find() debugs. | Tim Potter | 2002-01-16 | 1 | -5/+18 | |
| | | ||||||
| * | Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb? | Jim McDonough | 2002-01-15 | 1 | -10/+10 | |
| | | ||||||
| * | Missing assign fix from Bernt Nilsson bkn@ida.liu.se. | Jeremy Allison | 2002-01-15 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. |