1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

10317 Commits

Author SHA1 Message Date
Jeremy Allison
9cf56dc977 Make sure we have a default st_blocksize.
Jeremy.
-
Gerald Carter
f978387e78 cleaning up some friendly error messages -
Gerald Carter
157b5ab198 [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277 -
Jeremy Allison
51c2cf3a9c Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac.uk>.
Jeremy.
-
Jeremy Allison
c6da50def8 Doing janitorial duty for tpot - memory leak fix.
Jeremy.
-
Jim McDonough
bbd7c8071a 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. -
Gerald Carter
5bfa2e901c ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2 -
Jeremy Allison
9cfa245bba Missed the removal of the incorrect ifdef.
Jeremy.
-
Jeremy Allison
4a9c995e50 Fix for 64 bit issues with oplocks and allocation size.
Jeremy.
-
Jeremy Allison
81be3a1429 THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks
autoconf 2.13.
Jeremy.
-
Gerald Carter
42a2e7d701 [merge from app_head]
XP sends GetPrinterData("ChangeId"). So we now respond accordingly.
Possible fix for CR 1147.
-
Jeremy Allison
d41858b9e6 Reformat of reply.c before Volker's patch.
Jeremy.
-
Tim Potter
aa496524cc Rerun autoconf. -
Tim Potter
5739ee4e63 Defaulting python breaks the clean target it python isn't installed. -
Herb Lewis
243763d6eb use FILE_MACRO instead of __FILE__
use FUNCTION_MACRO instead of __FUNCTION_
-
Herb Lewis
ce7d421ba9 use the new IVAL_TO_SMB_OFF_T for file_info size member
dir now shows correct size on large files
-
Jim McDonough
3c9726454e Support printer info 7, used for publishing -
Jim McDonough
ca8735532c Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriver info existence. -
Jim McDonough
1d0086aadb Stop using hacks for dns host/domain names. -
Jim McDonough
456813308d fns for retrieving dns host name and domain name (get rid of lp_realm hacks). -
Jim McDonough
2b152addf4 Add defines for standard DsSpooler/DsDriver values that get published. -
Jim McDonough
1bf36d3fc6 Don't segfault when trying to delete a key when none exist. -
Jeremy Allison
fc7d3faed7 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.....
-
Tim Potter
8c306804c6 Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to
be used.
-
Andrew Bartlett
323088259f As per Jeremy's request back this out, so as to re-gain the implicit length
check.

Andrew Bartlett
-
Andrew Bartlett
49d9698ef0 Link less with smbmnt and smbumount. Also change from a pstrcpy() to a
strncpy() to make it clear that we must operate on a PATH_MAX sized buffer.

Andrew Bartlett
-
Andrew Bartlett
b072bb9c84 No need for fstring manipulation here (Tcon&X), just use string pointers.
Andrew Bartlett
-
Andrew Bartlett
13b9af53bf Remove extra headers, and ensure that we correctly bail out of winbindd if we
can't create the socket.

Andrew Bartlett
-
Andrew Bartlett
ea18d02036 Dereference the correct thing here, so we don't segfault -
Andrew Bartlett
7d099e9a5b Make it clear that we might not be talking to a PDC here. -
Andrew Bartlett
281b713b12 POSIX indicates that this is always in network byte order, so we don't need the
little-endian case (tested on Intel-linux).

Andrew Bartlett
-
Andrew Bartlett
3f5608c7e0 Patch from Paul Green to detect exe extensions, needed for Stratus VOS.
Andrew Bartlett
-
Jeremy Allison
7ba051a830 Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schnitzer <dominik@schnitzer.at>
Jeremy.
-
Tim Potter
25bbd0d1f9 Ignore ntlm_auth binary. -
Tim Potter
191c1596f5 Fixed silly bug. -
Tim Potter
d9644ea3ed Rerun autoconf. -
Tim Potter
f5fa4801ce Fix up smbwrapper target. -
Jelmer Vernooij
5b4d03fc85 merge in some changes from metze's patches (rest follows later, after
some issues in the new module system have been resolved)
-
Jelmer Vernooij
3d0735e6b0 Add PDBLIBDIR, just like VFSLIBDIR -
Jeremy Allison
6639693746 Fix comment - 850 -> iso8859-1
Jeremy.
-
Jeremy Allison
e88bbec2a0 Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding.
Jeremy.
-
Jeremy Allison
1a36ac60be Test was reversed for ERRmoredata in cli_read.
Jeremy.
-
Gerald Carter
1cf0cfa1b7 merging changes from SAMBA_3_0 relating to RPM packaging -
Gerald Carter
cdeb6281f7 syncing packaging files with SAMBA_3_0 -
Gerald Carter
08ac3610f9 removing inet_aton() -
Gerald Carter
20e6d8c036 sync docs with SAMBA_3_0 and regenerate -
Gerald Carter
481a8a8aa9 fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0 -
Andrew Bartlett
e4be82e4e2 After consultation with tpot, remove the 'winbind_domain' environment
variable hack, the feild on the pipe, and the server-side.

It only controlled some enum operations in any case.

This is to try and have less 'magic' environment variables.

Andrew Bartlett
-
Andrew Bartlett
47f3bfe956 Having waited for *way* too long, this is mimir's namecache and trusted domain
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
-
Gerald Carter
256d8c27cd [print notify fixes from APP_HEAD]
* fixing change notify on print server handle
 * adding change notify support into smbcontrol for sending comment
   changes, etc...

All part of CR 1159/1160
-