summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wins.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-0/+5
2007-10-10r17102: Fix segfault in libnss_wins [bugzilla #3937].Günther Deschner1-0/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r1583: Patch by Fabien Chevalier <fabien.chevalier@supelec.fr>Andrew Bartlett1-1/+1
2007-10-10r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers ...Gerald Carter1-2/+2
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe1-1/+1
2004-01-08Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij1-2/+2
2003-12-11fixed bad formal parameter type in get_static(); patch Andy PolyakovGerald Carter1-1/+1
2003-09-08Fix for bug #299.Tim Potter1-30/+80
2003-07-23Move a function to avoid a warning.Tim Potter1-24/+24
2003-06-25large change:Gerald Carter1-2/+9
2003-06-16Fix some compiler warnings.Tim Potter1-2/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-25/+26
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis1-35/+116
2001-12-12allow IRIX to build nsswitch/libnss_wins.soHerb Lewis1-12/+82
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+2
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-1/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+0
2001-05-15Zero-fill struct hostent.Jeremy Allison1-0/+2
2001-05-15Fixed glibc crash problems with libnss_wins.soJeremy Allison1-4/+44
2000-10-11Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel1-4/+4
2000-10-09Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra1-2/+11
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-4/+2
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-1/+1
2000-01-07remove scope parameter here tooAndrew Tridgell1-3/+3
1999-12-17added basic nsswitch support - this allows you to use a "wins" entryAndrew Tridgell1-0/+129