Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed typo. | Tim Potter | 2001-09-12 | 1 | -2/+2 | |
| | ||||||
* | Some patches to authentication: | Tim Potter | 2001-09-12 | 14 | -45/+63 | |
| | | | | | | | | | - the usersupplied_info now contains a smb_username (as it comes across on the wire) and a unix_username (after being passed through mapping functions) - when doing security={server,domain} use the smb_username, otherwise use the unix_username | |||||
* | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2001-09-12 | 12 | -75/+6 | |
| | | | | | | | | by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file | |||||
* | Hmm - needs to be converted to pull/push unistr routines. But at least it | Tim Potter | 2001-09-12 | 1 | -2/+8 | |
| | | | | compiles now which should keep the build farm happy. | |||||
* | Converted DFS error returns to WERROR instead of uint32. | Tim Potter | 2001-09-12 | 2 | -33/+39 | |
| | ||||||
* | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h to | Tim Potter | 2001-09-12 | 2 | -16/+17 | |
| | | | | fit in with new error reporting subsystem. | |||||
* | Update from sgml source. | Tim Potter | 2001-09-11 | 2 | -133/+156 | |
| | ||||||
* | Fixed some bad markup. | Tim Potter | 2001-09-11 | 1 | -2/+2 | |
| | ||||||
* | Standardised on 'var = value' when referencing smb.conf parameters, rather | Tim Potter | 2001-09-11 | 1 | -39/+39 | |
| | | | | | | than 'var=value'. Fixed up some dodgy quoting on the way. | |||||
* | Tweak the building rules under Solaris with CC. | Richard Sharpe | 2001-09-11 | 2 | -262/+264 | |
| | ||||||
* | Added a string for NT_STATUS_OK, m'kay? | Tim Potter | 2001-09-11 | 1 | -0/+1 | |
| | ||||||
* | Make sure to commit configure | Richard Sharpe | 2001-09-11 | 1 | -266/+265 | |
| | ||||||
* | Some small changes to configure to remove things like -X4 etc on compiles. | Richard Sharpe | 2001-09-11 | 1 | -4/+3 | |
| | ||||||
* | fix typo | Herb Lewis | 2001-09-11 | 2 | -2/+2 | |
| | ||||||
* | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 2001-09-10 | 1 | -1/+11 | |
| | | | | | simultaneously. Jeremy. | |||||
* | left out { | Herb Lewis | 2001-09-10 | 1 | -1/+1 | |
| | ||||||
* | prevent segv by not calling tdb_traverse and tdb_close if tdb_open_log | Herb Lewis | 2001-09-10 | 1 | -18/+20 | |
| | | | | returns NULL. | |||||
* | cut-n-paste error | Gerald Carter | 2001-09-10 | 1 | -1/+1 | |
| | ||||||
* | merge from APPLIANCE_HEAD | Gerald Carter | 2001-09-10 | 1 | -12/+21 | |
| | ||||||
* | convert more code to use XFILE | Andrew Tridgell | 2001-09-10 | 4 | -46/+45 | |
| | ||||||
* | convert more code to use XFILE | Andrew Tridgell | 2001-09-10 | 9 | -50/+44 | |
| | ||||||
* | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 21 | -19/+7 | |
| | ||||||
* | more static/dead fns | Andrew Tridgell | 2001-09-10 | 2 | -11/+2 | |
| | ||||||
* | kill a dead fn and make a local one static | Andrew Tridgell | 2001-09-10 | 2 | -80/+4 | |
| | ||||||
* | made a couple of local fns static | Andrew Tridgell | 2001-09-10 | 3 | -7/+13 | |
| | ||||||
* | passdb/smbpassfile ain't needed any more - it only provided migration from ↵ | Andrew Tridgell | 2001-09-10 | 2 | -298/+1 | |
| | | | | an ancient file format, not relevant for Samba 3.0 | |||||
* | added xfile | Andrew Tridgell | 2001-09-10 | 2 | -0/+384 | |
| | ||||||
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 28 | -110/+86 | |
| | | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default. | |||||
* | Make sure that if there are no interfaces, name_register_wins does not | Richard Sharpe | 2001-09-09 | 1 | -0/+7 | |
| | | | | segfault. | |||||
* | Typo fix per Vance on IRC. | Christopher R. Hertel | 2001-09-09 | 1 | -1/+1 | |
| | ||||||
* | fixed typo | Andrew Tridgell | 2001-09-09 | 1 | -1/+1 | |
| | ||||||
* | removed pointless parameter from readfile() | Andrew Tridgell | 2001-09-09 | 1 | -3/+3 | |
| | ||||||
* | fixed missing const on d_printf declaration | Andrew Tridgell | 2001-09-09 | 1 | -3/+3 | |
| | ||||||
* | convert more code to using d_printf | Andrew Tridgell | 2001-09-08 | 7 | -564/+566 | |
| | ||||||
* | Change the description on --with-pam_smbpass to make it clearer - some peope | Andrew Bartlett | 2001-09-07 | 4 | -67/+81 | |
| | | | | | | | | | | seem to think you need this module for normal samba/PAM operation. rerun autoconf rerun autoheader (Note that --with-pam_smbpass still doesn't build, but at least when it does again only people who actually need it will select it). | |||||
* | Don't fail if no owner/group owner set. Use existing owners. | Jeremy Allison | 2001-09-07 | 1 | -3/+7 | |
| | | | | Jeremy. | |||||
* | #ifdef out function when not used. | Jeremy Allison | 2001-09-07 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Fixed paragraph about byte range locking. Jerry, could you make a pdf of this? | Volker Lendecke | 2001-09-07 | 1 | -15/+20 | |
| | | | | | | Thanks, Volker | |||||
* | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 2001-09-07 | 8 | -155/+318 | |
| | | | | | | | | | which should now be used instead of DEBUG(0) or printf() for interactive messages I have only converted client.c to use d_printf(), and the code hasn't had much testing yet. Eventually we want all interactive code to use d_printf(), plus SWAT | |||||
* | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 2001-09-06 | 2 | -94/+53 | |
| | | | | | Don. please check this out. Jeremy. | |||||
* | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2001-09-06 | 19 | -28/+27 | |
| | ||||||
* | Fixed O(N^2) talloc loop when allocating printer name memory - fix from | Jeremy Allison | 2001-09-06 | 1 | -2/+2 | |
| | | | | | Richard Bollinger <rabollinger@home.com>. Jeremy. | |||||
* | - fixed proto.h build on systems using a parallel make | Andrew Tridgell | 2001-09-06 | 4 | -197/+1590 | |
| | | | | - changed DENY1 and DENY2 tests to only report errors | |||||
* | Converted to NTSTATUS return codes. | Tim Potter | 2001-09-06 | 1 | -17/+92 | |
| | | | | | | | Started on producing smbpasswd output from user account information. Doesn't work yet. Added -U option so samsync can be run interactively. | |||||
* | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 2001-09-06 | 8 | -156/+232 | |
| | | | | | | | | | | | | | | | | lib/smbpasswd.c which will contain routines related to manipulating smbpasswd entries. - renamed and moved pdb_{get,set}hexpwd() functions - renamed and moved pdb_{decode,encode}acct_ctrl() functions - started hiding references to the cruftalicious NEW_PW_FORMAT_SPACE_PADDED_LEN constant - started gradual rename of references to acct_ctrl to acb_info which is the nomenclature used in MSDN and header files There's still more work to be done. Currently there are several places where smbpasswd entries are iterated etc. Ideally this should all happen through the passdb system. | |||||
* | Removed 18 duplicate #undef entries. | Tim Potter | 2001-09-06 | 1 | -21/+0 | |
| | ||||||
* | Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant. | Tim Potter | 2001-09-06 | 1 | -1/+3 | |
| | ||||||
* | flush stdout in test logging fns | Andrew Tridgell | 2001-09-06 | 2 | -0/+2 | |
| | ||||||
* | use a different test tdb name for tdbtest and tdbtorture | Andrew Tridgell | 2001-09-06 | 1 | -1/+1 | |
| | ||||||
* | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 2001-09-06 | 2 | -2/+6 | |
| |