summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-4/+8
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-5/+6
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-4/+4
| | | | * updating release notes to match
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-0/+6
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-2/+2
|
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-181/+271
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r14849: Fix >= that should be >. Too strict conditionJeremy Allison2006-04-011-2/+2
| | | | | checked by Volker. Jeremy.
* r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this?Volker Lendecke2006-03-071-5/+16
| | | | | | Thanks, Volker
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-1/+1
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in ↵Gerald Carter2005-02-011-5/+6
| | | | the gloval variable 'local_machine'
* r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, returnJeremy Allison2005-01-181-2/+4
| | | | | | correct DOS/NT error code on transact named pipe on closed pipe handle. Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-4/+4
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2004-11-101-2/+2
| | | | Jeremy
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+599
metze