1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Volker Lendecke
dcaedf345e Wrap the unix token info in a unix_user_token in auth_serversupplied_info
No functional change, this is a preparation for more current_user ref removal
2008-06-19 18:51:37 +02:00
Volker Lendecke
05a66980a9 Remove current_user_info reference from vfs_expand_msdfs.c 2008-06-19 15:53:43 +02:00
Volker Lendecke
344d69f95e Remove some references to get_current_username() and current_user_info 2008-05-25 11:43:57 +02:00
Volker Lendecke
368454a27c Remove "user" from connection_struct 2008-05-10 11:17:01 +02:00
Volker Lendecke
2834dacc8d Remove the unix token info from connection_struct 2008-05-10 11:17:01 +02:00
Jeremy Allison
977dc3accb Remove pstring from modules directory.
Jeremy.
2007-11-16 17:07:11 -08:00
Jeremy Allison
963fc76852 Remove most of the remaining globals out of lib/util_sock.c.
I have a plan for dealing with the remaining..... Watch
this space.
Jeremy.
2007-11-03 23:20:10 -07:00
Jeremy Allison
95d01279a5 I can't get away without a 'length' arg. :-).
Jeremy.
2007-11-03 18:41:26 -07:00
Jeremy Allison
e848506c85 Stop get_peer_addr() and client_addr() from using global
statics. Part of my library cleanups.
Jeremy.
2007-11-03 18:15:45 -07:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Herb Lewis
c60687db11 r20261: merge 20260 from samba_3_0_24
clean up a bunch of no previous prototype warnings
2007-10-10 12:16:37 -05:00
Herb Lewis
ac3eb7813e r20124: clean up nested extern declaration warnings 2007-10-10 12:16:26 -05:00
Jeremy Allison
9dafb7f48c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
to do the upper layer directories but this is what
everyone is waiting for....

Jeremy.
2007-10-10 11:19:14 -05:00
Jeremy Allison
9fd5d633e6 r4864: Remove unused var.
Jeremy.
2007-10-10 10:54:00 -05:00
Volker Lendecke
9cb6b10efa Without words... -
Volker Lendecke
558b5bc1d8 Some fixes to expand_msdfs module.
Volker
-
Volker Lendecke
9cb6a4d76f Move the Client-IP based msdfs target expansion to a VFS module.
Volker
-