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

15124 Commits

Author SHA1 Message Date
Gerald Carter
d72d77c427 show locked files for -u <user>; bug 590 -
Richard Sharpe
af42af75a4 Add testacl.c ... from Derrell Lipman. -
Rafal Szczesniak
d6857d191c Omit html documentation tree because it has been moved to the separate
module. Install though, in case one recreates the tree as it was before.


rafal
-
Andrew Tridgell
b3e024ce1d a small include file rearrangement that doesn't affect normal
compilation, but that allows Samba3 to take advantage of pre-compiled
headers in gcc if available.
-
Andrew Tridgell
ef01aedfb4 added support for "make pch" to build a precompiled header. Note that
this is not called by default and I don't think it should be - I think
the programmer should specifically ask for pch generation when they
want it.
-
Gerald Carter
ccd5665a65 fix crash bug due to empyrt munged dial string; patch from metze -
Jeremy Allison
e61324cc6a Patch from Andrew Bartlett <abartlet@samba.org> for security=server core
dump if server goes away.
Jeremy.
-
Richard Sharpe
63d7698208 Fix a problem with configure on *BSD systems. Make sure we add -liconv etc
to LDFLAGS. One of the problems with configure/autoconf is that there seems
to be no separation of LDLFAGS etc in configure from the LDFLAGS it is
building for the Makefile.
-
Volker Lendecke
6b457d0c5c Skip over the winbind separator when looking up a user.
Volker
-
Jelmer Vernooij
58c21bc0d1 Add new fields bad_password_count and logon_count -
Gerald Carter
ad5588e306 last update to WHATSNEW -
Gerald Carter
9b8bf6a950 * only install swat html files once
* revert the change that prevent the guest
  account from being added to a passdb backend
  since it broke the build farm.
* apply patch from Alex Deiter to fix the
  "smbldap_open: cannot access when not root
  error" messages when looking up group
  information (bug 281)
-
Jeremy Allison
e591854eda Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.com>with memory leak fixes by me.
Jeremy.
-
Gerald Carter
d45441bb4f working on release notes for 3.0.1pre2 -
Tim Potter
9d8cacc4e6 Set vendor name. -
Tim Potter
0b28bed505 Set vendor string. -
Tim Potter
e68189ba86 Add vendor name to rpm preamble. -
Gerald Carter
ee272414e9 fix for bug 680 (heads up). This gist is to map the
UNIX entity foo to DOMAIN\foo instead of SERVER\foo
on members of a Samba domain when all UNIX accounts
are shared via NIS, et. al.

  * allow winbindd to match local accounts to domain SID
    when 'winbind trusted domains only = yes'

  * remove code in idmap_ldap that searches the user
    suffix and group suffix.  It's not needed and
    provides inconsistent functionality from the tdb backend.

This has been tested.  I'm still waiting on some more feedback
but This needs to be in 3.0.1pre2 for widespread use.
-
Gerald Carter
e0eea36394 don't allow setting of the guest account -
Volker Lendecke
3a7c8c4f0e Implement %i-Macro for the locally used IP address. With this you can again
have virtual hosts with different configurations on a single smbd even on port
445.

Volker
-
Volker Lendecke
d7162122ea Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
get_peer_name. This is to get closer to the getsockname/getpeername system
functions.

Next step will be the %i macro for the local IP address. I still want to play
%L-games in times of port 445.

Volker
-
Andrew Bartlett
156cf8bede I agree with vl's #if 0 here, and am not quite sure what I was
thinking with regard to the original code.

Let's keep samba simple, and just remove it.

Andrew Bartlett
-
Andrew Bartlett
256b85802e Remove compleatly wrong comments. (There were correct, 2 years ago...)
Andrew Bartlett
-
Andrew Bartlett
e0868b978e Add newline to debug message -
Richard Sharpe
de6d5f1d10 A fix to allow configure to find iconv on a number of systems including those
that don't have such support in glibc.
-
Tim Potter
0519a7022b Final round of printf warnings fixes for the moment. -
Jeremy Allison
3c19ac5f1c Fix bug #471. (const needed in lp_set_name_resolve_order).
Jeremy.
-
Tim Potter
cfccf00816 Ignore tallocdump binary. Previous commit was printf warning fixes and an
accidental commit of some other stuff I was working on.
-
Tim Potter
0a79519bc4 Undo accidentally committed stuff. -
Tim Potter
addeb1c6c9 Ignore tallocdump binary. -
Gerald Carter
efe257bce2 run krb5 logins through the username map if the winbindd lookup fails; bug 698 -
Gerald Carter
486f495ea7 patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570 -
Tim Potter
d3af6b443d Undo last commit to get things building again. -
Gerald Carter
ccc7634b1c bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flag -
Richard Sharpe
44be80e488 Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branch
as well.
-
Volker Lendecke
b628ba0fc0 Compile tdbdump by default.
Volker
-
Tim Potter
c5865e3dfe Patch from James Henstridge to allow rpcclient adddriver command to specify
printer driver version.  Closes bug #514.
-
Gerald Carter
a77f592430 make sure that we expand %H (from vl); bug 612 -
Gerald Carter
3f67b2bbfd added note about stripping comments from LDIF; bug 642 -
Jeremy Allison
29413db303 Fix coredump in cli_get_backup_list.
Jeremy.
-
Jeremy Allison
154793981a Fix debug message warning.
Jeremy.
-
Jeremy Allison
d085c94dac Fix for bug #771. Fix packet length for browse list reply.
Jeremy.
-
Tim Potter
4480058d85 Fix crash bug in smbclient completion. Closes bug #659. -
Tim Potter
e306c96268 Add ldaplibs to pdbedit link line. Fixes bug #651. -
Tim Potter
761e13da4e Use the actual size of the buffer in strftime instead of a made up value
which just happens to be less than sizeof(fstring).  Closes #713.
-
Tim Potter
66e5043553 Fix typo in debug statement. -
Tim Potter
1814c29b7d Generate 64-bit clean printf's for build options. -
Jeremy Allison
8b06385e00 Fix for bug #703, try lowercase netgroups lookups.
Jeremy.
-
Tim Potter
fc30b6b547 Fix missing bracket in quota quote - my fault. -
Tim Potter
7710232ba2 Use a static string instead of malloced one in winbind_{off,on}() utility
functions.
-