summaryrefslogtreecommitdiffstats
path: root/source/smbd/blocking.c
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-241/+258
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison2006-04-131-14/+14
| | | | | | | case it's in a performace critical path and it *hurts* us. Go back to plain malloc/free with an explicit destructor call. Jeremy.
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-63/+214
| | | | | | | | 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.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-11/+13
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r7963: Add aio support to 3.0.Jeremy Allison2005-06-271-6/+4
| | | | Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-2/+2
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r1980: Re-apply (remember to remove entry from list on delete this time :-).Jeremy Allison2004-08-211-49/+25
| | | | Jeremy.
* r1978: Roll it back until I do it right.... :-).Jeremy Allison2004-08-201-24/+49
| | | | Jeremy.
* r1976: Simplify, use standard dlist interface.Jeremy Allison2004-08-201-49/+24
| | | | Jeremy.
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2004-06-151-1/+1
| | | | | | | | | | | | then is the client supports it (current clients supported are Samba and CIFSVFS - detected by the negprot strings "Samba", "POSIX 2" and a bare "NT LM 0.12" string) then the setting of the per packet flag smb_flag FLAG_CASELESS_PATHNAMES is taken into account per packet. This allows the linux CIFS client to use Samba in a case sensitive manner. Additional command in smbclient "case_sensitive", toggles the flag in subsequent packets. Docs to follow. Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+726
metze