1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

10632 Commits

Author SHA1 Message Date
Jeremy Allison
14662de563 Janitor for tpot yet again... Merging in memory leak fix.
Jeremy.
(This used to be commit 6ce50ffcda1d6bd17f027d138a985bf93985c016)
2002-12-04 21:28:11 +00:00
Gerald Carter
612e1ffdba merges from HEAD - change_trust_account_password() must always talk to PDC
(This used to be commit af2fa4385015dce8dedafe80e02a0115892e508e)
2002-12-04 20:57:48 +00:00
Jeremy Allison
b0504a9526 Make sure we have a default st_blocksize.
Jeremy.
(This used to be commit 904f6dfb7a00be560e931efeb1c05c98296eceb2)
2002-12-04 19:47:01 +00:00
Gerald Carter
8a2f73215a cleaning up some friendly error messages
(This used to be commit 0f963685d9da1cd68cf922372c8ddaa769880f27)
2002-12-04 19:03:17 +00:00
Gerald Carter
779ec8d3cf [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277
(This used to be commit 18799c115b05d6662350509f6662dbfceb4b71f5)
2002-12-04 19:01:01 +00:00
Jeremy Allison
f60f763a2d Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac.uk>.
Jeremy.
(This used to be commit 2b9d35cf3f91e9488a55e0a73150d4c18b998afe)
2002-12-04 18:45:25 +00:00
Jeremy Allison
0694e965fb Doing janitorial duty for tpot - memory leak fix.
Jeremy.
(This used to be commit 7acf9594210f024e8d0c34259fcc990c6c76c838)
2002-12-04 18:39:50 +00:00
Jim McDonough
dae62a3d2e Automatic printer publishing when using APW or choosing 'list in the directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients.
(This used to be commit ca6360e8db30fc9be3fe3718c8b49c92dba5ecac)
2002-12-04 17:40:50 +00:00
Gerald Carter
c37f794f22 ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2
(This used to be commit aba40c38344356c5048ce57eb1c8e4d4be91f830)
2002-12-04 13:25:31 +00:00
Jeremy Allison
821e3d19f0 Missed the removal of the incorrect ifdef.
Jeremy.
(This used to be commit f9cef6f42193b3ae70569e2c7584f088fb53a51c)
2002-12-04 03:21:21 +00:00
Jeremy Allison
ce4628c199 Fix for 64 bit issues with oplocks and allocation size.
Jeremy.
(This used to be commit 379e719e983fb71f94cd2b691f8b194c109496c3)
2002-12-04 03:12:09 +00:00
Jeremy Allison
9e962452d8 DO NOT REMOVE THIS FILE. It breaks autoconf 2.13 without it.
Jeremy.
(This used to be commit 8a5b28b1b1e4d1d2f5f75e3d6b30c2910559d0b2)
2002-12-04 02:43:06 +00:00
Gerald Carter
a850e90080 [merge from app_head]
XP sends GetPrinterData("ChangeId"). So we now respond accordingly.
Possible fix for CR 1147.
(This used to be commit 9424a3b1d1bf11bf38e2bdfd20f1537cf97400ca)
2002-12-04 01:15:50 +00:00
Jeremy Allison
5ed2d4a1d3 Reformat of reply.c before Volker's patch.
Jeremy.
(This used to be commit c3877cfb9c9f3f9f86e32169cbb69c3c5bb2e3db)
2002-12-03 23:57:45 +00:00
Herb Lewis
e217ba0a70 use the new IVAL_TO_SMB_OFF_T for file_info size member
dir now shows correct size on large files
(This used to be commit 172dccf55e972d4cc40b7e34ce433d49e738fba0)
2002-12-03 20:02:18 +00:00
Jim McDonough
b32000da50 Support printer info 7, used for publishing
(This used to be commit 60502d9d4274ddb3756b79593125544683c45908)
2002-12-03 19:48:27 +00:00
Jim McDonough
2e2f58fded Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriver info existence.
(This used to be commit 59ced15a1b0d88a24a89b3aa9717599aa110272b)
2002-12-03 19:42:39 +00:00
Jim McDonough
9ce440e25d Stop using hacks for dns host/domain names.
(This used to be commit e707e2cc7c7483f6bcfbbaf8d3d99614a05a9ecf)
2002-12-03 19:38:27 +00:00
Jim McDonough
4225a857c9 fns for retrieving dns host name and domain name (get rid of lp_realm hacks).
(This used to be commit eda83b6d13f5f73136363d165e9396725b923873)
2002-12-03 19:36:53 +00:00
Jim McDonough
b95056499b Add defines for standard DsSpooler/DsDriver values that get published.
(This used to be commit dbbf1747534300fd5f8641822428dd45f956327f)
2002-12-03 19:27:41 +00:00
Jim McDonough
1047e83417 Don't segfault when trying to delete a key when none exist.
(This used to be commit 887ec4e5100dcbe8f1109232e27abc4ed6ad42f2)
2002-12-03 19:25:01 +00:00
Jeremy Allison
6a019636b9 Fixed nasty bug where file writes with start offsets in the range
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)
2002-12-03 08:02:41 +00:00
Jeremy Allison
1c8e1e0448 Ensure callid is not used uninitialized.
Jeremy.
(This used to be commit ddd70995951c072a02fc3bddd7a94ccbf301f62c)
2002-12-02 23:51:53 +00:00
John Terpstra
aef4047b24 Changed conditional in .rpmmacros from -x to -r.
ie: From 'exists and is exexuctable' to 'exists and is readable'
(This used to be commit 6076d9345fe30b4ea2c7429e750f9d32b0264247)
2002-12-02 00:37:55 +00:00
Andrew Bartlett
755893ba3c Merge from HEAD, struct in_addr is always in network byte order, so we don't
need a little-endian case here.
(This used to be commit 24fb89da51f54cc547f7f963b094b0f3178632e4)
2002-12-01 03:07:42 +00:00
Andrew Bartlett
6afdd64815 Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS.
Andrew Bartlett
(This used to be commit e6f2d9dfdb76a2d3f90354eb38f88709773353cb)
2002-12-01 03:06:18 +00:00
Jeremy Allison
d047db2807 Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schnitzer <dominik@schnitzer.at>
Jeremy.
(This used to be commit 15185ac437a6a0f53711bef035879173dbb492c6)
2002-12-01 00:45:07 +00:00
John Terpstra
d5bd112906 Added smbsh and smbwrapper.so.
(This used to be commit 2b7e12c8b1c11dd75e8774b0a89e46c4fd4cda1e)
2002-11-30 15:39:54 +00:00
John Terpstra
340e0cd592 Typos! Argh!
(This used to be commit 47cb925e699bffba9f4c90a946050d9008836804)
2002-11-30 02:32:02 +00:00
John Terpstra
24a136e889 Added pam_smbpass suppot back, added smbsh files.
(This used to be commit 0d39ac08451e9abf6fa83a84016ef9942f82dc97)
2002-11-30 02:02:56 +00:00
John Terpstra
f3ab101ea2 Update to include support for new vfs and pdb modules.
(This used to be commit 1a73f80269b4c31a66724b1976bc103af807f26c)
2002-11-30 01:15:59 +00:00
Jelmer Vernooij
a03a67a4b3 remove bin/developer.so - it's not in 3.0 yet
add VFS_MODULES and PDB_MODULES to clean
(This used to be commit e567c19e0513b9bf35c7324de0f49b7d83b7d7b6)
2002-11-29 23:58:19 +00:00
Jelmer Vernooij
fa3baed15a Sync with HEAD:
- Create vfs and pdb subdirs in installmodules rule
 - Add PDBLIBDIR
(This used to be commit 6e627847864676d3845f493ab423bfbd8830d539)
2002-11-29 23:01:30 +00:00
John Terpstra
5e37318b33 This does not work - VFS module handling is broken.
(This used to be commit 3ce66f5a10b2493e293170ee7ff97cbfdec5f45b)
2002-11-29 22:53:43 +00:00
John Terpstra
b0da6b4089 Another update from Kurt Pfeifle.
(This used to be commit 52e68c129553479e2c126654d98a2eb4fa76b291)
2002-11-29 03:00:55 +00:00
Tim Potter
f3e3a56ea9 Merge a bunch of trivial changes from HEAD. The difference remaining
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)
2002-11-29 02:58:59 +00:00
Tim Potter
8986bdf707 Rerun autoconf.
(This used to be commit 3ce520785369c319a93b3f33a8e1f73c12cab18a)
2002-11-29 01:18:13 +00:00
Tim Potter
c0a542fcad Merge from HEAD:
- 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)
2002-11-29 01:17:00 +00:00
Tim Potter
583652aa1a Another global_myname() fix from HEAD.
(This used to be commit 880083e2e614d88675f98a46cfe7acdaeb167db3)
2002-11-29 01:13:05 +00:00
Tim Potter
77c25dfbaa Merge from HEAD:
>Added some extra code to test absence/presence of LM and NT passwords.
(This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
2002-11-29 01:12:15 +00:00
Tim Potter
9fe17afefe Merge of argument check fixes from HEAD.
(This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7)
2002-11-29 01:11:08 +00:00
Tim Potter
531ecf607a Merge of global_myname() fixes from HEAD.
(This used to be commit 7adb6af115dfc1189c2894d45a796b7b8dfe7a05)
2002-11-29 01:10:31 +00:00
Tim Potter
602635d484 Merge of compiler warning fixes from HEAD.
(This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
2002-11-29 01:10:10 +00:00
Jeremy Allison
5767dbbdcd Change default codepage to UNIX.
Jeremy.
(This used to be commit 537cd78268abae8005de73c7bfd9ec24865da654)
2002-11-27 21:01:26 +00:00
Jeremy Allison
296c93923c Test was reversed for ERRmoredata in cli_read.
Jeremy.
(This used to be commit fff7f3cbe248982bcd70abb1da6624186bab42d2)
2002-11-27 19:11:46 +00:00
Gerald Carter
dbb2ecddaa reverted the removal of DESTDIR and adding a comment about it
(This used to be commit d337416739907d778b2442ea4da49f1cefa112e6)
2002-11-27 16:21:25 +00:00
Gerald Carter
3ed178d0e1 dumping up version number
(This used to be commit d19e86d3831072761a15d2811129cbe7ae225f52)
2002-11-27 04:46:34 +00:00
Samba Release Account
28930433aa preparing for release of 3.0alpha21
(This used to be commit 49166d8879ab80a92217e63bec671e8ad4def74b)
2002-11-27 02:58:09 +00:00
Gerald Carter
d64892d22e last touches on release notes
(This used to be commit 88cad74c36d260f497cdfbcdb68525f5eee6177d)
2002-11-27 02:51:29 +00:00
Gerald Carter
e2a958058c update docs for "password server" and regenerate
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)
2002-11-27 02:42:12 +00:00