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