converted another bunch of stuff to NTSTATUS
[jra/samba/.git] / source3 / lib / util_sock.c
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...