index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_recycle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure the connect function code to always call
Jeremy Allison
2009-11-30
1
-1
/
+7
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-13
/
+8
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-9
/
+2
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-67
/
+130
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-1
/
+19
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-4
/
+4
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-4
/
+4
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-4
/
+6
*
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
2008-12-31
1
-4
/
+9
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-1
/
+1
*
Remove current_user_info reference from vfs_recycle.c
Volker Lendecke
2008-06-19
1
-3
/
+1
*
Remove some references to get_current_username() and current_user_info
Volker Lendecke
2008-05-25
1
-1
/
+1
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+1
*
Remove the unix token info from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+2
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-1
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-16
/
+16
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23692: Couldn't wait, sorry :-). Did the style change.
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r23691: fix for bug on touching files as described here:
Simo Sorce
2007-10-10
1
-5
/
+13
*
r22080: Fix directory recycle module bug #4486.
Jeremy Allison
2007-10-10
1
-16
/
+37
*
r21764: Fix warning in debug comment.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-10-10
1
-6
/
+4
*
r21647: Allow unit on for size parameters.
James Peach
2007-10-10
1
-2
/
+4
*
r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>
Jeremy Allison
2007-10-10
1
-5
/
+22
*
r20261: merge 20260 from samba_3_0_24
Herb Lewis
2007-10-10
1
-0
/
+1
*
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-28
/
+36
*
r15909: Implement recycle:subdir_mode
Volker Lendecke
2007-10-10
1
-0
/
+18
*
r13224: better to cast the return too
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13222: Never assume mode_t is of type int.
Simo Sorce
2007-10-10
1
-2
/
+2
*
r12279: unix_mask_match has been broken for *ever*... (How).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7807: Allow to touch mtime in vfs-recycle with
Günther Deschner
2007-10-10
1
-5
/
+16
*
r7544: Fix for bug #2196 from Denis Sbragion <d.sbragion@infotecna.it>.
Jeremy Allison
2007-10-10
1
-3
/
+8
*
r7542: Patch from Renaud Duhaut <rd@duhaut.com> for a parameter
Jeremy Allison
2007-10-10
1
-1
/
+18
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-5
/
+5
*
Fix string overflow due to wrong size calculation
Alexander Bokovoy
2004-03-12
1
-1
/
+1
*
Portability fix from Joachim Schmitz. Closes bug #546.
Tim Potter
2003-10-02
1
-1
/
+1
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-1
/
+1
*
Fix overflow in vfs_recycle module (and hopefully also bug #291)
Jelmer Vernooij
2003-08-14
1
-1
/
+2
*
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
2003-06-22
1
-1
/
+1
*
Const fixes by metze
Volker Lendecke
2003-06-17
1
-2
/
+2
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-24
/
+24
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-310
/
+198
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-3
/
+3
*
Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf
Jelmer Vernooij
2003-04-24
1
-84
/
+142
*
Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEAD
Jelmer Vernooij
2003-04-17
1
-138
/
+72
*
More merges from HEAD:
Jelmer Vernooij
2003-04-16
1
-81
/
+142
*
port HEAD mods
Simo Sorce
2003-04-09
1
-12
/
+10
*
ooops new_dir is already len +1 bytes
Simo Sorce
2003-04-07
1
-2
/
+2
[next]