summaryrefslogtreecommitdiffstats
path: root/source3/smbd/map_username.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Cache the username map in gencacheVolker Lendecke2010-04-131-0/+49
* s3: Little refactoring: Factor out skip_spaceVolker Lendecke2010-04-121-5/+10
* s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke2010-04-121-1/+1
* s3: Cache the result of the username map scriptVolker Lendecke2010-04-121-0/+1
* s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke2010-04-091-1/+1
* s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke2010-04-091-0/+2
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-2/+2
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-3/+3
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+1
* Remove more static fstrings (yes this little cache should beJeremy Allison2007-12-171-19/+49
* More pstring removal from smbd/*.cJeremy Allison2007-11-121-11/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r16591: Belt and braces approach to shut Klocwork up - bug #2001.Jeremy Allison2007-10-101-1/+1
* r13771: BUG 3534: ignore lines in the username map file with no right hand li...Gerald Carter2007-10-101-2/+4
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-0/+178