Age | Commit message (Expand) | Author |
2009-06-12 | YP client functions do not allocate memory when they fail; | Ingo Schwarze |
2009-06-11 | don't use freelist if it overruns; use heap memory instead not | Martynas Venckus |
2009-06-09 | document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga | Jason McIntyre |
2009-06-08 | quieten compiler by converting pointers to uintptr_t before truncating them | Theo de Raadt |
2009-06-07 | de-spaghetti: | Ingo Schwarze |
2009-06-07 | fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@ | Ingo Schwarze |
2009-06-07 | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, | Todd C. Miller |
2009-06-07 | Modify the uc_entries allocation check such that the lhs is a constant. | Todd C. Miller |
2009-06-07 | No need to malloc, copy, have a single read access, and free right away. | Ingo Schwarze |
2009-06-06 | In case of memory exhaustion, ypmatch_add may both leak memory and leave | Ingo Schwarze |
2009-06-06 | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; | Ingo Schwarze |
2009-06-06 | use calloc() and realloc() more; ok schwarze | Theo de Raadt |
2009-06-05 | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | Todd C. Miller |
2009-06-05 | use calloc() to provide size * nitems safety | Theo de Raadt |
2009-06-05 | use calloc() to provide size * nitems safety; ok millert | Theo de Raadt |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze |
2009-06-05 | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; | Ingo Schwarze |
2009-06-05 | improve yp_bind(3) error reporting after clnttcp_create(3) failure: | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-05 | An empty sting cannot be used as a YP domain name, | Ingo Schwarze |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-05 | compare and shift buffer against a fixed length not strlen derived values. | Pierre-Yves Ritschard |
2009-06-04 | simplify the 'family' option parser and make it more evident what we're | Pierre-Yves Ritschard |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | fix two obvious typos | Ingo Schwarze |
2009-06-04 | Don't assume that we can overwrite strings in the environment. | Todd C. Miller |
2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo | Pierre-Yves Ritschard |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-04 | Proper error handling in clntraw_create: | Ingo Schwarze |
2009-06-03 | State that clnt{raw,udp}_create can fail. | Ingo Schwarze |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | crank libc major | Theo de Raadt |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Don't postpone memory allocation for the error message to the error handler: | Ingo Schwarze |
2009-06-02 | Set errno to EINVAL when fgets is given a non-positive size. | Ray Lai |
2009-06-02 | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | Jasper Lievisse Adriaanse |
2009-06-02 | When authnone_create fails, do not leave behind a NULL cl_auth attribute, | Ingo Schwarze |
2009-06-02 | make the documentation of {svc,clnt}*create complete and correct | Ingo Schwarze |
2009-06-02 | tweak previous; | Jason McIntyre |
2009-06-01 | When an RPC client program encounters ENOMEM while trying to print | Ingo Schwarze |
2009-06-01 | Split getpw{nam,uid} off into their own man page. Hopefully, this | Todd C. Miller |
2009-05-06 | Document AI_NUMERICSERV; feedback and ok millert@ | Jacek Masiulaniec |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
2009-04-29 | document that bogus lines are silently ignored | Theo de Raadt |
2009-04-29 | Remove the stderr spray balony. Library functions should indicate failure | Theo de Raadt |
2009-04-29 | junk space | Theo de Raadt |
2009-04-22 | Correct the declaration of the dladdr() stub so that it has the correct | Philip Guenthe |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |