Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixes to get pam_auth() functionality working again. | Tim Potter | 2001-05-17 | 4 | -48/+35 | |
| | | ||||||
| * | Fix a small warning about char * vs unsigned char * that gets some compilers | Richard Sharpe | 2001-05-17 | 1 | -1/+1 | |
| | | | | | | | | in a twitch. | |||||
| * | Broke out change trust account password routines into separate file | Tim Potter | 2001-05-17 | 3 | -219/+246 | |
| | | | | | | | | | | since they're only used in one place anyway (timeout_processing() in process.c) | |||||
| * | Ohh boy, I should be working on lots of other things, but I am pissed off, so | Richard Sharpe | 2001-05-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | I needed to get down and dirty and do some coding etc ... Change -fpic to -fPIC ... Many people suggest that this is better ... | |||||
| * | Further recasts to sockaddr * rather than sockaddr_in * | Richard Sharpe | 2001-05-17 | 1 | -3/+3 | |
| | | ||||||
| * | Adding an examples directory for libsmbclient to the head branch along with | Richard Sharpe | 2001-05-17 | 4 | -0/+1296 | |
| | | | | | | | | a simple Makefile and a small README ... | |||||
| * | groupdb/mapping.c: Fix gcc compiler warning. | Jeremy Allison | 2001-05-17 | 2 | -21/+29 | |
| | | | | | | | | | | smbd/connection.c: Sync up with code in 2.2 Jeremy. | |||||
| * | Fix a stupid typo in Makefile.in that prevented the libsmbclient code | Richard Sharpe | 2001-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc. | |||||
| * | Added winbind programs to build for supported systems (i.e linux and | Tim Potter | 2001-05-16 | 3 | -581/+618 | |
| | | | | | | | | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output. | |||||
| * | Update from Toomas Soome <tsoome@ut.ee>. | Jeremy Allison | 2001-05-16 | 1 | -67/+67 | |
| | | | | | | | | Jeremy. | |||||
* | | I18N fix from HEAD for domain_client_validate (wrong domain name, use | Jeremy Allison | 2001-05-31 | 1 | -2/+2 | |
| | | | | | | | | | | domain not lp_workgroup()). Jeremy. | |||||
* | | Merged in fix for buggy xinetd, border-0 fix from HEAD. | Jeremy Allison | 2001-05-31 | 1 | -3/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | Merged tdb_open_log call back from HEAD. | Jeremy Allison | 2001-05-31 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from HEAD for compiler warning (duplicate HASH). | Jeremy Allison | 2001-05-31 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | fixed asprintf declaration | Andrew Tridgell | 2001-05-30 | 1 | -9/+3 | |
| | | ||||||
* | | merged configure updates from head | Andrew Tridgell | 2001-05-30 | 7 | -563/+724 | |
| | | ||||||
* | | Add some protection to smbc_init for people calling it more than once. | Richard Sharpe | 2001-05-30 | 1 | -0/+7 | |
| | | ||||||
* | | tdb updates from head | Andrew Tridgell | 2001-05-30 | 5 | -65/+206 | |
| | | ||||||
* | | portability fix for TDB_LOG() | Andrew Tridgell | 2001-05-29 | 1 | -1/+1 | |
| | | ||||||
* | | Return an error code on password overflow attack so scanners don't | Jeremy Allison | 2001-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | think we've failed. Port of Andrew's code from HEAD. Jeremy. | |||||
* | | Merge in Andrew's tdb robustness changes - allow tailers to be | Jeremy Allison | 2001-05-29 | 4 | -14/+123 | |
| | | | | | | | | | | checked and a logging function added. Jeremy. | |||||
* | | make sure the umask is set in swat | Andrew Tridgell | 2001-05-28 | 1 | -0/+2 | |
| | | ||||||
* | | Fix nasty malloc/free bug when setting a printer attribute with a zero ↵ | John Reilly | 2001-05-28 | 2 | -7/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | length (Lexmark drivers do this). tdb_unpack() on case 'B' was leaving the data pointer uninitialized. This seemed OK (but bad practice) for a zero lenght buffer, but many cycles later free_nt_printer_param() did a safe_free on the uninitialized pointer. This affected both APPLIANCE_HEAD and 2.2 (HEAD too I expect). 2.2 only was hit by a differert aspect of the situation above. When a zero len attribute is processed by api_spoolss_setprinterdata(), talloc (in non DEBUG_TALLOC), returns NULL up the chain and "unable to unmarshall SPOOL_Q_SETPRINTERDATA" occurs. JohnR | |||||
* | | Update to set random seed between new smbd's atomically. | Jeremy Allison | 2001-05-28 | 4 | -22/+34 | |
| | | | | | | | | | | CVS Access back at last (from the Tokyo Hilton... :-). Jeremy. | |||||
* | | make sure the '\n' is stripped from the command string | Gerald Carter | 2001-05-25 | 1 | -0/+6 | |
| | | ||||||
* | | fix for Solaris ACL support. The sys_acl_set_file was writing out | Gerald Carter | 2001-05-25 | 1 | -10/+7 | |
| | | | | | | | | | | | | | | a mask != rwx. The aclsort() Solaris library function was rewriting the mask. Also include a little reformatting to readability. | |||||
* | | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 4 | -15/+44 | |
| | | | | | | | | Jeremy. | |||||
* | | clean up to make the HOWTO-Collection compile again. | Gerald Carter | 2001-05-24 | 3 | -1206/+2473 | |
| | | | | | | | | The DOMAIN.txt file has been included in the Samba PDC chapter. | |||||
* | | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 5 | -31/+36 | |
| | | | | | | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | |||||
* | | Improvements to random stream generator. | Jeremy Allison | 2001-05-24 | 1 | -168/+186 | |
| | | | | | | | | Jeremy. | |||||
* | | fixes for smbpasswd location | Gerald Carter | 2001-05-24 | 2 | -1/+2 | |
| | | ||||||
* | | log file is named log.[smb|nmb]d | Gerald Carter | 2001-05-24 | 2 | -4/+4 | |
| | | ||||||
* | | Added tdb_errstr() messages so we can see if these functions fail. | Jeremy Allison | 2001-05-23 | 1 | -3/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 2001-05-23 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy. | |||||
* | | Stupid typo - should be if (!tdb). | Jeremy Allison | 2001-05-23 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | this does not compile yet. I have half done merging the DOMAIN.txt | Gerald Carter | 2001-05-23 | 2 | -471/+513 | |
| | | | | | | | | file into the Samba-PDC-HOWTO. Still needs some restructuring.... | |||||
* | | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 2001-05-22 | 4 | -602/+652 | |
| | | | | | | | | Jeremy. | |||||
* | | autogen | Gerald Carter | 2001-05-22 | 4 | -1263/+1688 | |
| | | ||||||
* | | Ok - code to scan the locking and brlock db's on startup and shutdown and | Jeremy Allison | 2001-05-22 | 2 | -5/+76 | |
| | | | | | | | | | | | | clean any dead records. This should never need to be done, but will definately aid in integrity of the locking db's. Jeremy. | |||||
* | | Clean up the brlock database on exit as well as init. | Jeremy Allison | 2001-05-22 | 4 | -42/+89 | |
| | | | | | | | | Jeremy. | |||||
* | | forgot this one yesterday | Gerald Carter | 2001-05-22 | 1 | -0/+2 | |
| | | ||||||
* | | few typos and updates | Gerald Carter | 2001-05-22 | 4 | -27/+11 | |
| | | ||||||
* | | converted the CVS howto to SGML/DocBook | Gerald Carter | 2001-05-22 | 4 | -125/+352 | |
| | | ||||||
* | | working on updates for the 2.2.1 release | Gerald Carter | 2001-05-21 | 10 | -2329/+2938 | |
| | | ||||||
* | | and a few more cleanups.... | Gerald Carter | 2001-05-21 | 1 | -6/+9 | |
| | | ||||||
* | | forgot to update the symlinks... | Gerald Carter | 2001-05-21 | 1 | -6/+2 | |
| | | ||||||
* | | moved smbmount/smbmnt/smbumount to /usr/bin since these are basically | Gerald Carter | 2001-05-21 | 1 | -44/+49 | |
| | | | | | | | | user space tools | |||||
* | | making sure all the /etc/samba paths are consistent | Gerald Carter | 2001-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | codepages and (src) were not getting including in the installed RPM | Gerald Carter | 2001-05-21 | 1 | -2/+2 | |
| | | ||||||
* | | fix bad install for lmhosts, smb.conf , & smbusers. | Gerald Carter | 2001-05-21 | 1 | -3/+3 | |
| | | | | | | | | | | Are we using /etc/? Or /etc/samba/? The latter is the one currently configured. |