index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-17
vfs: Convert streams_xattr_open to synthetic_smb_fname
Volker Lendecke
1
-6
/
+4
2013-04-17
vfs: Convert streams_xattr_fstat to synthetic_smb_fname
Volker Lendecke
1
-7
/
+4
2013-04-17
vfs: Convert xattr_tdb_get_file_id to synthetic_smb_fname
Volker Lendecke
1
-6
/
+6
2013-04-17
vfs: Convert hpuxacl_sys_acl_set_file to synthetic_smb_fname
Volker Lendecke
1
-3
/
+3
2013-04-17
vfs: Convert afsacl_get_nt_acl to synthetic_smb_fname
Volker Lendecke
1
-4
/
+3
2013-04-17
vfs: Convert cap_ntimes to cp_smb_filename
Volker Lendecke
1
-5
/
+3
2013-04-17
vfs: Convert cap_unlink to cp_smb_filename
Volker Lendecke
1
-5
/
+3
2013-04-17
vfs: Convert cap_rename to cp_smb_filename
Volker Lendecke
1
-9
/
+6
2013-04-17
vfs: Convert alloc_get_client_smb_fname to cp_smb_filename
Volker Lendecke
1
-4
/
+3
2013-04-17
vfs: Convert catia_ntimes to cp_smb_filename
Volker Lendecke
1
-3
/
+3
2013-04-17
vfs: Convert catia_unlink to cp_smb_filename
Volker Lendecke
1
-3
/
+3
2013-04-17
vfs: Convert catia_rename to cp_smb_filename
Volker Lendecke
1
-7
/
+6
2013-04-17
vfs: Convert recycle_do_touch to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert recycle_get_file_size to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert recycle_file_exists to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert streams_xattr_unlink to cp_smb_filename
Volker Lendecke
1
-4
/
+3
2013-04-17
vfs: Convert xattr_tdb_unlink to cp_smb_filename
Volker Lendecke
1
-4
/
+3
2013-04-17
vfs: Convert shadow_copy2_ntimes to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert shadow_copy2_unlink to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert posix_eadb_unlink to cp_smb_filename
Volker Lendecke
1
-4
/
+5
2013-04-17
vfs: Convert unlink_acl_tdb to cp_smb_filename
Volker Lendecke
1
-4
/
+3
2013-04-11
Remove unneeded initializations (we already talloc_zero).
Jeremy Allison
1
-5
/
+0
2013-04-11
Remove the use of dirfd inside the vfs_dirsort.c.
Jeremy Allison
1
-9
/
+23
2013-04-11
Convert mtime from a time_t to a struct timespec.
Jeremy Allison
1
-15
/
+26
2013-04-11
Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
Jeremy Allison
1
-0
/
+5
2013-04-11
Clean error paths in opendir and fd_opendir by only setting handle data on su...
Jeremy Allison
1
-10
/
+13
2013-04-11
Protect open_and_sort_dir() from the directory changing size.
Jeremy Allison
1
-9
/
+15
2013-04-11
Use an index i rather than re-using a state variable.
Jeremy Allison
1
-5
/
+3
2013-04-11
Protect against early error in SMB_VFS_NEXT_READDIR.
Jeremy Allison
1
-0
/
+4
2013-04-11
Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.
Jeremy Allison
1
-14
/
+8
2013-04-10
vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structs
Volker Lendecke
1
-4
/
+29
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-2
/
+2
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-16
/
+21
2013-04-03
s3:modules: fix the build of vfs_notify_fam (bug #9545)
Stefan Metzmacher
1
-0
/
+4
2013-03-24
vfs-btrfs: Fix build on 32 bit platforms by using long long types
Andrew Bartlett
1
-6
/
+10
2013-03-24
Revert "vfs_btrfs: fix compile on 32-bit platforms."
Rusty Russell
1
-5
/
+4
2013-03-23
vfs_btrfs: fix compile on 32-bit platforms.
Rusty Russell
1
-4
/
+5
2013-03-21
s3:waf fix build on AIX
Stefan Metzmacher
1
-1
/
+1
2013-03-15
vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris build
Andrew Bartlett
1
-2
/
+2
2013-03-09
s3-vfs: add vfs_btrfs module
David Disseldorp
2
-0
/
+205
2013-03-07
vfs_catia: add my copyright
Guenter Kukkukk
1
-0
/
+1
2013-03-07
vfs_catia: fix the translation to "vfs_translate_to_windows"
Guenter Kukkukk
1
-4
/
+6
2013-03-07
vfs_catia: add debug class for that module
Guenter Kukkukk
1
-1
/
+23
2013-02-22
s3-vfs: Don't leak file descriptor on error.
Andreas Schneider
1
-1
/
+3
2013-02-22
s3-vfs: Don't leak file descriptor.
Andreas Schneider
1
-2
/
+1
2013-02-19
s3:modules: s/event_add_timed/tevent_add_timer
Stefan Metzmacher
1
-2
/
+2
2013-02-19
s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
3
-6
/
+6
2013-02-19
s3:modules: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
4
-10
/
+10
2013-02-19
s3:modules: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
1
-2
/
+2
2013-02-19
s3:modules: s/struct event_context/struct tevent_context
Stefan Metzmacher
5
-11
/
+11
[prev]
[next]