This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
[tprouty/samba.git] / source / lib / util_sock.c
2002-01-20 Andrew BartlettThis is the current patch from Luke Leighton <lckl...
2002-01-19 Jeremy AllisonAdded #ifdef for FreeBSD TCP bug.
2002-01-15 Martin PoolAdd constness to filenames passed to functions.
2002-01-13 Andrew BartlettA couple of coding syle updates to follow the re-indent.
2002-01-13 Andrew BartlettRe-indent these two functions to make it actually possi...
2002-01-13 Andrew BartlettI'm doing some things towards the NamedPipes game with...
2001-12-20 Andrew Tridgellfixed warnings on irix and crash bug on big endian...
2001-11-24 Andrew Tridgelladded "net join" command
2001-10-24 Tim PotterRemoved unused function.
2001-10-20 Tim PotterConverted a bunch of 0x85 constants to SMBkeepalive.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Gerald CarterOpenSSL merge from 2.2
2001-09-13 Andrew Tridgelladded a new global option "hostname lookups = yes/no"
2001-08-28 Andrew Tridgellfixed typo
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-26 Jeremy Allisonbzero is not used (deprecated) as it's a BSDism.
2001-08-26 Christopher R. HertelFussing with debug lines in open_socket_in(). I cleane...
2001-08-24 Herb Lewisget rid of old debug code and possible socket leak
2001-08-23 Andrew Tridgellbetter error reporting for servers that don't do port 445
2001-07-10 Andrew Tridgellmuch better handling of broken DNS servers
2001-07-05 Andrew Tridgelluse alpha_strcpy on DNS names
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-03 Andrew Tridgellfixed socketpair_tcp for OpenBSD
2001-06-27 Jeremy AllisonSyncup between 2.2 and HEAD.
2001-06-27 Andrew Tridgellon sco2 socketpair_tcp needs a bind
2001-06-27 Andrew Tridgellhandle EISCONN in socketpair_tcp
2001-06-25 Andrew Tridgell- make the regresison test mode code build in by defaul...
2001-06-22 Andrew Tridgelladded the ability to test smbd safely as an ordinary...
2001-06-18 Tim PotterRemoved silly Get_Hostbyname() wrapper as DNS names...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-06-06 Jeremy AllisonChanges to use new genrand code that got missed while...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-05-10 Tim PotterBumped up debug level on set socket options from 3...
2000-10-06 Jeremy AllisonPrint socket options - patch from Dave Collier-Brown...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-14 Andrew Tridgelluse interpret_addr2() instead of inet_aton()
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-02-16 Jeremy AllisonAdded support for SO_REUSEPORT for systems that have it.
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-12-05 Luke Leightoncreated create_pipe_socket() function.
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-09-08 Luke Leightonbertl <bs@niggard.org> patch for making samba listen...
1999-08-18 Luke Leightondebug info display (netbios layer).
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-13 Jeremy Allisoninclude/smb.h: Re-added zero pointer protection to...
1998-11-09 Luke Leightonsplit socket util functions into util_sock.c. util...