Change ChangeLog entry to more common format.

This commit is contained in:
Corinna Vinschen 2000-03-16 20:46:50 +00:00
parent 5d4af61e5d
commit af792540a6

View File

@ -1,30 +1,30 @@
Thu Mar 16 14:15:00 2000 Corinna Vinschen <corinna@vinschen.de> Thu Mar 16 14:15:00 2000 Corinna Vinschen <corinna@vinschen.de>
* security.cc (set_process_privileges): Removed `static'. * security.cc (set_process_privileges): Remove `static'.
(get_nt_attribute): Returns uid and gid additionally. Removed call (get_nt_attribute): Returns uid and gid additionally. Remove call
to set_process_privileges(). to set_process_privileges().
(get_file_attribute): Returns uid and gid additionally. Don't (get_file_attribute): Returns uid and gid additionally. Don't
call ntea if ntsec is ON. call ntea if ntsec is ON.
(set_nt_attribute): Removed call to set_process_privileges(). (set_nt_attribute): Remove call to set_process_privileges().
Don't call ntea if ntsec is ON. Don't call ntea if ntsec is ON.
(acl): Removed call to set_process_privileges(). (acl): Remove call to set_process_privileges().
* dcrt0.cc (dll_crt0_1): Calls set_process_privileges() now. * dcrt0.cc (dll_crt0_1): Call set_process_privileges().
* winsup.h: New prototype for set_process_privileges(), * winsup.h: New prototype for set_process_privileges(),
changed prototype for get_file_attribute(). changed prototype for get_file_attribute().
* fhandler.cc (get_file_owner): Discarded. * fhandler.cc (get_file_owner): Discard function.
(get_file_group): Ditto. (get_file_group): Ditto.
(fhandler_disk_file::fstat): Discard calls to get_file_owner() and (fhandler_disk_file::fstat): Discard calls to get_file_owner() and
get_file_group(). get_file_group().
* path.cc (path_conv::path_conv): Added debugging output for result * path.cc (path_conv::path_conv): New debugging output for result
of GetVolumeInformation(). of GetVolumeInformation().
(mount_info::conv_to_win32_path): Call backslashify() with pathbuf (mount_info::conv_to_win32_path): Call backslashify() with pathbuf
instead of src_path. instead of src_path.
* syscalls.cc (chown): Reformatted. * syscalls.cc (chown): Reformat slightly.
(chmod): Replace get_file_owner() and get_file_group() calls (chmod): Replace get_file_owner() and get_file_group() calls
by a call to get_file_attribute(). Discard local variable has_acls. by a call to get_file_attribute(). Discard local variable has_acls.
Slightly reformatted. Reformat slightly.
(stat_worker): Replaced idiot's (it's me) root dir check by call (stat_worker): Root dir check now done by a call to rootdir().
to rootdir(). Don't call num_entries() on remote drives. Don't call num_entries() on remote drives.
Discard local variable has_acls. Discard local variable has_acls.
Wed Mar 15 20:38:06 2000 Corinna Vinschen <corinna@vinschen.de> Wed Mar 15 20:38:06 2000 Corinna Vinschen <corinna@vinschen.de>