summaryrefslogtreecommitdiff
path: root/Modules/nismodule.c
Commit message (Expand)AuthorAgeFilesLines
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-211-1/+1
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-2/+2
* ANSI-ficationPeter Schneider-Kamp2000-07-101-39/+13
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Patch by Fred Gansevles (the module's original author).Guido van Rossum2000-02-291-27/+57
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-1/+1
* Make gcc -Wall happy.Guido van Rossum1998-10-071-5/+7
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+3
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-091-7/+16
* cat and puste errorsBarry Warsaw1996-12-111-2/+5
* nis_maplist(): Use check of yp_get_default_domain() return valueBarry Warsaw1996-12-111-1/+5
* Renamed, and bug fixed:Barry Warsaw1996-12-111-111/+123
* Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Rearrange include headers (needed on some platforms).Guido van Rossum1996-08-081-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-6/+17
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-6/+20
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* Added error handling and free resources.Guido van Rossum1992-08-121-54/+81
* NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.Guido van Rossum1992-08-121-0/+292