index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
nismodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-3
/
+3
*
Patch #1422385: Changes to nis module to support multiple NIS domains
Martin v. Löwis
2006-02-04
1
-23
/
+79
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's
Brett Cannon
2004-07-10
1
-0
/
+4
*
SF #633013, Fix NIS causing interpreter core dump
Neal Norwitz
2002-11-04
1
-2
/
+4
*
Remove METH_OLDARGS:
Neal Norwitz
2002-03-31
1
-8
/
+6
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-3
/
+3
*
Move declaration of 'clnt_create()' NIS function to pyport.h, as it's
Thomas Wouters
2001-01-21
1
-1
/
+1
*
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters
2000-07-22
1
-1
/
+1
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-2
/
+2
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-39
/
+13
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-1
/
+1
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-2
/
+2
*
Patch by Fred Gansevles (the module's original author).
Guido van Rossum
2000-02-29
1
-27
/
+57
*
Use the t# format where appropriate. Greg Stein.
Guido van Rossum
1998-10-08
1
-1
/
+1
*
Make gcc -Wall happy.
Guido van Rossum
1998-10-07
1
-5
/
+7
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-4
/
+3
*
Nailed a couple of memory leaks, caught by Purify.
Barry Warsaw
1997-01-09
1
-7
/
+16
*
cat and puste errors
Barry Warsaw
1996-12-11
1
-2
/
+5
*
nis_maplist(): Use check of yp_get_default_domain() return value
Barry Warsaw
1996-12-11
1
-1
/
+5
*
Renamed, and bug fixed:
Barry Warsaw
1996-12-11
1
-111
/
+123
*
Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.
Guido van Rossum
1996-12-09
1
-0
/
+5
*
Rearrange include headers (needed on some platforms).
Guido van Rossum
1996-08-08
1
-1
/
+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-6
/
+17
*
* nismodule.c: database keys and values can contain null bytes. be more
Guido van Rossum
1993-11-03
1
-6
/
+20
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-1
/
+1
*
Added error handling and free resources.
Guido van Rossum
1992-08-12
1
-54
/
+81
*
NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.
Guido van Rossum
1992-08-12
1
-0
/
+292