Ignore:
Timestamp:
Jun 9, 2016, 2:23:12 PM (10 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to trunk

Location:
trunk/server
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/modules/vfs_acl_common.c

    r862 r920  
    2424#include "../libcli/security/security.h"
    2525#include "../librpc/gen_ndr/ndr_security.h"
     26
    2627
    2728static NTSTATUS create_acl_blob(const struct security_descriptor *psd,
  • trunk/server/source3/modules/vfs_full_audit.c

    r918 r920  
    6565#include "auth.h"
    6666#include "ntioctl.h"
     67
    6768
    6869static int vfs_full_audit_debug_level = DBGC_VFS;
  • trunk/server/source3/modules/vfs_shadow_copy2.c

    r918 r920  
    2222#include "includes.h"
    2323#include "smbd/smbd.h"
     24
     25
    2426#include "system/filesys.h"
    2527#include "ntioctl.h"
     
    765767}
    766768
     769
     770
     771
     772
     773
     774
     775
     776
     777
     778
     779
     780
     781
     782
     783
     784
     785
     786
     787
     788
     789
     790
     791
     792
     793
     794
     795
     796
     797
     798
     799
     800
     801
     802
     803
     804
     805
    767806static int shadow_copy2_rmdir(vfs_handle_struct *handle,  const char *fname)
    768807{
     
    878917        TALLOC_CTX *tmp_ctx = talloc_new(handle->data);
    879918        char *snapshot;
     919
    880920
    881921        snapdir = shadow_copy2_find_snapdir(tmp_ctx, handle);
     
    884924                         handle->conn->connectpath));
    885925                errno = EINVAL;
     926
     927
     928
     929
     930
     931
     932
    886933                talloc_free(tmp_ctx);
    887934                return -1;
Note: See TracChangeset for help on using the changeset viewer.