mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
5f7ee36056
Added $(PROGS) $(SPROGS) as targets for make clean.
acconfig.h: Added HAVE_IRIX_SPECIFIC_CAPABILITIES.
configure.in: Added sys/capability.h header check.
Added function checks for srandom random srand rand.
Added HAVE_IRIX_SPECIFIC_CAPABILITIES test.
includes.h: Added #include <sys/capability.h>.
ntdomain.h: Moved struct acct_info into here from smb.h
smb.h: Added KERNEL_OPLOCK_CAPABILITY define.
Moved enum action_type into rpcclient.h
Moved struct cli_state into client.h
Moved struct nt_client_info, struct tar_client_info, struct client_info
into rpcclient.h
lib/genrand.c: Changed to use sys_random() & friends.
lib/smbrun.c: Lose capabilities after fork.
lib/system.c: Added set_process_capability(), set_inherited_process_capability()
sys_random(), sys_srandom().
lib/util.c: Added Ander's EFBIG lock check to fcntl_lock for 64 bit access to an
32 bit mounted NFS filesystem.
nmbd/nmbd.c: Changed to use sys_random() & friends.
nmbd/nmbd_browsesync.c: Changed to use sys_random() & friends.
passdb/ldap.c: Missed one pdb_encode_acct_ctrl call.
passdb/passdb.c: Changed to Ander's code for ' ' characters.
passdb/smbpass.c: Added Ander's code to reset ACB_PWNOTREQ.
script/mkproto.awk: Added 'long' to prototypes.
smbd/chgpasswd.c: Lose capabilities after fork.
smbd/open.c: Do the mmap *after* the kernel oplock.
smbd/oplock.c: Removed stub code from kernel oplock path.
Added set_process_capability(), set_inherited_process_capability() calls.
smbd/reply.c: Initialize count = 0, offset = 0.
smbd/server.c: Added set_process_capability(), set_inherited_process_capability() calls.
tests/summary.c: Ensure we have RANDOM or RAND.
utils/smbpasswd.c: Added Ander's code to reset ACB_PWNOTREQ.
utils/torture.c: Changed to use sys_random() & friends.
Jeremy.
(This used to be commit e8be306f23
)
70 lines
1.4 KiB
C
70 lines
1.4 KiB
C
#undef HAVE_BROKEN_READDIR
|
|
#undef HAVE_ERRNO_DECL
|
|
#undef HAVE_LONGLONG
|
|
#undef HAVE_OFF64_T
|
|
#undef HAVE_REMSH
|
|
#undef HAVE_UNSIGNED_CHAR
|
|
#undef HAVE_UTIMBUF
|
|
#undef ssize_t
|
|
#undef ino_t
|
|
#undef ssize_t
|
|
#undef HAVE_CONNECT
|
|
#undef HAVE_SHORT_INO_T
|
|
#undef WITH_AFS
|
|
#undef WITH_DFS
|
|
#undef SUNOS5
|
|
#undef SUNOS4
|
|
#undef LINUX
|
|
#undef AIX
|
|
#undef IRIX
|
|
#undef HPUX
|
|
#undef QNX
|
|
#undef SCO
|
|
#undef OSF1
|
|
#undef NEXT2
|
|
#undef HAVE_SHARED_MMAP
|
|
#undef HAVE_SYSV_IPC
|
|
#undef HAVE_FCNTL_LOCK
|
|
#undef HAVE_FTRUNCATE_EXTEND
|
|
#undef HAVE_TRAPDOOR_UID
|
|
#undef HAVE_ROOT
|
|
#undef HAVE_UNION_SEMUN
|
|
#undef HAVE_NETMASK_IFCONF
|
|
#undef HAVE_GETTIMEOFDAY_TZ
|
|
#undef HAVE_SOCK_SIN_LEN
|
|
#undef STAT_READ_FILSYS
|
|
#undef STAT_STATFS2_BSIZE
|
|
#undef STAT_STATFS2_FSIZE
|
|
#undef STAT_STATFS2_FS_DATA
|
|
#undef STAT_STATFS3_OSF1
|
|
#undef STAT_STATFS4
|
|
#undef STAT_STATVFS
|
|
#undef STAT_STATVFS64
|
|
#undef HAVE_NETMASK_IFREQ
|
|
#undef HAVE_NETMASK_AIX
|
|
#undef HAVE_CRYPT
|
|
#undef WITH_MMAP
|
|
#undef WITH_SYSLOG
|
|
#undef WITH_SSL
|
|
#undef WITH_LDAP
|
|
#undef WITH_NISPLUS
|
|
#undef WITH_NISPLUS_HOME
|
|
#undef WITH_AUTOMOUNT
|
|
#undef HAVE_PAM_AUTHENTICATE
|
|
#undef HAVE_BROKEN_GETGROUPS
|
|
#undef REPLACE_GETPASS
|
|
#undef REPLACE_INET_NTOA
|
|
#undef HAVE_FILE_MACRO
|
|
#undef HAVE_FUNCTION_MACRO
|
|
#undef HAVE_SETRESUID_DECL
|
|
#undef HAVE_SETRESUID
|
|
#undef WITH_NETATALK
|
|
#undef HAVE_INO64_T
|
|
#undef HAVE_STRUCT_FLOCK64
|
|
#undef SIZEOF_INO_T
|
|
#undef SIZEOF_OFF_T
|
|
#undef STAT_STATVFS64
|
|
#undef HAVE_LIBREADLINE
|
|
#undef HAVE_KERNEL_OPLOCKS
|
|
#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
|