summaryrefslogtreecommitdiff
path: root/Modules/nismodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84172 via svnmerge fromMartin v. Löwis2010-08-191-0/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-273/+273
* #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.Amaury Forgeot d'Arc2009-07-071-1/+1
* Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot:Amaury Forgeot d'Arc2008-07-021-5/+8
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-5/+5
* Renamed PyString to PyBytesChristian Heimes2008-05-261-5/+5
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-3/+3
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-041-23/+79
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple'sBrett Cannon2004-07-101-0/+4
* SF #633013, Fix NIS causing interpreter core dumpNeal Norwitz2002-11-041-2/+4
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-8/+6
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-3/+3
* 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