Change ChangeLog entry to more common format.
This commit is contained in:
parent
5d4af61e5d
commit
af792540a6
|
@ -1,30 +1,30 @@
|
|||
Thu Mar 16 14:15:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* security.cc (set_process_privileges): Removed `static'.
|
||||
(get_nt_attribute): Returns uid and gid additionally. Removed call
|
||||
* security.cc (set_process_privileges): Remove `static'.
|
||||
(get_nt_attribute): Returns uid and gid additionally. Remove call
|
||||
to set_process_privileges().
|
||||
(get_file_attribute): Returns uid and gid additionally. Don't
|
||||
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.
|
||||
(acl): Removed call to set_process_privileges().
|
||||
* dcrt0.cc (dll_crt0_1): Calls set_process_privileges() now.
|
||||
(acl): Remove call to set_process_privileges().
|
||||
* dcrt0.cc (dll_crt0_1): Call set_process_privileges().
|
||||
* winsup.h: New prototype for set_process_privileges(),
|
||||
changed prototype for get_file_attribute().
|
||||
* fhandler.cc (get_file_owner): Discarded.
|
||||
* fhandler.cc (get_file_owner): Discard function.
|
||||
(get_file_group): Ditto.
|
||||
(fhandler_disk_file::fstat): Discard calls to get_file_owner() and
|
||||
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().
|
||||
(mount_info::conv_to_win32_path): Call backslashify() with pathbuf
|
||||
instead of src_path.
|
||||
* syscalls.cc (chown): Reformatted.
|
||||
* syscalls.cc (chown): Reformat slightly.
|
||||
(chmod): Replace get_file_owner() and get_file_group() calls
|
||||
by a call to get_file_attribute(). Discard local variable has_acls.
|
||||
Slightly reformatted.
|
||||
(stat_worker): Replaced idiot's (it's me) root dir check by call
|
||||
to rootdir(). Don't call num_entries() on remote drives.
|
||||
Reformat slightly.
|
||||
(stat_worker): Root dir check now done by a call to rootdir().
|
||||
Don't call num_entries() on remote drives.
|
||||
Discard local variable has_acls.
|
||||
|
||||
Wed Mar 15 20:38:06 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
|
Loading…
Reference in New Issue