1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00

7562 Commits

Author SHA1 Message Date
Jeremy Allison
057e91c1c3 Setup global_myworkgroup. Needed for secrets fetch code.
Jeremy.
-
Gerald Carter
72d3b16022 merge from 2.2 -
Samba Release Account
5ed31faeb1 preparing for release of 3.0-alpha11 -
Andrew Tridgell
2ffefba869 fixed more warnings on irix -
Andrew Tridgell
cc6c263993 fixed warnings on irix and crash bug on big endian machines -
Andrew Tridgell
102af994de fixed sscanf() of gid_t values -
Andrew Tridgell
ee161a5728 don't use server_info after its been freed -
Andrew Tridgell
e873d0ff1e support "map to guest" with spnego -
Andrew Tridgell
7984ae0121 forgot to commit this file from remus -
Andrew Tridgell
51268c512d added net lookup command -
Martin Pool
79feca4d25 Ignore torture.tdb -
Andrew Tridgell
6d2f7ed708 net now sends its debug to stderr so its output can be relied upon in
scripts
-
Andrew Tridgell
c8a040f2aa fixed long filenames on win98
the fstype must not be null terminated or win98 doesn't recognise it
-
Andrew Tridgell
0cfd0a5e54 much better auto-init of valid_table[]. This should just about remove
the need for valid.dat
-
Tim Potter
7d8082a8ad Grr - numbers printed in hexadecimal should be preceeded by 0x -
Tim Potter
b3aff6b5a3 Added some comments showing hex values of some constants. -
Andrew Tridgell
85f04fa61d mark '.' as a valid character -
Martin Pool
e76d27fcdb Add --enable-dmalloc to link against the dmalloc malloc debugger.
It's not as strong as Insure, but it's free, reasonably efficient and
works on every platform.
-
Andrew Tridgell
412e79c448 net ads password and net ads chostpass commands from Remus Koos -
Jeremy Allison
ab2e55cdb3 Added AC_CHECK_FUNCS(syslog vsyslog).
nsswitch code uses vsyslog without checking for it.
Provide replacement for vsyslog in lib/snprintf if not found by configure.
Jeremy.
-
Jeremy Allison
2d7b81e692 Allow ACL set to fail gracefully on HP HFS filesystems.
Jeremy.
-
Andrew Tridgell
1bf5c1a46f use "ads server" option if set for primary domain -
Samba Release Account
c0ff274379 preparing for release of 3.0-alpha10 -
Andrew Tridgell
e97b40e094 add support for mixtures of ADS/NT4 domains, as long as the primary
domain is ADS
-
Andrew Tridgell
05a90a2884 much better ADS error handling system -
Andrew Tridgell
344b786efe we only have gss_ fns on a krb5 capable box -
Andrew Tridgell
adf44a9bd0 added trusted realm support to ADS authentication
the method used for checking if a domain is a trusted domain is very
crude, we should really call a backend fn of some sort. For now I'm
using winbindd to do the dirty work.
-
Andrew Tridgell
ee1c3e1f04 - added initial support for trusted domains in winbindd_ads
- gss error code patch from a.bokovoy@sam-solutions.net
- better sid dumping in ads_dump
- fixed help in wbinfo
-
Andrew Tridgell
7348a969bc better nsstest error checking -
Andrew Tridgell
c11c27b281 fixed sid_compare_domain() -
Martin Pool
a7b052d991 Use less memory, but scribble all over it, just in case there's
something wrong with the way it's allocated.
-
Martin Pool
e2b080587c Doc how to reply to messages. -
Martin Pool
4c6c03c8c7 Make TALLOC_CTX and talloc_chunk private to talloc.c.
Add a global singly-linked list of all active talloc pools, so that we
can eventually show how much memory is used for different purposes.
This also gives a check that pools are not being doubly freed.

talloc_init_named now handle a NULL name properly (ie does nothing)

Add accessor talloc_pool_name().
-
Martin Pool
7da982e926 Doc -
Martin Pool
5dc2827b6e Doc -
Martin Pool
e6be48671d Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
talloc_vasprintf.
-
Martin Pool
5b6c22a209 Doc. -
Martin Pool
25b97a7435 Start adding some debugging features to talloc based on Samba's
ancient mem_man.c:

Each TALLOC_CTX now has a field to store its purpose, to aid in
tracking down memory bloat.  A new call talloc_init_named() should be
used instead of talloc_init() so that this is set.

Added talloc_vasprintf to be called by varargs functions.
-
Martin Pool
e339066995 Add a very trivial talloc torture program, bin/talloctort. Not built
by default.
-
Jeremy Allison
e943ace4f0 Fix for extra capabilities from Urban Widmark <urban@teststation.com>.
Jeremy.
-
Jeremy Allison
5700cbbd3f Patch from dan_thibadeau@hp.com to allow domain set in authfile.
Jeremy.
-
Jean-François Micouleau
589aa4fe22 added info level 1 to samr_query_alias() -
Jeremy Allison
7b8fb8d85c Fixup JF's weird SID return :-).
Jeremy
-
Jeremy Allison
2a1b531a1c Tidyup utmp code to cope with hostname = NULL.
Jeremy
-
Andrew Tridgell
2c54cfbc47 fixed handling of empty or dead domain in wbinfo -g -
Tim Potter
c15dec74a3 A fix to override the location of a user's home directory if it is
specified in the [homes] section of the smb.conf file.

Jeremy, can you take a look at this?  This is in response to someone on the
samba mailing list worrying about it.


Tim.

From: Phil Thompson <philnanne@mediaone.net>
To: samba@lists.samba.org
Subject: Different [homes] behavior in 2.2.2
X-Original-Date: Mon, 17 Dec 2001 23:09:28 -0500


Is it possible to configure samba to disregard the home directory in the
passwd file when using [homes]?  Even though an alternate "path" is set
in [homes], the service fails since the unix home directory is invalid
(nonexistent) on the server.

[...]

This behavior of validating the user's home dir as set in the passwd
files appears to be new
in 2.2.2 and the latest CVS. Anyway to work around this?
-
Tim Potter
5095941dcb Fixed uninitialised variable warning. -
Tim Potter
f26e8205cf Removed unused function, delete_fn() -
Tim Potter
5e0f0716ca Fixed bad args to debug statements. -
Jeremy Allison
dd13daf52b I'm pretty sure we need to return our netbios name for LSA_QUERY_INFO
level 5 when we're a standalone server. This makes the security dialogs
return correct info. JF - please check !
Jeremy.
-