index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the VFS Makefile so that it is easier for use out of tree but still w...
Richard Sharpe
2012-04-16
1
-13
/
+9
*
docs: remove whitespace in example samba.ldif (fix bug #8789)
Björn Baumbach
2012-04-06
1
-1
/
+1
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
2
-20
/
+20
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-15
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
2
-16
/
+16
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
2
-2
/
+2
*
vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
2
-3
/
+8
*
Improve the Makefile. Use a standard make macro, not a shell command.
Richard Sharpe
2012-03-24
1
-1
/
+1
*
Make it possible for developers of out-of-tree modules to use the same names ...
Richard Sharpe
2012-03-24
1
-1
/
+1
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-6
/
+10
*
examples: Make examples/VFS/Makefile.in FreeBSD-friendly
Volker Lendecke
2012-03-03
1
-6
/
+14
*
examples/testsmbc.c - substitute deprecated function "bzero" with "memset"
Matthias Dieter Wallnöfer
2012-02-22
1
-1
/
+1
*
examples/testsmbc.c - quiet implicit cast warnings on OpenSolaris
Matthias Dieter Wallnöfer
2012-02-22
1
-2
/
+2
*
examples/testsmbc.c - remove unused function "print_list_fn"
Matthias Dieter Wallnöfer
2012-02-22
1
-16
/
+0
*
examples/testsmbc.c - remove unused variables
Matthias Dieter Wallnöfer
2012-02-22
1
-2
/
+2
*
smbwrapper: Remove smbwrapper
Andrew Bartlett
2012-02-09
17
-4522
/
+0
*
s3-build: remove EXEEXT from Makefiles
Andrew Bartlett
2012-02-09
1
-3
/
+0
*
build: Add missing dependencies on popt
Amitay Isaacs
2012-01-27
1
-1
/
+1
*
s3-perfcount: fix build for example perfcount daemon
David Disseldorp
2012-01-04
1
-1
/
+1
*
examples: malloc is declared in <stdlib.h>
Volker Lendecke
2012-01-01
1
-1
/
+0
*
s3: Fix examples/VFS build
Volker Lendecke
2011-12-13
3
-3
/
+3
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
3
-229
/
+229
*
Improve configure.in so it can be used outside the Samba source tree.
Richard Sharpe
2011-11-17
1
-2
/
+3
*
s3-modules: remove the last "init_module" traces.
Günther Deschner
2011-11-14
2
-4
/
+7
*
examples: rework wscript to use a loop
Andrew Bartlett
2011-10-28
1
-84
/
+23
*
examples: compile libsmbclient tests using just SAMBA_BINARY
Andrew Bartlett
2011-10-20
1
-17
/
+17
*
Fix a boatload of warnings in the examples.
Jeremy Allison
2011-10-20
15
-163
/
+48
*
s3-waf: make sure we always compile (not install) our libsmbclient testcode.
Günther Deschner
2011-10-19
2
-0
/
+87
*
s3-waf: make sure we always build example pdb modules with --enable-developer.
Günther Deschner
2011-10-17
1
-0
/
+10
*
s3-passdb: fix the build of example pdb test module.
Günther Deschner
2011-10-17
1
-32
/
+1
*
s3-waf: make sure we always build example auth modules with --enable-developer.
Günther Deschner
2011-10-17
1
-0
/
+9
*
s3-auth: fix the build of skel auth example module.
Günther Deschner
2011-10-17
1
-5
/
+20
*
s3-waf: make sure we build example vfs modules with --enable-developer.
Günther Deschner
2011-10-11
1
-0
/
+25
*
Fix the VFS for fsctl.
Jeremy Allison
2011-10-11
2
-0
/
+39
*
examples/VFS: add skel_get_dfs_referrals()
Stefan Metzmacher
2011-10-08
2
-0
/
+14
*
examples/VFS: fix names in skel_opaque.c
Stefan Metzmacher
2011-10-08
1
-3
/
+3
*
examples/VFS: fix a typo in the README
Michael Adam
2011-10-08
1
-1
/
+1
*
s3-ldap: Add Posix offset and encryption types to LDAP schema
Sumit Bose
2011-08-31
7
-6
/
+43
*
s3-ldap: Add sambaTrustForestTrustInfo to NDS LDAP schema (again)
Sumit Bose
2011-08-31
1
-1
/
+50
*
examples/VFS: try to fix the build on openbsd, adding alternative spellings o...
Michael Adam
2011-07-06
1
-2
/
+3
*
examples/VFS: add include path for s3's autoconf config.h
Michael Adam
2011-06-30
1
-0
/
+1
*
examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-1
/
+2
*
examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-1
/
+2
*
examples/VFS: fix shadow_copy_test.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-3
/
+10
*
Update eDirectory schema
Jim McDonough
2011-06-22
1
-49
/
+20
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
[next]