Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/testsuite/smbd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/testsuite/smbd/sec_ctx1.c

    r414 r988  
    2727        /* Become a non-root user */
    2828
    29         setuid(1);
    30         setgid(1);
     29        samba_setuid(1);
     30        samba_setgid(1);
    3131
    3232        /* Try to push a security context.  This should fail with a
  • vendor/current/testsuite/smbd/sec_ctx_nonroot.c

    r414 r988  
    2828        /* Become a non-root user */
    2929
    30         setuid(1);
    31         setgid(1);
     30        samba_setuid(1);
     31        samba_setgid(1);
    3232
    3333        /* Try to push a security context.  This should fail with a
Note: See TracChangeset for help on using the changeset viewer.