summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
| | | | | | | | | | Jeremy. (This used to be commit c3877cfb9c9f3f9f86e32169cbb69c3c5bb2e3db)
* | use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
| | | | | | | | | | dir now shows correct size on large files (This used to be commit 172dccf55e972d4cc40b7e34ce433d49e738fba0)
* | Support printer info 7, used for publishingJim McDonough2002-12-032-0/+79
| | | | | | | | (This used to be commit 60502d9d4274ddb3756b79593125544683c45908)
* | Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | | | | | | | dsspooler/dsdriver info existence. (This used to be commit 59ced15a1b0d88a24a89b3aa9717599aa110272b)
* | Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
| | | | | | | | (This used to be commit e707e2cc7c7483f6bcfbbaf8d3d99614a05a9ecf)
* | fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
| | | | | | | | (This used to be commit eda83b6d13f5f73136363d165e9396725b923873)
* | Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
| | | | | | | | (This used to be commit dbbf1747534300fd5f8641822428dd45f956327f)
* | Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
| | | | | | | | (This used to be commit 887ec4e5100dcbe8f1109232e27abc4ed6ad42f2)
* | 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..... (This used to be commit 2d14c442bc601a277458b69f05a763aa2a1ab3b7)
* | Ensure callid is not used uninitialized.Jeremy Allison2002-12-021-1/+1
| | | | | | | | | | Jeremy. (This used to be commit ddd70995951c072a02fc3bddd7a94ccbf301f62c)
* | 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' (This used to be commit 6076d9345fe30b4ea2c7429e750f9d32b0264247)
* | 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. (This used to be commit 24fb89da51f54cc547f7f963b094b0f3178632e4)
* | Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS.Andrew Bartlett2002-12-013-8946/+18950
| | | | | | | | | | Andrew Bartlett (This used to be commit e6f2d9dfdb76a2d3f90354eb38f88709773353cb)
* | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵Jeremy Allison2002-12-011-27/+10
| | | | | | | | | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. (This used to be commit 15185ac437a6a0f53711bef035879173dbb492c6)
* | Added smbsh and smbwrapper.so.John Terpstra2002-11-301-2/+2
| | | | | | | | (This used to be commit 2b7e12c8b1c11dd75e8774b0a89e46c4fd4cda1e)
* | Typos! Argh!John Terpstra2002-11-301-1/+1
| | | | | | | | (This used to be commit 47cb925e699bffba9f4c90a946050d9008836804)
* | Added pam_smbpass suppot back, added smbsh files.John Terpstra2002-11-301-2/+10
| | | | | | | | (This used to be commit 0d39ac08451e9abf6fa83a84016ef9942f82dc97)
* | Update to include support for new vfs and pdb modules.John Terpstra2002-11-301-3/+4
| | | | | | | | (This used to be commit 1a73f80269b4c31a66724b1976bc103af807f26c)
* | remove bin/developer.so - it's not in 3.0 yetJelmer Vernooij2002-11-291-5/+3
| | | | | | | | | | add VFS_MODULES and PDB_MODULES to clean (This used to be commit e567c19e0513b9bf35c7324de0f49b7d83b7d7b6)
* | Sync with HEAD:Jelmer Vernooij2002-11-291-7/+13
| | | | | | | | | | | | - Create vfs and pdb subdirs in installmodules rule - Add PDBLIBDIR (This used to be commit 6e627847864676d3845f493ab423bfbd8830d539)
* | This does not work - VFS module handling is broken.John Terpstra2002-11-291-11/+2
| | | | | | | | (This used to be commit 3ce66f5a10b2493e293170ee7ff97cbfdec5f45b)
* | Another update from Kurt Pfeifle.John Terpstra2002-11-291-1/+66
| | | | | | | | (This used to be commit 52e68c129553479e2c126654d98a2eb4fa76b291)
* | 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 (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
* | Rerun autoconf.Tim Potter2002-11-291-501/+492
| | | | | | | | (This used to be commit 3ce520785369c319a93b3f33a8e1f73c12cab18a)
* | 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. (This used to be commit 6000caf5daf3da30bf69b865c5f4301a53609b2c)
* | Another global_myname() fix from HEAD.Tim Potter2002-11-291-2/+1
| | | | | | | | (This used to be commit 880083e2e614d88675f98a46cfe7acdaeb167db3)
* | Merge from HEAD:Tim Potter2002-11-291-8/+17
| | | | | | | | | | >Added some extra code to test absence/presence of LM and NT passwords. (This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
* | Merge of argument check fixes from HEAD.Tim Potter2002-11-291-16/+22
| | | | | | | | (This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7)
* | Merge of global_myname() fixes from HEAD.Tim Potter2002-11-291-8/+1
| | | | | | | | (This used to be commit 7adb6af115dfc1189c2894d45a796b7b8dfe7a05)
* | Merge of compiler warning fixes from HEAD.Tim Potter2002-11-292-5/+6
| | | | | | | | (This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
* | Change default codepage to UNIX.Jeremy Allison2002-11-271-34/+54
| | | | | | | | | | Jeremy. (This used to be commit 537cd78268abae8005de73c7bfd9ec24865da654)
* | Test was reversed for ERRmoredata in cli_read.Jeremy Allison2002-11-271-0/+10
| | | | | | | | | | Jeremy. (This used to be commit fff7f3cbe248982bcd70abb1da6624186bab42d2)
* | reverted the removal of DESTDIR and adding a comment about itGerald Carter2002-11-271-17/+25
| | | | | | | | (This used to be commit d337416739907d778b2442ea4da49f1cefa112e6)
* | dumping up version numberGerald Carter2002-11-271-1/+1
| | | | | | | | (This used to be commit d19e86d3831072761a15d2811129cbe7ae225f52)
* | preparing for release of 3.0alpha21Samba Release Account2002-11-272-1/+2
| | | | | | | | (This used to be commit 49166d8879ab80a92217e63bec671e8ad4def74b)
* | last touches on release notesGerald Carter2002-11-271-16/+15
| | | | | | | | (This used to be commit 88cad74c36d260f497cdfbcdb68525f5eee6177d)
* | 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). (This used to be commit 91a21782e09562644ab4938cb0170b8fb94f0ccf)
* | * finializnig RedHat package for alpha21 releaseGerald Carter2002-11-272-1/+4
| | | | | | | | | | * fix cli_ds_getprimarydominfo() (bad memcpy() ) (This used to be commit e6184bbd8f87586e8cc98e4c599cf8e16f310bb9)
* | * 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 (This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
* | 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 (This used to be commit 6040171cabe3ca215149708a6244e24bc9c2c4fa)
* | lining up some spaces in configure.in and reran autoconfGerald Carter2002-11-263-17698/+8907
| | | | | | | | | | updating WHATSNEW (This used to be commit ff05947aac3a40a8568f02b368d4082f1df7c44b)
* | fix path to compiled VFS librariesGerald Carter2002-11-261-3/+3
| | | | | | | | (This used to be commit 6722ec03a0c76deea73a525350c47aa041778c9c)
* | fixing install problems with VFS modulesGerald Carter2002-11-261-16/+7
| | | | | | | | (This used to be commit 3a38736c1a07de6f09bd10e67fa0557ddf49dc1c)
* | Ensure data is not used uninitialised.Jeremy Allison2002-11-261-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 3c2d396aa8d674970b2cc043fd32d2648fcd004e)
* | Fix bug in tdb_fetch tidyup.Jeremy Allison2002-11-261-3/+1
| | | | | | | | | | Jeremy. (This used to be commit 88d081e06428f02bcde8ceed8d86835c9222c3a9)
* | working on alpha21Gerald Carter2002-11-263-628/+277
| | | | | | | | | | | | * sync packaging files with HEAD * started work on WHATSNEW (This used to be commit 9d6bdffb9e549bc0553f9a3b5830061ba6aa04b2)
* | Doh! forgot to add this yesterday when merging from HEAD.Gerald Carter2002-11-260-0/+0
| | | | | | | | (This used to be commit 96359479d6b6f642a030252bb6385a919ab7045b)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-262-0/+419
|\| | | | | | | used to be commit 96535956090c2f6d4d91631b1980ae916dd35316)
| * 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 (This used to be commit 47f3bfe9564e7f3aff60cefaefd599e0abb30a31)
| * [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 (This used to be commit 256d8c27cdc6f802f3bfba44593b07014f6ae10a)