Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for 2.0beta1. | Jeremy Allison | 1998-11-14 | 73 | -781/+708 |
| | | | | Jeremy. | ||||
* | prompt for password on smbclient -L | Andrew Tridgell | 1998-11-14 | 1 | -1/+0 |
| | |||||
* | - new prototypes | Andrew Tridgell | 1998-11-14 | 2 | -4/+17 |
| | | | | | - much as I hate doing it I've removed the "commit changes" button for users that don't have write access to smb.conf (Jeremy insisted) | ||||
* | allow all user to view the config | Andrew Tridgell | 1998-11-14 | 1 | -36/+22 |
| | |||||
* | remove code that allows installation via cgi | Andrew Tridgell | 1998-11-14 | 2 | -21/+36 |
| | | | | swat will now give an error message if run via cgi | ||||
* | removed information on installing via cgi | Andrew Tridgell | 1998-11-14 | 1 | -73/+15 |
| | |||||
* | missed a .B | Herb Lewis | 1998-11-14 | 1 | -1/+1 |
| | |||||
* | Removed acconfig.h configure configure.in include/config.h.in: Made ↵ | Jeremy Allison | 1998-11-14 | 26 | -576/+638 |
| | | | | | | | | | smbwrapper not made by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy. | ||||
* | Fixed munging of sample file in man pages. | Jeremy Allison | 1998-11-14 | 1 | -9/+6 |
| | | | | Jeremy. | ||||
* | Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM. | Jeremy Allison | 1998-11-14 | 2 | -2/+2 |
| | | | | | Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. | ||||
* | Added --with-smbwrapper to configure lines in spec files so JohnT's | Jeremy Allison | 1998-11-14 | 2 | -2/+2 |
| | | | | | scripts work ok. Jeremy. | ||||
* | ran spell check and other minor tweaks | Herb Lewis | 1998-11-14 | 16 | -271/+282 |
| | |||||
* | Added packing release script. | John Terpstra | 1998-11-13 | 1 | -0/+15 |
| | |||||
* | Updated for 2.0beta1. | Jeremy Allison | 1998-11-13 | 1 | -9/+5 |
| | |||||
* | Change to beta1. | Jeremy Allison | 1998-11-13 | 1 | -1/+1 |
| | |||||
* | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵ | Jeremy Allison | 1998-11-13 | 22 | -625/+803 |
| | | | | | | | | | | | | | | 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. | ||||
* | reverted includes change for FreeBSD as it breaks IRIX | Andrew Tridgell | 1998-11-13 | 1 | -1/+0 |
| | |||||
* | need 32 bit status codes to be negotiated because of STUPID dos "error more | Luke Leighton | 1998-11-13 | 1 | -1/+1 |
| | | | | | data needed" message gets treated as a serious error code (which it isn't) so the client code terminates. | ||||
* | Fixed timing window created by daemonize function. Smbmount was going daemon | Michael Warfield | 1998-11-13 | 1 | -7/+10 |
| | | | | | | | | before the mount was actually completed. This caused weird problems when used with autofs such as empty directories on first listing or files which would appear in "ls" but would return "no such file or directory" under "ls -l". Note to Volker: Initial attempt from CIFS conference didn't work. Had to move daemonize function inside of loop after ioctl. | ||||
* | LOCAL_GRP and DOMAIN_GRP are return types | Luke Leighton | 1998-11-13 | 1 | -0/+4 |
| | |||||
* | ZERO_STRUCTP not PN | Luke Leighton | 1998-11-13 | 1 | -6/+6 |
| | |||||
* | oops - ZERO_STRUCTP() issues again... | Luke Leighton | 1998-11-13 | 1 | -4/+1 |
| | |||||
* | Problems found by Herb. | Jeremy Allison | 1998-11-13 | 6 | -15/+22 |
| | | | | Jeremy. | ||||
* | use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL) | Luke Leighton | 1998-11-13 | 1 | -6/+6 |
| | |||||
* | ZERO_STRUCTP does not check argument for NULL. | Luke Leighton | 1998-11-13 | 1 | -1/+4 |
| | | | | ZERO_STRUCTPN _does_ check argument for NULL. | ||||
* | fixes for OSF1 compilation | Andrew Tridgell | 1998-11-13 | 7 | -13/+23 |
| | |||||
* | include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP. | Jeremy Allison | 1998-11-13 | 4 | -12/+10 |
| | | | | | | | 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. | ||||
* | security descriptors | Luke Leighton | 1998-11-13 | 6 | -83/+104 |
| | |||||
* | sids in rpctorture changed from fstrings to DOM_SID | Luke Leighton | 1998-11-13 | 1 | -2/+2 |
| | |||||
* | fixed compile for FreeBSD | Andrew Tridgell | 1998-11-13 | 2 | -376/+371 |
| | |||||
* | %\ is an interesting printf argument, but I prefer %s | Andrew Tridgell | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | we don't have any jpeg images any more | Andrew Tridgell | 1998-11-12 | 1 | -7/+0 |
| | |||||
* | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1998-11-12 | 5 | -27/+70 |
| | | | | Now passes strings instead. | ||||
* | no longer needed | Andrew Tridgell | 1998-11-12 | 2 | -0/+0 |
| | |||||
* | changed the fonts in the images a bit to be readable at a higher | Andrew Tridgell | 1998-11-12 | 7 | -0/+0 |
| | | | | resolution | ||||
* | security descriptors. | Luke Leighton | 1998-11-12 | 11 | -93/+387 |
| | | | | kanji const char* warnings. | ||||
* | please remember to check that code compiles before checkin! | Andrew Tridgell | 1998-11-12 | 1 | -2/+2 |
| | |||||
* | missed one | Herb Lewis | 1998-11-12 | 1 | -0/+0 |
| | |||||
* | smaller images so they fit on one line of a 640/480 display | Herb Lewis | 1998-11-12 | 6 | -0/+0 |
| | |||||
* | Commiting tt fix. | Herb Lewis | 1998-11-12 | 2 | -2/+2 |
| | |||||
* | Fixed missing parens in tt entry. | Herb Lewis | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | .cvsignore: Removed old entries. | Herb Lewis | 1998-11-12 | 5 | -52/+64 |
| | | | | | | | | | | | | client/client.c: include/client.h: Added some debug messages that the old client used to generate. These are needed to make scripts such as 'findsmb' work - there may be other changes to keep backwards output compatibility. Do we need a -old-client-compat argument ? libsmb/clientgen.c: Fixed crash bug where malloc'ed data wasn't being cleared - corrupted malloc chains. web/swat.c: John's changes to get rid of "ghost" table entries. | ||||
* | Use spaces not tabs. | Jeremy Allison | 1998-11-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fixed smbpasswd so that enabling a user who already has a password | Jeremy Allison | 1998-11-12 | 1 | -2/+20 |
| | | | | | | doesn't require a new password entry. Sets the 'enable/disable' code back to being symmetrical. Jeremy. | ||||
* | include/kanji.h include/proto.h lib/kanji.c: Added const parameters in ↵ | Jeremy Allison | 1998-11-12 | 3 | -42/+44 |
| | | | | | | | string wrappers. printing/printing.c: Added OSF1 fix. Jeremy. | ||||
* | clear trailing / from directory names in idb file | Herb Lewis | 1998-11-12 | 1 | -11/+15 |
| | |||||
* | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1998-11-12 | 8 | -30/+149 |
| | | | | security descriptor testing. hey wow, you can get a SD then send it back! | ||||
* | changes from John Sygulla for changing remote passwords | Herb Lewis | 1998-11-12 | 1 | -17/+79 |
| | |||||
* | remove .po and .po32 files from inst package | Herb Lewis | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | formatting | Luke Leighton | 1998-11-12 | 1 | -16/+24 |
| |