Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 1 | -1/+1 |
| | |||||
* | bertl <bs@niggard.org> patch for making samba listen on port 445, just like | Luke Leighton | 1999-09-08 | 1 | -0/+3 |
| | | | | nt 5 does. cool! | ||||
* | debug info display (netbios layer). | Luke Leighton | 1999-08-18 | 1 | -1/+11 |
| | |||||
* | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵ | Jeremy Allison | 1998-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | UNIXWARE. groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER. | ||||
* | include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP. | Jeremy Allison | 1998-11-13 | 1 | -2/+2 |
| | | | | | | | lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment). rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection. smbd/quotas.c: Fixed typo. Jeremy. | ||||
* | split socket util functions into util_sock.c. util.c NOT committed | Luke Leighton | 1998-11-09 | 1 | -0/+851 |
and util_sock.c NOT included in Makefile.in. registry commands added to rpcclient. waiting for 2_0_0 split before committing modified files. these files are new modules, and are not referenced in the Makefile.in |