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