Volker Lendecke
5fc2801c09
s3: Cache the username map in gencache
...
This is for uses with a heavy-weight username map script
2010-04-13 09:30:06 +02:00
Volker Lendecke
d73a7e7e90
s3: Little refactoring: Factor out skip_space
2010-04-12 13:18:18 +02:00
Volker Lendecke
8c3fa16686
s3: Remove a bogus 0-check, "isspace" can not return true for \0
2010-04-12 13:18:17 +02:00
Volker Lendecke
757766d5af
s3: Cache the result of the username map script
2010-04-12 13:09:08 +02:00
Volker Lendecke
c666b8af96
s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()
2010-04-09 14:09:23 +02:00
Volker Lendecke
d3e9e83d7e
s3: TALLOC_FREE(command) correctly in map_username()
2010-04-09 14:08:00 +02:00
Stefan Metzmacher
75d03970b7
s3:smbd: move more session specific globals to struct smbd_server_connection
...
metze
2009-06-03 17:54:37 +02:00
Stefan Metzmacher
3dde0cbb76
s3:smbd: move all globals and static variables in globals.[ch]
...
The goal is to move all this variables into a big context structure.
metze
2009-01-08 12:22:21 +01:00
Jeremy Allison
8b4b5c3a92
Add wrapper str_list_make_v3() to replace the old S3 behavior of
...
str_list_make(). From Dan Sledz <dan.sledz@isilon.com>:
In samba 3.2 passing NULL or an empty string returned NULL.
In master, it now returns a list of length 1 with the first string set
to NULL (an empty list).
Jeremy.
2008-11-06 18:53:00 -08:00
Jelmer Vernooij
1b99d8fbb5
Use common util_file code.
2008-10-12 17:34:43 +02:00
Volker Lendecke
2762b9a975
Always pass a TALLOC_CTX to str_list_make and str_list_copy
...
(This used to be commit e2c9fc4cf5
)
2008-02-04 20:57:49 +01:00
Volker Lendecke
e518e19bc0
Remove Get_Pwnam and its associated static variable
...
All callers are replaced by Get_Pwnam_alloc
(This used to be commit 735f593154
)
2007-12-19 21:09:10 +01:00
Jeremy Allison
192aae0564
Remove more static fstrings (yes this little cache should be
...
in the rbtree....).
Jeremy.
(This used to be commit 97cfdae405
)
2007-12-17 17:27:29 -08:00
Jeremy Allison
9441d1ba87
More pstring removal from smbd/*.c
...
Jeremy.
(This used to be commit 01663c2312
)
2007-11-12 18:12:26 -08:00
Jeremy Allison
30191d1a57
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.
(This used to be commit f35a266b3c
)
2007-10-18 17:40:25 -07:00
Andrew Tridgell
5e54558c6d
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
...
(This used to be commit b0132e94fc
)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b
)
2007-10-10 12:28:20 -05:00
Jeremy Allison
8beeeffd6e
r16591: Belt and braces approach to shut Klocwork up - bug #2001 .
...
Jeremy.
(This used to be commit d5c1028498
)
2007-10-10 11:19:02 -05:00
Gerald Carter
4f636b57c1
r13771: BUG 3534: ignore lines in the username map file with no right hand list rather than bailing out
...
(This used to be commit acff5163ca
)
2007-10-10 11:10:53 -05:00
Volker Lendecke
301d51e13a
r13494: Merge the stuff I've done in head the last days.
...
Volker
(This used to be commit bb40e544de
)
2007-10-10 11:10:06 -05:00