summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - we need libtirpc-devel when libc doesn't provide yp client headersNalin Dahyabhai2011-05-131-0/+3
|
* - build sources we use in this directoryNalin Dahyabhai2011-05-131-1/+16
|
* - clean up the changelogNalin Dahyabhai2011-05-131-5/+4
|
* - we need rpcgen nowNalin Dahyabhai2011-05-131-1/+3
|
* - tar up yp.x, make sure yp.h can be foundNalin Dahyabhai2011-05-133-3/+2
|
* - nuke the old file when we decide to create a new oneNalin Dahyabhai2011-05-131-0/+3
|
* - 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-1315-51/+53
|
* - with the glibc-libtirpc changeover, it looks like we need to start ↵Nalin Dahyabhai2011-05-131-0/+311
| | | | carrying this
* - tag 0.24slapi-nis-0.24Nalin Dahyabhai2011-04-213-2/+8
|
* - fix a type errorNalin Dahyabhai2011-04-211-1/+1
|
* - oh right, we don't ever use the sorted versionNalin Dahyabhai2011-04-211-2/+3
|
* - when we can keep the list sorted we can search it fasterNalin Dahyabhai2011-04-212-12/+97
|
* - oh yeah, package the man pageNalin Dahyabhai2011-04-191-0/+1
|
* - try to add a man page for nisserver-plugin-defsNalin Dahyabhai2011-04-194-2/+42
|
* - speed up an add-to-list operation which did things the obvious way beforeNalin Dahyabhai2011-04-191-7/+3
|
* - resync with fedora .spec fileNalin Dahyabhai2011-04-011-0/+3
|
* speed up building compat entries with attributes with thousands of literal ↵slapi-nis-0.23Nalin Dahyabhai2011-03-314-29/+63
| | | | values (#692690)
* - clean up the no-entries warning for the NULL setNalin Dahyabhai2011-02-091-1/+1
|
* we don't use syslog, so don't bother including the headerNalin Dahyabhai2011-01-283-3/+0
|
* - right, it's 2011 nowslapi-nis-0.22Nalin Dahyabhai2011-01-061-2/+2
|
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2011-01-060-0/+0
|\
| * - don't leak single_lengths on out-of-memory allocating lengths (defect #10104)Nalin Dahyabhai2011-01-041-1/+2
| |
* | - tag 0.22Nalin Dahyabhai2011-01-063-3/+9
| |
* | - don't leak single_lengths on out-of-memory allocating lengths (defect #10104)Nalin Dahyabhai2011-01-062-2/+7
|/
* - make sure we always pull in nss-devel and nspr-devel, and the rightNalin Dahyabhai2011-01-031-2/+9
| | | | ldap toolkit for the Fedora or RHEL version
* - check for errors building a no-such-map or no-such-domain responseNalin Dahyabhai2011-01-031-6/+16
| | | | packet before sending it in response to yp_all (defect #10090)
* - drop some dead code (defect #10091)Nalin Dahyabhai2011-01-031-17/+12
|
* - only memcpy() 1 or more elements (defect #10094)Nalin Dahyabhai2011-01-031-1/+3
|
* - don't crash if we hit out-of-memory on startup (defect #10096)Nalin Dahyabhai2011-01-031-10/+12
|
* - handle errors encountered while receiving datagram reqeusts (defect #10097)Nalin Dahyabhai2011-01-031-2/+10
|
* - in main(), return an error exit result if we can't create a socket toNalin Dahyabhai2011-01-031-0/+4
| | | | use for talking to the portmapper (defect #10100)
* - in main(), return an error exit status if socket() fails (defect #10101)Nalin Dahyabhai2011-01-031-0/+4
|
* - check that we have a complete definition before we try to read it (defect ↵Nalin Dahyabhai2011-01-031-2/+2
| | | | #10107)
* - only clear 'supported' if it's not NULL (defect #10108)Nalin Dahyabhai2011-01-031-1/+3
|
* - don't bother checking that list is not NULL -- if it is, that's a bugNalin Dahyabhai2011-01-031-3/+1
| | | | in the caller (defect #10109)
* - don't leave the tv_usec field uninitialized (defect #10121)Nalin Dahyabhai2011-01-031-1/+2
|
* - allocate 'tmp' as an array of 'char *', and not 'char **' (defect #10112)Nalin Dahyabhai2011-01-031-1/+1
|
* - don't leak a normalized dn on out-of-memory (defect #10106)Nalin Dahyabhai2011-01-031-0/+1
|
* - don't leak the poll fd array if we exit the thread on error (defect #10105)Nalin Dahyabhai2011-01-031-0/+1
|
* - don't leak an array of lengths (defect #10104)Nalin Dahyabhai2011-01-031-0/+1
|
* - don't leak memory on out-of-memory (defect #10103)Nalin Dahyabhai2011-01-031-0/+1
|
* - don't deref a null pointer on out-of-memory here (defect #10093)Nalin Dahyabhai2011-01-031-0/+6
|
* - allocate space for n integers, not n pointers to integers (defect #10110)Nalin Dahyabhai2011-01-031-1/+1
|
* - clear the whole array of structures before filling it, instead of theNalin Dahyabhai2011-01-031-2/+2
| | | | | first sizeof(size_t) bytes (which would have been fine for 1 entry) (defect #10089)
* - clear the whole reply structure before use instead of just the initial ↵Nalin Dahyabhai2011-01-031-1/+1
| | | | part (defect #10088)
* - when building with server type "dirsrv", allow fine-grained control ofNalin Dahyabhai2010-12-221-4/+38
| | | | which LDAP library with link against
* - compile and link also using LDAP_CFLAGS and LDAP_LIBSNalin Dahyabhai2010-12-221-5/+5
|