summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r6170: Remove redundant flag that I had just added.Steve French2005-04-011-1/+0
* r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.Jeremy Allison2005-04-011-3/+2
* r6167: Add more defines for POSIX extensions to match the newly addedSteve French2005-04-011-0/+10
* r6166: Derell, I'm reverting this part of -r4917 because it modifies the keysGünther Deschner2005-04-011-2/+2
* r6163: Well I never, all this time the t2open code was incorrectly dectingJeremy Allison2005-04-011-1/+5
* r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2005-04-012-34/+51
* r6158: fix some misleading error messagesGerald Carter2005-03-311-2/+2
* r6157: 'editorial changes' to example codeDerrell Lipman2005-03-311-1/+2
* r6156: Fixes bug #2543. Properly cache anonmous username when reverting to a...Derrell Lipman2005-03-311-9/+20
* r6155: Fixes bug #1133Derrell Lipman2005-03-312-5/+20
* r6154: fix winbindd <-> Windows 2003 sp1 issue.Gerald Carter2005-03-311-1/+5
* r6152: Correctly check OpenX open modes.Jeremy Allison2005-03-312-13/+36
* r6151: additional examples/tests for libsmbclientDerrell Lipman2005-03-314-12/+179
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-3142-623/+615
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2005-03-312-29/+126
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2005-03-313-57/+155
* r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison2005-03-301-15/+22
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2005-03-3014-20/+26
* r6126: added utility for testing smbc_stat()Derrell Lipman2005-03-303-11/+130
* r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman2005-03-301-4/+4
* r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison2005-03-301-7/+20
* r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison2005-03-301-1/+7
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2005-03-302-0/+135
* r6117: Close handles after group-creation as well.Günther Deschner2005-03-291-0/+9
* r6116: update debian changelogSimo Sorce2005-03-291-0/+12
* r6110: Close handles on user creation. This allows easy mass creation of user...Volker Lendecke2005-03-291-0/+9
* r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; provide...Derrell Lipman2005-03-2915-61/+4094
* r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_...Jeremy Allison2005-03-292-7/+14
* r6104: Update dos filetimes to default yes for Office 2000.Jeremy Allison2005-03-281-1/+1
* r6103: Update list of mount options for mount.cifsSteve French2005-03-281-3/+3
* r6102: add support for opening a file for write with O_APPEND in libsmbclientDerrell Lipman2005-03-281-1/+35
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2005-03-283-5/+5
* r6090: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2005-03-281-9/+17
* r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison2005-03-271-0/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2005-03-2713-106/+253
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2005-03-2610-131/+185
* r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison2005-03-262-1/+2
* r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison2005-03-251-10/+2
* r6063: Fix for bug #2533 - ensure SMBsearch unsets UNICODE flags2 bit as this...Jeremy Allison2005-03-251-1/+4
* r6062: work around autoconf setting the CFLAGS="-g -O2" by default in AC_CACH...Gerald Carter2005-03-251-7/+10
* r6060: It's not quite accurate to say not having write access causes a groupJeremy Allison2005-03-251-8/+9
* r6057: Don't put the assert in the wrong place :-).Jeremy Allison2005-03-251-4/+3
* r6055: Fix algorithm. If any of the primary or supplementary group ids matchJeremy Allison2005-03-251-2/+18
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2005-03-255-30/+32
* r6051: finish off Gerald Carter2005-03-255-22/+352
* r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...Jeremy Allison2005-03-243-68/+109
* r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.Jeremy Allison2005-03-242-26/+136
* r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter2005-03-244-15/+281
* r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison2005-03-243-5/+21
* r6041: cleaning up output from 'rpc service list'Gerald Carter2005-03-241-1/+1