summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sec_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* don't try to initgroups in non root modeAndrew Tridgell2001-09-191-0/+4
* move to SAFE_FREE()Simo Sorce2001-09-171-9/+7
* Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison2001-07-251-1/+1
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+3
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-271-5/+7
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-1/+13
* Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison2000-12-081-0/+2
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-1/+1
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-281-1/+1
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-2/+0
* use macros for incrementing profile countersHerb Lewis2000-10-121-3/+1
* Added uid and gid to push_sec_ctx() debug.Tim Potter2000-10-051-2/+3
* Oops - missed a file.Tim Potter2000-08-281-0/+42
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-091-5/+12
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-13/+85
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-7/+27
* Fix a malloc of zero problem.Jeremy Allison2000-06-231-38/+49
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+5
* I've been working on refactoring some of the mess that is the become_user()Tim Potter2000-06-231-0/+295