summaryrefslogtreecommitdiffstats
path: root/src/nis.c
Commit message (Expand)AuthorAgeFilesLines
* Cast away type-mismatches calling xdr_free() (static analysis)Nalin Dahyabhai2014-02-171-9/+9
* Don't leak arguments to yp_all() (more of #967468)Nalin Dahyabhai2013-12-091-0/+1
* Check if we fail to read-lockNalin Dahyabhai2013-08-071-8/+75
* Don't leak decoded XDR memoryNalin Dahyabhai2013-05-231-0/+8
* Fix some uninitialized-jump warningsNalin Dahyabhai2013-05-231-1/+3
* - remove unused variablesNalin Dahyabhai2012-01-241-5/+1
* - finish the port to the new yp.xNalin Dahyabhai2011-05-131-32/+34
* - the field is called "maps", not "list" nowNalin Dahyabhai2011-05-131-3/+3
* - new yp.x uses "stat" where we used to use "status"... fun.Nalin Dahyabhai2011-05-131-25/+25
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* - check for errors building a no-such-map or no-such-domain responseNalin Dahyabhai2011-01-031-6/+16
* - clear the whole reply structure before use instead of just the initial part...Nalin Dahyabhai2011-01-031-1/+1
* - initialize map_supported so that when we debug log we output it rightNalin Dahyabhai2010-11-191-0/+1
* - fix type mismatch warningsNalin Dahyabhai2009-04-271-5/+5
* - remove unnecessary includeNalin Dahyabhai2009-02-111-1/+0
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - remove unused variablesNalin Dahyabhai2008-07-311-1/+1
* - make yp_maplist omit maps with "nis-secure: yes" if the client isn't "secure"Nalin Dahyabhai2008-07-101-27/+37
* - return no-domain or no-map when the master for a bogus map or domain is askedNalin Dahyabhai2008-07-081-10/+35
* - whoops, add missing variableNalin Dahyabhai2008-07-031-1/+1
* - check over some commentsNalin Dahyabhai2008-07-031-8/+37
* - make the map match logic use 'const' where it's appropriateNalin Dahyabhai2008-07-031-4/+4
* - compensate for new parameters in the map matching functionsNalin Dahyabhai2008-07-031-3/+3
* - start adding an sch backendNalin Dahyabhai2008-06-301-1/+1
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-1/+1
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-1/+1
* - log the key third in a "next" debug messageNalin Dahyabhai2008-06-211-7/+7
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-171-19/+38
* - use search-by-id interfaces when handling nis_all requestsNalin Dahyabhai2008-06-131-54/+59
* - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-101-3/+5
* - take a client_secure flag, and if the map_secure flag is set and theNalin Dahyabhai2008-06-101-28/+40
* - handle the map-with-no-entry case right in nis_allNalin Dahyabhai2008-06-021-4/+33
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-49/+47
* - add read-locking when we read from the map cacheNalin Dahyabhai2008-05-301-0/+16
* - don't return NOKEY when there's no MAP, or vice-versaNalin Dahyabhai2008-05-301-1/+6
* - move nis_all processing to a works-in-chunks state machineNalin Dahyabhai2008-05-301-67/+327
* - drop the stack usage a bitNalin Dahyabhai2008-05-291-1/+1
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
* - build cleanupsNalin Dahyabhai2008-05-291-2/+10
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-7/+5
* - rewrite dispatching code so thatNalin Dahyabhai2008-05-271-33/+59
* - tweak the yp_next() routine to return NOMORE when the request key has anNalin Dahyabhai2008-05-271-1/+11
* - make the dispatcher callback data slightly more opaque to the NIS routinesNalin Dahyabhai2008-05-271-102/+32
* - move the reply code back into the dispatcher so that it'll be easier toNalin Dahyabhai2008-05-271-85/+35
* - implement maplist, finallyNalin Dahyabhai2008-05-161-1/+35
* - switch to using virtual attributesNalin Dahyabhai2008-05-161-1/+5
* - fix a log messageNalin Dahyabhai2008-05-141-1/+2
* - fix a couple of log messagesNalin Dahyabhai2008-05-131-4/+4
* - use writev() to send stream chunks in one part instead of twoNalin Dahyabhai2008-05-131-10/+25
* - use PRBool instead of bool_t where we interface with the mapNalin Dahyabhai2008-04-181-4/+6