summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wins.c
Commit message (Expand)AuthorAgeFilesLines
* wins: fix null pointer crash in nss_wins module.Günther Deschner2008-05-071-0/+3
* Coverity fixesMarc VanHeyningen2008-03-181-2/+8
* Fix a memleakVolker Lendecke2008-03-071-0/+1
* Fix caller of node_status_query() to use sockaddr_storage().Michael Adam2008-02-271-3/+5
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-3/+13
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+4
* r25022: Fix coverity #395. Resource leak on error.Jeremy Allison2007-10-101-6/+13
* r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+5
* r17102: Fix segfault in libnss_wins [bugzilla #3937].Günther Deschner2007-10-101-0/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r1583: Patch by Fabien Chevalier <fabien.chevalier@supelec.fr>Andrew Bartlett2007-10-101-1/+1
* r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers ...Gerald Carter2007-10-101-2/+2
* r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2007-10-101-1/+1
* Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij2004-01-081-2/+2
* fixed bad formal parameter type in get_static(); patch Andy PolyakovGerald Carter2003-12-111-1/+1
* Fix for bug #299.Tim Potter2003-09-081-30/+80
* Move a function to avoid a warning.Tim Potter2003-07-231-24/+24
* large change:Gerald Carter2003-06-251-2/+9
* Fix some compiler warnings.Tim Potter2003-06-161-2/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-25/+26
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge IRIX winbind support from Samba 2.2 branchHerb Lewis2001-12-221-35/+116
* allow IRIX to build nsswitch/libnss_wins.soHerb Lewis2001-12-121-12/+82
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-1/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+0
* Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
* Fixed glibc crash problems with libnss_wins.soJeremy Allison2001-05-151-4/+44
* Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel2000-10-111-4/+4
* Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra2000-10-091-2/+11
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-4/+2
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-1/+1
* remove scope parameter here tooAndrew Tridgell2000-01-071-3/+3
* added basic nsswitch support - this allows you to use a "wins" entryAndrew Tridgell1999-12-171-0/+129