summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2007-10-105-46/+149
* r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...Volker Lendecke2007-10-101-15/+23
* r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...Volker Lendecke2007-10-101-2/+2
* r6204: Fix double-free of talloc context.Jeremy Allison2007-10-101-1/+0
* r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison2007-10-103-46/+61
* r6200: Returned access should contain share mode as well as open mode.Jeremy Allison2007-10-101-1/+1
* r6199: Only do the strange DOS error for openX, not trans2open.Jeremy Allison2007-10-101-3/+0
* r6176: Fix a possibly uninitialised variable warning.Tim Potter2007-10-101-1/+1
* r6175: Fix crash bug and compiler warnings in strchr_m() test. Bugzilla #2565.Tim Potter2007-10-101-1/+4
* r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison2007-10-103-25/+35
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-1012-231/+186
* r6170: Remove redundant flag that I had just added.Steve French2007-10-101-1/+0
* r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.Jeremy Allison2007-10-101-3/+2
* r6167: Add more defines for POSIX extensions to match the newly addedSteve French2007-10-101-0/+10
* r6166: Derell, I'm reverting this part of -r4917 because it modifies the keysGünther Deschner2007-10-101-2/+2
* r6163: Well I never, all this time the t2open code was incorrectly dectingJeremy Allison2007-10-101-1/+5
* r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2007-10-102-34/+51
* r6158: fix some misleading error messagesGerald Carter2007-10-101-2/+2
* r6156: Fixes bug #2543. Properly cache anonmous username when reverting to a...Derrell Lipman2007-10-101-9/+20
* r6155: Fixes bug #1133Derrell Lipman2007-10-102-5/+20
* r6154: fix winbindd <-> Windows 2003 sp1 issue.Gerald Carter2007-10-101-1/+5
* r6152: Correctly check OpenX open modes.Jeremy Allison2007-10-102-13/+36
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-1037-415/+599
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2007-10-102-29/+126
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-103-57/+155
* r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison2007-10-101-15/+22
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-1014-20/+26
* r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman2007-10-101-4/+4
* r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison2007-10-101-7/+20
* r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison2007-10-101-1/+7
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2007-10-102-0/+135
* r6117: Close handles after group-creation as well.Günther Deschner2007-10-101-0/+9
* r6110: Close handles on user creation. This allows easy mass creation of user...Volker Lendecke2007-10-101-0/+9
* r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_...Jeremy Allison2007-10-102-7/+14
* r6104: Update dos filetimes to default yes for Office 2000.Jeremy Allison2007-10-101-1/+1
* r6103: Update list of mount options for mount.cifsSteve French2007-10-101-3/+3
* r6102: add support for opening a file for write with O_APPEND in libsmbclientDerrell Lipman2007-10-101-1/+35
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2007-10-103-5/+5
* r6090: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2007-10-101-9/+17
* r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison2007-10-101-0/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-1013-106/+253
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2007-10-1010-131/+185
* r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison2007-10-102-1/+2
* r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison2007-10-101-10/+2
* r6063: Fix for bug #2533 - ensure SMBsearch unsets UNICODE flags2 bit as this...Jeremy Allison2007-10-101-1/+4
* r6062: work around autoconf setting the CFLAGS="-g -O2" by default in AC_CACH...Gerald Carter2007-10-101-7/+10
* r6060: It's not quite accurate to say not having write access causes a groupJeremy Allison2007-10-101-8/+9
* r6057: Don't put the assert in the wrong place :-).Jeremy Allison2007-10-101-4/+3
* r6055: Fix algorithm. If any of the primary or supplementary group ids matchJeremy Allison2007-10-101-2/+18
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-105-30/+32