summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_name.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32395 Make killCursors work against pinned cursors on mongos when ↵Ian Boros2018-02-071-0/+9
| | | | auth is enabled
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-021-0/+6
|
* SERVER-20365 Make UserName comparison consider split pointSpencer Jackson2016-06-131-12/+12
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-96/+123
|
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to ↵Eric Milkie2013-12-241-0/+76
| | | | | | mongod, for auditing Also, add UserNameIterator as a parallel to RoleIterator.
* SERVER-6246 Change user management commands to use the new v2 style user ↵Spencer T Brody2013-09-061-0/+3
| | | | documents
* Move hash function for UserNames to separate header file to improve ↵Spencer T Brody2013-06-261-10/+0
| | | | compilation times
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-0/+81