Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-03 | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -2/+1 | |
The goal is to move all this variables into a big context structure. metze | |||||
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 1 | -1/+1 | |
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-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -2/+2 | |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -3/+3 | |
(This used to be commit e2c9fc4cf5f0ff725330fa44f53782db65fca37e) | |||||
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+1 | |
All callers are replaced by Get_Pwnam_alloc (This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a) | |||||
2007-12-17 | Remove more static fstrings (yes this little cache should be | Jeremy Allison | 1 | -19/+49 | |
in the rbtree....). Jeremy. (This used to be commit 97cfdae4052d46a35040d4c1a4ade8bf2c41dbc7) | |||||
2007-11-12 | More pstring removal from smbd/*.c | Jeremy Allison | 1 | -11/+17 | |
Jeremy. (This used to be commit 01663c2312467ceebeb2e2fb1aa432ad96c626e5) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 | |
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 f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r16591: Belt and braces approach to shut Klocwork up - bug #2001. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit d5c1028498de0346b7a35cc132b8081e04e639cc) | |||||
2007-10-10 | r13771: BUG 3534: ignore lines in the username map file with no right hand ↵ | Gerald Carter | 1 | -2/+4 | |
list rather than bailing out (This used to be commit acff5163ca7be59e01438f7cf63faef9ed54b820) | |||||
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -0/+178 | |
Volker (This used to be commit bb40e544de68f01a6e774753f508e69373b39899) |