summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* r25403: grab latest changes form 3.2 tree in preparation for release of 3.2.0...Gerald Carter2007-09-281-0/+10
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-12/+28
* r25055: Add file_id_string_tosVolker Lendecke2007-09-101-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-08-301-2/+2
* r24702: Remove the old API pointersVolker Lendecke2007-08-271-17/+15
* r24122: merge from SAMBA_3_2:Stefan Metzmacher2007-08-021-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23740: Merge r23725 from 3_0:Volker Lendecke2007-07-071-17/+33
* r23739: Merge r23724 from 3_0 without the accidential checkin:Volker Lendecke2007-07-071-20/+46
* r23375: Fix a 64-bit warningVolker Lendecke2007-06-071-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-40/+29
* r23151: Re-arrange the logic so it looks identical to theJeremy Allison2007-05-261-8/+14
* r23150: Fix Samba3 in the build farm again. In the case where theJeremy Allison2007-05-261-0/+17
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-05-231-18/+22
* r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison2007-05-221-1/+6
* r22942: Some message_register -> messaging_register conversionsVolker Lendecke2007-05-161-5/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-05-141-2/+4
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-05-071-1/+1
* r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-03-021-2/+1
* r21480: Make fd_open match fd_close be translatingJeremy Allison2007-02-211-9/+12
* r21322: No feedback means consent :-)Volker Lendecke2007-02-131-20/+30
* r21209: Add in the POSIX extensions.Jeremy Allison2007-02-071-35/+74
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-01-181-7/+5
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-01-181-4/+6
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-01-171-4/+7
* r20413: Merge Volker's open directory changes to 3.0.24.Jeremy Allison2006-12-301-150/+240
* r20257: Hey, change_owner_to_parent is now static :-)Volker Lendecke2006-12-191-4/+4
* r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison2006-12-011-3/+12
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-200/+217
* r19769: more compile fixes while merging from SAMBA_3_0 (not done yet)Gerald Carter2006-11-181-1/+1
* r19654: merge GPFS vfs support from 3.0, including adding kernel_flock vfs op.Jim McDonough2006-11-101-25/+15
* r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNCJeremy Allison2006-07-261-3/+0
* r17248: Ensure we definately add the WRITE_DATA on O_TRUNC.Jeremy Allison2006-07-261-3/+4
* r17247: When we map generic to specific we need to rememberJeremy Allison2006-07-261-2/+5
* r17153: Bring 3.0.23a up into line with the latest changesJeremy Allison2006-07-191-90/+70
* r17132: Optimisation - when doing a stat open don't open theJeremy Allison2006-07-191-1/+1
* r17127: Missed a logic error in my last patch. Ensure we deal with anyJeremy Allison2006-07-191-5/+45
* r17126: Drastic problems require drastic solutions. There'sJeremy Allison2006-07-191-80/+74
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-2/+2
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-3/+0
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-18/+27
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+1
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-201-40/+60
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-041-2/+2
* r14883: add 'smbd:sharedelay' option, so that we can speed up BASE-DENY2 in m...Stefan Metzmacher2006-04-031-1/+8
* r14602: Fix another logic bug in new oplock handling. JustJeremy Allison2006-03-211-12/+17
* r14596: Fix a logic bug with multiple oplock contention.Jeremy Allison2006-03-201-18/+33
* r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ...Volker Lendecke2006-02-261-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-12/+12