diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-05-22 12:44:45 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-05-22 12:44:45 +0000 |
commit | 9d8431b04f41dceffe4c45cc969472ee59f7282f (patch) | |
tree | ebb954a36f2bc281d34d942a1f8b736ad30efab2 /source/python | |
parent | 302dad4990ba5194f072e435465d9adaa089ae06 (diff) | |
download | samba-9d8431b04f41dceffe4c45cc969472ee59f7282f.tar.gz samba-9d8431b04f41dceffe4c45cc969472ee59f7282f.tar.xz samba-9d8431b04f41dceffe4c45cc969472ee59f7282f.zip |
Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.
These might be reimplmented as simple pass-through functions, but all users
really should be doing 'getpwnam_alloc' or 'getpwuid_alloc' to ensure that
there are not shared static buffers.
I don't beleive we actually need a getpw*() cache inside samba - if we do
then I think we should look at our code design first.
(some of these changes are for platforms I don't have access to, but
they look sane)
Andrew Bartlett
Diffstat (limited to 'source/python')
0 files changed, 0 insertions, 0 deletions