Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make sure that a shared library build of libsmbclient causes build | Richard Sharpe | 2001-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | breakage if there are problems. I will take this out tomorrow if it causes too many problems. | |||||
| * | make nsswitch target wasn't building the winbind pam module. | Tim Potter | 2001-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Commit an updated configure, but the build_farm should run autoconf! | Richard Sharpe | 2001-07-24 | 1 | -723/+738 | |
| | | ||||||
| * | We were making an assumption in the oplock | Jeremy Allison | 2001-07-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | break code path that was invalid (ie. we were assuming we could infer a non-levelII oplock when such an oplock was detected - this may no longer be valid once we've processed the break process dealing with the break will change the state of it anyway. This prevents the state where we get the following packet trace : client server NTcreate -> <- NTcreate resp NTcreate -> <- break to level II ok - broken -> <- break to none Thanks to Alan Romeril for providing the trace that allowed me to track this down. Jeremy. | |||||
| * | Another fine mess, err, fine tune to the Slowaris build ... | Richard Sharpe | 2001-07-24 | 1 | -2/+1 | |
| | | ||||||
| * | Make the Slowaris build a bit nicer with cc | Richard Sharpe | 2001-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix case insensitive password change code. | Jeremy Allison | 2001-07-23 | 5 | -38/+47 | |
| | | | | | | | | | | Fixed crash bug with un-zeroed talloced memory. Jeremy. | |||||
| * | Same fix for resume as for pause. | Jeremy Allison | 2001-07-23 | 1 | -1/+2 | |
| | | | | | | | | Jeremy.i | |||||
| * | Fix for CUPS pause/restart code. | Jeremy Allison | 2001-07-23 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix for cups compile. | Jeremy Allison | 2001-07-23 | 1 | -16/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix some fscked up things that I added to the Solaris CC build of shared libs | Richard Sharpe | 2001-07-23 | 2 | -3/+3 | |
| | | ||||||
| * | One more possible fix for Solaris CC and GCC | Richard Sharpe | 2001-07-23 | 1 | -1/+2 | |
| | | ||||||
| * | Fix the POOBAD_CC on Slowaris so we can handle things correctly ... | Richard Sharpe | 2001-07-23 | 2 | -3/+13 | |
| | | | | | | | | Lets see how this goes. | |||||
| * | Try and build shared on SCO. Assume that it is like others, but uses | Richard Sharpe | 2001-07-23 | 1 | -0/+2 | |
| | | | | | | | | -KPIC, which it does! | |||||
* | | Added "use mmap" (defaults to true) so this can be turned off in HPUX. | Jeremy Allison | 2001-07-30 | 21 | -80/+434 | |
| | | | | | | | | | | Merged in the "create account in domain" feature of smbpasswd from HEAD. Jeremy. | |||||
* | | uint -> uint32. | Jeremy Allison | 2001-07-30 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixes for varargs problems with std c. | Jeremy Allison | 2001-07-30 | 4 | -13/+13 | |
| | | | | | | | | | | Fix from Rick Lake <rwlake@anp.nl> for QNX. Jeremy. | |||||
* | | Fix comments for non-C99 compilers. // -> /* */ | Andrew Bartlett | 2001-07-29 | 1 | -4/+4 | |
| | | ||||||
* | | Fix invalid uid being used after logoff. Thanks to Nigel Williams | Jeremy Allison | 2001-07-28 | 1 | -2/+1 | |
| | | | | | | | | | | for this bug report. Jeremy. | |||||
* | | Fix for potential bad fid crash. | Jeremy Allison | 2001-07-28 | 1 | -1/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for determining the correct 'cversion' for a printer driver. This was | John Reilly | 2001-07-27 | 1 | -366/+323 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causing Win2K (and likely XP) to put some printer drivers in to the wrong directory (e.g. print$/W32X86/2 vs print$/W32X86/3). get_file_version() Moved forward in file to remove forward reference file_version_is_newer() Moved forward in file to remove forward reference get_correct_cversion() Use get_file_version() to access the correct info and got rid of 40+ lines of code Thanks to Jim Vopni (who also had a patch!) and several others who pointed this out. JohnR | |||||
* | | More changes - configure option changes. | John Terpstra | 2001-07-27 | 1 | -7/+18 | |
| | | ||||||
* | | Fixed path for new /etc/samba directory. | John Terpstra | 2001-07-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fixing build problems. | John Terpstra | 2001-07-27 | 1 | -2/+1 | |
| | | ||||||
* | | A missing 'd' - SinTax problem! | John Terpstra | 2001-07-27 | 1 | -1/+1 | |
| | | ||||||
* | | Another typo. | John Terpstra | 2001-07-27 | 1 | -1/+1 | |
| | | ||||||
* | | Removed debugtools traces | John Terpstra | 2001-07-27 | 1 | -6/+0 | |
| | | ||||||
* | | Fixed wrong path. | John Terpstra | 2001-07-27 | 1 | -2/+2 | |
| | | ||||||
* | | 'enhnced browsing' code has already been added to 2.2 so removed | Gerald Carter | 2001-07-27 | 3 | -13/+7 | |
| | | | | | | | | the comment about it only existing in HEAD. | |||||
* | | Updated for winbind - now OK. | John Terpstra | 2001-07-27 | 1 | -5/+18 | |
| | | ||||||
* | | Adding winbind suppport. | John Terpstra | 2001-07-26 | 2 | -20/+26 | |
| | | ||||||
* | | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 2001-07-26 | 8 | -1176/+1387 | |
| | | | | | | | | | | Digital UNIX). Jeremy. | |||||
* | | Added Nigel Williams initial vuid/tid tests. More work needed but an | Jeremy Allison | 2001-07-26 | 1 | -1/+680 | |
| | | | | | | | | | | excellent framework to start with. Jeremy. | |||||
* | | Always check fstat for error. | Jeremy Allison | 2001-07-25 | 1 | -10/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fix | Jeremy Allison | 2001-07-25 | 1 | -1/+1 | |
| | | | | | | | | | | problem with wrong token being used in current_user. Jeremy. | |||||
* | | regenerated docs | Gerald Carter | 2001-07-25 | 2 | -6/+6 | |
| | | ||||||
* | | fix a few outdated pieces | Gerald Carter | 2001-07-25 | 1 | -2/+2 | |
| | | ||||||
* | | std_logging fix from head. | Tim Potter | 2001-07-25 | 1 | -0/+3 | |
| | | ||||||
* | | Merge from head branch. | Tim Potter | 2001-07-25 | 0 | -0/+0 | |
| | | ||||||
* | | Merge of winbind Makefile/configure fixes from HEAD. | Tim Potter | 2001-07-24 | 3 | -13/+22 | |
| | | ||||||
* | | Merge of winbindd testsuite from head. | Tim Potter | 2001-07-24 | 12 | -92/+220 | |
| | | ||||||
* | | Added file from HEAD branch. | Tim Potter | 2001-07-24 | 0 | -0/+0 | |
| | | ||||||
* | | Mega-winbind merge into 2.2. | Tim Potter | 2001-07-24 | 28 | -3365/+5151 | |
| | | | | | | | | | | | | | | | | | | Cut across all the winbind stuff from head. Needed to undo some of the character set stuff and merge a bunch of rpc client files. This passes the winbind test suite - I'll run a 10000 user test on my vmware session at home. Still need to get the pam winbind stuff working though. | |||||
* | | We were making an assumption in the oplock | Jeremy Allison | 2001-07-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | break code path that was invalid (ie. we were assuming we could infer a non-levelII oplock when such an oplock was detected - this may no longer be valid once we've processed the break process dealing with the break will change the state of it anyway. This prevents the state where we get the following packet trace : client server NTcreate -> <- NTcreate resp NTcreate -> <- break to level II ok - broken -> <- break to none Thanks to Alan Romeril for providing the trace that allowed me to track this down. Jeremy. | |||||
* | | Fix case insensitive password change code. | Jeremy Allison | 2001-07-23 | 6 | -578/+588 | |
| | | | | | | | | | | Fixed crash bug with un-zeroed talloced memory. Jeremy. | |||||
* | | Same fix for resume as for pause. | Jeremy Allison | 2001-07-23 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for CUPS pause/restart code. | Jeremy Allison | 2001-07-23 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Minor tweaks to make rpm happy. | John Terpstra | 2001-07-23 | 2 | -0/+2 | |
| | | ||||||
* | | Fix for cups compile. | Jeremy Allison | 2001-07-23 | 3 | -17/+20 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-07-23 | 2 | -0/+1167 | |
|\| |