Age | Commit message (Expand) | Author | Files | Lines |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -10/+10 |
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 1 | -0/+1 |
2011-05-24 | s3:vfs properly terminate enums in audit modules | Christian Ambach | 1 | -2/+4 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -1/+1 |
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/syslog.h when needed. | Günther Deschner | 1 | -0/+1 |
2009-11-30 | Restructure the connect function code to always call | Jeremy Allison | 1 | -4/+6 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -29/+16 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -4/+4 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -4/+5 |
2009-07-06 | s3 audit: Remove some recently introduced memory leaks in the audit modules | Tim Prouty | 1 | -3/+3 |
2009-07-06 | s3 audit: Remove the usesless static function declarations from the audit mod... | Tim Prouty | 1 | -51/+30 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -5/+11 |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 1 | -5/+7 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -4/+4 |
2009-01-21 | s3/vfs_extd_audit: Don't ignore "syslog = 0". | Karolin Seeger | 1 | -59/+86 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 1 | -5/+5 |
2008-03-23 | Fix Coverity warnings | Volker Lendecke | 1 | -1/+5 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 1 | -3/+3 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 1 | -0/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -30/+30 |
2007-10-10 | r10619: Allow syslog facility and priority to be set via | Deryck Hodge | 1 | -10/+33 |
2007-10-10 | r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r7893: Add in the extra parameters to opendir() to fix the large directory/in... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing | Volker Lendecke | 1 | -198/+95 |
2007-10-10 | r378: Add an option extd_audit:parseable=True. This gives messages of the form | Volker Lendecke | 1 | -95/+198 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -1/+1 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -27/+27 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -107/+134 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -2/+2 |
2003-04-16 | More merges from HEAD: | Jelmer Vernooij | 1 | -9/+6 |
2003-02-07 | Added my name to copyright. | John Terpstra | 1 | -0/+1 |
2003-02-07 | Added audit module that logs info to smbd log file as well as syslog. | John Terpstra | 1 | -0/+318 |