summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
| |
* | Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-034-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 Allison2002-12-021-1/+1
| | | | | | | | Jeremy.
* | Changed conditional in .rpmmacros from -x to -r.John Terpstra2002-12-021-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'tAndrew Bartlett2002-12-011-5/+0
| | | | | | | | need a little-endian case here.
* | Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS.Andrew Bartlett2002-12-013-8946/+18950
| | | | | | | | Andrew Bartlett
* | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵Jeremy Allison2002-12-011-27/+10
| | | | | | | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy.
* | Added smbsh and smbwrapper.so.John Terpstra2002-11-301-2/+2
| |
* | Typos! Argh!John Terpstra2002-11-301-1/+1
| |
* | Added pam_smbpass suppot back, added smbsh files.John Terpstra2002-11-301-2/+10
| |
* | Update to include support for new vfs and pdb modules.John Terpstra2002-11-301-3/+4
| |
* | remove bin/developer.so - it's not in 3.0 yetJelmer Vernooij2002-11-291-5/+3
| | | | | | | | add VFS_MODULES and PDB_MODULES to clean
* | Sync with HEAD:Jelmer Vernooij2002-11-291-7/+13
| | | | | | | | | | - Create vfs and pdb subdirs in installmodules rule - Add PDBLIBDIR
* | This does not work - VFS module handling is broken.John Terpstra2002-11-291-11/+2
| |
* | Another update from Kurt Pfeifle.John Terpstra2002-11-291-1/+66
| |
* | Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-2920-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 Potter2002-11-291-501/+492
| |
* | Merge from HEAD:Tim Potter2002-11-292-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 Potter2002-11-291-2/+1
| |
* | Merge from HEAD:Tim Potter2002-11-291-8/+17
| | | | | | | | >Added some extra code to test absence/presence of LM and NT passwords.
* | Merge of argument check fixes from HEAD.Tim Potter2002-11-291-16/+22
| |
* | Merge of global_myname() fixes from HEAD.Tim Potter2002-11-291-8/+1
| |
* | Merge of compiler warning fixes from HEAD.Tim Potter2002-11-292-5/+6
| |
* | Change default codepage to UNIX.Jeremy Allison2002-11-271-34/+54
| | | | | | | | Jeremy.
* | Test was reversed for ERRmoredata in cli_read.Jeremy Allison2002-11-271-0/+10
| | | | | | | | Jeremy.
* | reverted the removal of DESTDIR and adding a comment about itGerald Carter2002-11-271-17/+25
| |
* | dumping up version numberGerald Carter2002-11-271-1/+1
| |
* | preparing for release of 3.0alpha21Samba Release Account2002-11-272-1/+2
| |
* | last touches on release notesGerald Carter2002-11-271-16/+15
| |
* | update docs for "password server" and regenerateGerald Carter2002-11-2722-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 releaseGerald Carter2002-11-272-1/+4
| | | | | | | | * fix cli_ds_getprimarydominfo() (bad memcpy() )
* | * fixing RedHat spec file for 3.0Gerald Carter2002-11-265-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 aAndrew Bartlett2002-11-261-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 autoconfGerald Carter2002-11-263-17698/+8907
| | | | | | | | updating WHATSNEW
* | fix path to compiled VFS librariesGerald Carter2002-11-261-3/+3
| |
* | fixing install problems with VFS modulesGerald Carter2002-11-261-16/+7
| |
* | Ensure data is not used uninitialised.Jeremy Allison2002-11-261-1/+1
| | | | | | | | Jeremy.
* | Fix bug in tdb_fetch tidyup.Jeremy Allison2002-11-261-3/+1
| | | | | | | | Jeremy.
* | working on alpha21Gerald Carter2002-11-263-628/+277
| | | | | | | | | | * sync packaging files with HEAD * started work on WHATSNEW
* | Doh! forgot to add this yesterday when merging from HEAD.Gerald Carter2002-11-260-0/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-262-0/+419
|\|
| * Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-2611-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 Carter2002-11-266-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 autoconfJelmer Vernooij2002-11-251-9260/+20500
| |
| * Instead of walking the entire group database, grabbing all members of eachAndrew Bartlett2002-11-252-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 Potter2002-11-251-1/+1
| |
| * Fix some argument checking bugs found by testsuite.Tim Potter2002-11-251-16/+22
| |
| * Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett2002-11-241-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 slightlyAndrew Bartlett2002-11-241-16/+21
| | | | | | | | more useful error codes.
| * Try to twiddle with the makefile to avoid having a trailing \ when weAndrew Bartlett2002-11-241-2/+2
| | | | | | | | don't build any extra programs.