trying to get HEAD building again. If you want the code
[samba.git] / source3 / lib / util_sock.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-30 Paul GreenRefactor existing sock_exec() and socketpair_tcp()...
2003-04-11 Gerald Carterworkaround streams leak on SCO openserver 5.0.x
2003-02-07 Jeremy AllisonSamba janitor: adding mbp's umask patch :-).
2003-01-09 Tim PotterRemove read_with_timeout() and replaced its only caller...
2003-01-02 Andrew BartlettBIG patch...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-03 Andrew BartlettAnother patch from Steve Langasek <vorlon@netexpress...
2002-09-15 Jelmer VernooijPut unixsocket calls between #ifdef HAVE_UNIXSOCKET...
2002-08-25 Andrew BartlettPatch from mimir to back out idra's attempted DOS mitig...
2002-08-23 Simo SorceWe never checked if the smb packet len is != 0
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-07-31 Andrew Tridgelladded support for smbd listening on port 445 and 139...
2002-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-21 Tim PotterChanged level of "bind succeded on port %d" debug to 10.
2002-06-15 Andrew BartlettAdd back sys_getpwnam() and freinds to the system.c...
2002-05-18 Andrew BartlettMove client_receive_smb to clientgen.c as a static...
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-04-19 Jeremy AllisonFixed one more sendto.
2002-04-19 Jeremy AllisonFix send and recvfrom.
2002-04-19 Jeremy AllisonFirst cut at fix for the EINTR problem... More needs...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-02-23 Jeremy AllisonOnly set smb_read_error if not already set.
2002-02-15 Martin PoolBack out 1.16.2.3:
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Tim PotterHaving a const parameter for set_socket_options() cause...
2002-01-21 Jeremy AllisonRemoved freebsd hack. Not correct.
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...