Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Don't segfault when trying to delete a key when none exist. | Jim McDonough | 2002-12-03 | 1 | -0/+2 | |
| | | ||||||
* | | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 2002-12-03 | 4 | -23/+26 | |
| | | | | | | | | | | | | | | | | | | | | 0x80000000 -> 0xFFFFFFFF would fail as they were being cast from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types). The sign extension would cause the offset to be treated as negative. Thanks to Herb for helping me track this one down (IRIX is good for large file tests :-). Jeremy. PS. That horrid EXEXIST thing has broken configure..... | |||||
* | | Ensure callid is not used uninitialized. | Jeremy Allison | 2002-12-02 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Changed conditional in .rpmmacros from -x to -r. | John Terpstra | 2002-12-02 | 1 | -1/+1 | |
| | | | | | | | | ie: From 'exists and is exexuctable' to 'exists and is readable' | |||||
* | | Merge from HEAD, struct in_addr is always in network byte order, so we don't | Andrew Bartlett | 2002-12-01 | 1 | -5/+0 | |
| | | | | | | | | need a little-endian case here. | |||||
* | | Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS. | Andrew Bartlett | 2002-12-01 | 3 | -8946/+18950 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵ | Jeremy Allison | 2002-12-01 | 1 | -27/+10 | |
| | | | | | | | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. | |||||
* | | Added smbsh and smbwrapper.so. | John Terpstra | 2002-11-30 | 1 | -2/+2 | |
| | | ||||||
* | | Typos! Argh! | John Terpstra | 2002-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | Added pam_smbpass suppot back, added smbsh files. | John Terpstra | 2002-11-30 | 1 | -2/+10 | |
| | | ||||||
* | | Update to include support for new vfs and pdb modules. | John Terpstra | 2002-11-30 | 1 | -3/+4 | |
| | | ||||||
* | | remove bin/developer.so - it's not in 3.0 yet | Jelmer Vernooij | 2002-11-29 | 1 | -5/+3 | |
| | | | | | | | | add VFS_MODULES and PDB_MODULES to clean | |||||
* | | Sync with HEAD: | Jelmer Vernooij | 2002-11-29 | 1 | -7/+13 | |
| | | | | | | | | | | - Create vfs and pdb subdirs in installmodules rule - Add PDBLIBDIR | |||||
* | | This does not work - VFS module handling is broken. | John Terpstra | 2002-11-29 | 1 | -11/+2 | |
| | | ||||||
* | | Another update from Kurt Pfeifle. | John Terpstra | 2002-11-29 | 1 | -1/+66 | |
| | | ||||||
* | | Merge a bunch of trivial changes from HEAD. The difference remaining | Tim Potter | 2002-11-29 | 20 | -27/+12 | |
| | | | | | | | | | | | | | | | | | | should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code | |||||
* | | Rerun autoconf. | Tim Potter | 2002-11-29 | 1 | -501/+492 | |
| | | ||||||
* | | Merge from HEAD: | Tim Potter | 2002-11-29 | 2 | -66/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Target selection cleanup - Some formatting merges - Merged some Pythong bits&pieces that were missed previously Original commit message for target selection cleanup: >Here's a bit of a cleanup of the {configure,Makefile}.in files. I've >now combined all the ad-hoc AC_SUBST variables into three generalised >ones: > > EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin > EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin > EXTRA_ALL_TARGETS Additional targets to build by default > SHLIB_PROGS Shared library objects (pam, winbind) to build > >We also build some extra stuff by default: the python extensions (if >--with-python specified), smbmount related binaries (if >--with-smbmount specified), and the samba torture suite. > >The idea behind this is to have everything that is configured built by >default to detect breakage as soon as possible when people make low >level changes. | |||||
* | | Another global_myname() fix from HEAD. | Tim Potter | 2002-11-29 | 1 | -2/+1 | |
| | | ||||||
* | | Merge from HEAD: | Tim Potter | 2002-11-29 | 1 | -8/+17 | |
| | | | | | | | | >Added some extra code to test absence/presence of LM and NT passwords. | |||||
* | | Merge of argument check fixes from HEAD. | Tim Potter | 2002-11-29 | 1 | -16/+22 | |
| | | ||||||
* | | Merge of global_myname() fixes from HEAD. | Tim Potter | 2002-11-29 | 1 | -8/+1 | |
| | | ||||||
* | | Merge of compiler warning fixes from HEAD. | Tim Potter | 2002-11-29 | 2 | -5/+6 | |
| | | ||||||
* | | Change default codepage to UNIX. | Jeremy Allison | 2002-11-27 | 1 | -34/+54 | |
| | | | | | | | | Jeremy. | |||||
* | | Test was reversed for ERRmoredata in cli_read. | Jeremy Allison | 2002-11-27 | 1 | -0/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | reverted the removal of DESTDIR and adding a comment about it | Gerald Carter | 2002-11-27 | 1 | -17/+25 | |
| | | ||||||
* | | dumping up version number | Gerald Carter | 2002-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | preparing for release of 3.0alpha21 | Samba Release Account | 2002-11-27 | 2 | -1/+2 | |
| | | ||||||
* | | last touches on release notes | Gerald Carter | 2002-11-27 | 1 | -16/+15 | |
| | | ||||||
* | | update docs for "password server" and regenerate | Gerald Carter | 2002-11-27 | 22 | -421/+391 | |
| | | | | | | | | | | | | also fixed a number of syntax errors in the SGML source for several man pages (people really need to start validating docs before checking them in). | |||||
* | | * finializnig RedHat package for alpha21 release | Gerald Carter | 2002-11-27 | 2 | -1/+4 | |
| | | | | | | | | * fix cli_ds_getprimarydominfo() (bad memcpy() ) | |||||
* | | * fixing RedHat spec file for 3.0 | Gerald Carter | 2002-11-26 | 5 | -939/+938 | |
| | | | | | | | | | | | | * updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR * set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled * make installdirs take an arbitrary number of arguements | |||||
* | | Merge tridge's fixes to pdb_ldap (don't look for number of results in a | Andrew Bartlett | 2002-11-26 | 1 | -17/+34 | |
| | | | | | | | | | | | | failed query) and my fixes to those fixes to use better NT_STATUS codes. Andrew Bartlett | |||||
* | | lining up some spaces in configure.in and reran autoconf | Gerald Carter | 2002-11-26 | 3 | -17698/+8907 | |
| | | | | | | | | updating WHATSNEW | |||||
* | | fix path to compiled VFS libraries | Gerald Carter | 2002-11-26 | 1 | -3/+3 | |
| | | ||||||
* | | fixing install problems with VFS modules | Gerald Carter | 2002-11-26 | 1 | -16/+7 | |
| | | ||||||
* | | Ensure data is not used uninitialised. | Jeremy Allison | 2002-11-26 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix bug in tdb_fetch tidyup. | Jeremy Allison | 2002-11-26 | 1 | -3/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | working on alpha21 | Gerald Carter | 2002-11-26 | 3 | -628/+277 | |
| | | | | | | | | | | * sync packaging files with HEAD * started work on WHATSNEW | |||||
* | | Doh! forgot to add this yesterday when merging from HEAD. | Gerald Carter | 2002-11-26 | 0 | -0/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-11-26 | 2 | -0/+419 | |
|\| | ||||||
| * | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 11 | -219/+552 | |
| | | | | | | | | | | | | | | | | | | | | | | | | cache code. This uses gencache, mimir's new caching code that stores at text-based cache of various data. Mimir has done a *lot* of work on this patch, and it is finally time to get it in CVS. Andrew Bartlett | |||||
| * | [print notify fixes from APP_HEAD] | Gerald Carter | 2002-11-26 | 6 | -287/+396 | |
| | | | | | | | | | | | | | | | | * fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160 | |||||
| * | Regenerate with newer autoconf | Jelmer Vernooij | 2002-11-25 | 1 | -9260/+20500 | |
| | | ||||||
| * | Instead of walking the entire group database, grabbing all members of each | Andrew Bartlett | 2002-11-25 | 2 | -10/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group, testing for membership etc, use the already calculated NT_USER_TOKEN. (which is initgroups() based) So far we only fill out the 'domain' groups - we need to fill out the 'other sids' as well, and we possibly need to filter the list for 'domain groups' only (the old code did that), but Win2k doesn't seem to mind this for now. I also need to find out what the magic '7' is about. Fortunetly JF is in town, so I'll grill him tomorrow :-). Andrew Bartlett | |||||
| * | Make lp_winbind_separator a const string. | Tim Potter | 2002-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some argument checking bugs found by testsuite. | Tim Potter | 2002-11-25 | 1 | -16/+22 | |
| | | ||||||
| * | Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn't | Andrew Bartlett | 2002-11-24 | 1 | -7/+20 | |
| | | | | | | | | | | | | | | encode the username, so don't decode it (users could play HTTP escaping games on usernames). Andrew Bartlett | |||||
| * | Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightly | Andrew Bartlett | 2002-11-24 | 1 | -16/+21 | |
| | | | | | | | | more useful error codes. | |||||
| * | Try to twiddle with the makefile to avoid having a trailing \ when we | Andrew Bartlett | 2002-11-24 | 1 | -2/+2 | |
| | | | | | | | | don't build any extra programs. |