summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison2007-10-102-1/+9
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-1010-148/+129
* r6231: Herb, I think this checkin was a mistake. Are you sure this isGerald Carter2007-10-101-1/+1
* r6230: don't know how this ever worked! the compiler complained weHerb Lewis2007-10-101-1/+1
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2007-10-107-186/+167
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-1051-138/+138
* r6221: format cleanup (got tied of looking for related structures)Gerald Carter2007-10-101-151/+168
* r6220: cleaning up spoolss header; removing unused structuresGerald Carter2007-10-101-63/+18
* 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