1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Samba Release Account 8c5c55fea5 Core of the changes for returning smb_uid's. smb_uid's are now
returned as an index plus offset into the valudated_users table.
The offset (100) is added so that an smb_uid of zero becomes
an invalid value. All access into the validated_users table are
done by removing the offset and indexing into the table. Out of
ranges return NULL. Causes accesses into the validated_users table
to be more consistant and controlled.

This change made due to the fact that the uid field is only 16
bits in the smb header and we need for this not to be a unix
user id (which can ge 32 bits).

jra@cygnus.com
(This used to be commit ac265eff85)
1996-10-25 20:18:28 +00:00
..
chgpasswd.c fix a bug that we've had for a long time where we don't handle EOF 1996-07-30 15:47:30 +00:00
dir.c added debug info 1996-08-24 01:46:47 +00:00
ipc.c Changed definitions of prototypes to take uint16 vuid's not 1996-10-25 20:10:53 +00:00
mangle.c - replace the base36 function with one that works on more systems 1996-10-05 13:13:31 +00:00
message.c - added support for TMPDIR env variable 1996-10-24 00:09:08 +00:00
password.c Core of the changes for returning smb_uid's. smb_uid's are now 1996-10-25 20:18:28 +00:00
pipes.c backout all the changes to nmbd. 1996-10-02 15:41:30 +00:00
predict.c got rid of a lot of redundent header files as we now globally generate 1996-06-10 04:38:24 +00:00
quotas.c got rid of a lot of redundent header files as we now globally generate 1996-06-10 04:38:24 +00:00
reply.c - correctly handle non-encrypted share mode session-setup. We were 1996-10-09 15:08:29 +00:00
server.c - added support for TMPDIR env variable 1996-10-24 00:09:08 +00:00
smbrun.c minor cleanups 1996-08-13 12:35:28 +00:00
trans2.c I have fixed quite a few important bugs in this commit. 1996-10-05 10:41:13 +00:00
uid.c - revert to old idle dir code (marty pointed out a problem with the 1996-10-07 15:04:48 +00:00
vt_mode.c a huge pile of changes :-) 1996-06-04 06:42:03 +00:00