summaryrefslogtreecommitdiff
path: root/Modules/nismodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24300: Minor refactoring.Raymond Hettinger2015-07-241-5/+1
* Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpatVictor Stinner2015-03-171-2/+2
* Remove a redundant assignment.Brett Cannon2011-06-061-1/+1
* Decode NIS data to fs encoding, using the surrogate error handler.Martin v. Löwis2010-08-191-8/+18
* Restore GIL in nis_cat in case of error.Martin v. Löwis2010-08-181-0/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-283/+283
* Merged revisions 73873 via svnmerge fromAmaury Forgeot d'Arc2009-07-071-1/+1
* Merged revisions 64685 via svnmerge fromAmaury Forgeot d'Arc2008-07-021-5/+8
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+17
* Use s# instead of t# for nis_match.Martin v. Löwis2007-08-301-1/+1
* Use unicode (hope it's right, I can't test it)Neal Norwitz2007-08-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