summaryrefslogtreecommitdiffstats
path: root/source3/smbd/map_username.c
Commit message (Collapse)AuthorAgeFilesLines
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-3/+3
| | | | (This used to be commit e2c9fc4cf5f0ff725330fa44f53782db65fca37e)
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+1
| | | | | All callers are replaced by Get_Pwnam_alloc (This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a)
* Remove more static fstrings (yes this little cache should beJeremy Allison2007-12-171-19/+49
| | | | | | in the rbtree....). Jeremy. (This used to be commit 97cfdae4052d46a35040d4c1a4ade8bf2c41dbc7)
* More pstring removal from smbd/*.cJeremy Allison2007-11-121-11/+17
| | | | | Jeremy. (This used to be commit 01663c2312467ceebeb2e2fb1aa432ad96c626e5)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-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)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r16591: Belt and braces approach to shut Klocwork up - bug #2001.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit d5c1028498de0346b7a35cc132b8081e04e639cc)
* r13771: BUG 3534: ignore lines in the username map file with no right hand ↵Gerald Carter2007-10-101-2/+4
| | | | | | list rather than bailing out (This used to be commit acff5163ca7be59e01438f7cf63faef9ed54b820)
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-0/+178
Volker (This used to be commit bb40e544de68f01a6e774753f508e69373b39899)