summaryrefslogtreecommitdiffstats
path: root/source/include/smbprofile.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Jeremy.
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-05-231-0/+4
| | | | Jeremy.
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-03-051-3/+3
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-02-141-0/+4
| | | | | | | | | it should be abstracted a little higher up so other os'es can have an entry, but it will take a bit more work. Thanks to Chetan Shringarpure and Mathias Dietz. I didn't increment the vfs number again because the kernel change notify stuff hasn't been released yet anyway.
* r20995: Get rid of unused macrosHerb Lewis2007-01-241-8/+0
|
* r20742: Rename chkpth -> checkpath for sanity's sake :-).Jeremy Allison2007-01-131-3/+3
| | | | | | Start removing unneeded "BOOL ok" from this reply.c (this logic is old, old, old..... :-). Jeremy.
* r19806: merge time.c changesGerald Carter2006-11-201-347/+700
|
* r19654: merge GPFS vfs support from 3.0, including adding kernel_flock vfs op.Jim McDonough2006-11-101-0/+2
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-37/+55
|
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-0/+2
| | | | | | | | 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.
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2004-11-091-1/+7
| | | | | | fix the modules too... First step in fixing out large directories problem. Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+485
metze