Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-02 | Move posix_fallocate into the VFS where it belongs. | Jeremy Allison | 2 | -0/+16 | |
Jeremy. | |||||
2010-12-02 | smbprinting: fix wrong == in shell tests | Björn Jacke | 1 | -2/+2 | |
2010-11-20 | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 2 | -3/+3 | |
module, change the signature of VFS_REALPATH to always return a malloc'ed string. Needed to make some privileges work I plan on doing shortly easier to code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 02:15:50 CET 2010 on sn-devel-104 | |||||
2010-11-02 | s3-libsmbclient-examples Add tests for debug behaviour. | Andrew Bartlett | 1 | -1/+16 | |
2010-09-02 | doc: patched bind9 is no longer needed | Andrew Tridgell | 1 | -0/+6 | |
bind9.7.2rc1 contains all the patches needed to work with Samba4 krb5 DNS updates with w2k8r2. | |||||
2010-08-19 | s3-ldapsam: add samba.ldif LDAP schema. | Günther Deschner | 1 | -0/+185 | |
This one is suiteable for cn=config setups and should be added via ldapadd. Thanks to Sumit Bose <sbose@redhat.com> for providing it. Guenther | |||||
2010-08-16 | s3-auth: Remove obsolete 'update encrypted' option. | Andreas Schneider | 1 | -1/+0 | |
2010-07-16 | s3-perfcount: make it possible to compile the example perfcount daemon. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -1/+1 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-04-13 | examples: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 2 | -0/+3 | |
Ensure we don't use any of the create_options for Samba private use. Add a new parameter to the VFS_CREATE call (private_flags) which is only used internally. Renumber NTCREATEX_OPTIONS_PRIVATE_DENY_DOS and NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to match the S4 code). Rev. the VFS interface to version 28. Jeremy. | |||||
2010-02-17 | examples: add bind9 patches for TSIG-GSS support | Andrew Tridgell | 6 | -0/+250 | |
We will point at these from the Samba4 HOWTO | |||||
2010-02-03 | update samba schema for IBM Directory Server | Christian Ambach | 1 | -2/+2 | |
this increases the sambapasswordhistory field length to 64 and fixes a warning about a wrong booleanmatch setting Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2009-12-07 | examples: Fix the build of the example VFS modules. | Karolin Seeger | 2 | -10/+13 | |
Karolin | |||||
2009-10-28 | adssearch: dump some more nttime timestamps. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-10-07 | AD-Bench: A first go at an Active Directory benchmark. | Kai Blin | 10 | -0/+803 | |
2009-10-01 | s3: add perfcount idl and generated files. | Günther Deschner | 2 | -5/+5 | |
Guenther | |||||
2009-09-25 | Fix the opaque sample module for the new VFS interface. | Jeremy Allison | 1 | -216/+389 | |
Jeremy. | |||||
2009-09-25 | Update the advice for the new VFS system. | Jeremy Allison | 1 | -4/+3 | |
Jeremy. | |||||
2009-09-25 | Remove unused static fn. | Jeremy Allison | 1 | -5/+0 | |
Jeremy. | |||||
2009-09-25 | Rewrite vfs_transparent example for the new VFS changes. | Jeremy Allison | 1 | -131/+291 | |
Jeremy. | |||||
2009-09-25 | Fix vfs module sample for new interface. | Jeremy Allison | 1 | -6/+5 | |
Jeremy. | |||||
2009-09-14 | examples/LDAP: remove sambaAccountPolicy from the IBM-DS schema. | Michael Adam | 2 | -6/+0 | |
Michael | |||||
2009-09-09 | s3:examples:ldap: allow substing search on more attributes in nds schema file | Björn Jacke | 1 | -2/+2 | |
2009-09-09 | s3:examples:ldap: fix some OIDs in various schema files | Björn Jacke | 4 | -13/+13 | |
2009-08-06 | s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5. | Günther Deschner | 1 | -1/+6 | |
Patch from TAKEDA Yasuma <yasuma@osstech.co.jp>. Guenther | |||||
2009-07-18 | VFS examples: Update copy of config.{guess,sub}. | Jelmer Vernooij | 2 | -75/+282 | |
2009-07-16 | s3-ldapsam: bring Fedora DS LDAP schema in line with OpenLDAP schema. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 2 | -4/+8 | |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 2 | -4/+6 | |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 2 | -4/+8 | |
2009-06-25 | s3-examples: make get_next_oid exectuable. | Günther Deschner | 1 | -0/+0 | |
Guenther | |||||
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 2 | -8/+8 | |
This patch introduces two new temporary helper functions vfs_stat_smb_fname and vfs_lstat_smb_fname. They basically allowed me to call the new smb_filename version of stat, while avoiding plumbing it through callers that are still too inconvenient. As the conversion moves along, I will be able to remove callers of this, with the goal being to remove all callers. There was also a bug in create_synthetic_smb_fname_split (also a temporary utility function) that caused it to incorrectly handle filenames with ':'s in them when in posix mode. This is now fixed. | |||||
2009-06-19 | added some basic documentation for the idmap script option | Andrew Tridgell | 1 | -0/+168 | |
2009-06-19 | added a sample script for the "idmap script" option | Andrew Tridgell | 1 | -0/+119 | |
2009-06-18 | s4: Call va_end() after all va_start()/va_copy() calls. | Andrew Kroeger | 1 | -5/+9 | |
This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report. | |||||
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 2 | -4/+6 | |
This was a little messy because of all of the vfs modules I had to touch. Most of them were pretty straight forward, but the streams modules required a little attention to handle smb_filename. Since the use of smb_filename enables the vfs modules to access the raw, over-the-wire stream, a little bit of the handling that was being done by split_ntfs_stream_name has now been shifted into the individual stream modules. It may be a little more code, but overall it gives more flexibility to the streams modules, while also allowing correct stream handling. | |||||
2009-06-12 | examples:s2→s3-ldif-convert-script: fix objectclass recognition | Björn Jacke | 1 | -2/+2 | |
objectclasses are case insensitive. we used to convert only LDAP objects with the typical UpperLower case for sambaAccount and sambaGroupMapping and ignored any other case writings | |||||
2009-06-08 | s3-examples: fix usage for eventlog example script. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-15 | s3-examples: make sure to match correct key name in adssearch. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-06 | s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration. | Günther Deschner | 1 | -1/+1 | |
Thanks to Jeffrey Riaboy <dakusan@castledragmire.com>. Guenther | |||||
2009-03-27 | Ensure parameter types match format string | Derrell Lipman | 4 | -18/+38 | |
2009-02-24 | s3:example/VFS: fix the build | Stefan Metzmacher | 2 | -4/+8 | |
metze | |||||
2009-02-19 | s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct | Tim Prouty | 2 | -3/+3 | |
Since file_id_create_dev is incompatible with the concept of file_ids, it is now static and in the one file that needs it. | |||||
2009-02-14 | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 2 | -2/+4 | |
- Revert Tim's changes for the moment. I need to see what the issue is and arrange to use "struct statvfs" if at all possible. Derrell | |||||
2009-02-13 | s3 libsmbclient: Fix fstatvfs to be more portable | Tim Prouty | 2 | -4/+2 | |
The statvfs struct isn't guaranteed to be portable across operating systems. Since libsmbclient isn't actually calling statvfs and just using the statvfs struct to store similar information, this patch adds a new portable smbc_statvfs struct. This fixes a few of the failures in the build farm introduced by: ae259575c447e61665c8e7070c476914161b953f Derrell, please check. | |||||
2009-02-12 | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 3 | -0/+228 | |
- port functionality from v3_3_test to master Derrell | |||||
2009-02-05 | examples/VFS: fix the configure and make with the new directory layout | Stefan Metzmacher | 4 | -15/+17 | |
metze | |||||
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 2 | -4/+4 | |
1) Add in smb_file_time struct to clarify code and make room for createtime. 2) Get and set create time from SMB messages. 3) Fixup existing VFS modules + examples Some OS'es allow for the setting of the birthtime through kernel interfaces. This value is generically used for Windows createtime, but is not settable in the code today. | |||||
2009-01-05 | examples: Avoid bashism in perfcount.init. | Karolin Seeger | 1 | -3/+3 | |
This fixes bug #6000. Thanks to the Debian Samba package maintainers for providing the patch! Remove trailing whitespaces. Karolin |