1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

2552 Commits

Author SHA1 Message Date
Andrew Tridgell
ed4d1062b2 install all html docs in yodl help directory -
Andrew Tridgell
98b72722c8 re-ran yodl -
Andrew Tridgell
bfca6e6a9d got rid of a dangerous message command example -
Tim Potter
c44b418d6f Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().
Fix by Matt Chapman <m.chapman@student.unsw.edu.au>
-
Andrew Tridgell
baa43fb17b updated SWAT README to remove cgi-bin instructions -
Luke Leighton
e4ee653870 we have a problem: resolution of "Primary Group RID" which we assumed
would only be a domain group rid.  it can also be a local group rid,
which causes us problems in attempting to turn a unix gid into the
correct rid (domain group or local group).

sooo.... the fix is _in_ there, we just can't use it because it causes
link / knock-on problems in nmbd.
-
Luke Leighton
a24f6eb00b yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.
now need search capability on S-1-5-20, which will need argh, a
"group database API" on S-1-5-20, and the ability to add BUILTIN\Admins
etc to "local group map" argh.
-
Luke Leighton
591c63e3e1 fixing group database issues -
Jeremy Allison
6acb4b68f6 Makefile.in: Added maintainer mode fixes.
aclocal.m4: Added AC_LIBTESTFUNC.
configure.in: Fixed -lsecurity -lsec problems.
client.c: dos_ fixes.
groupdb/aliasunix.c: Dead code removal.
include/includes.h: Added default PRINTCAP_NAME.
lib/genrand.c: dos_ fixes.
lib/replace.c: Added strtoul.
lib/system.c: dos_ fixes.
lib/util.c: dos_ fixes.
lib/util_sid.c: Signed/unsigned fixes.
lib/util_str.c: removed bad const.
locking/locking_slow.c: dos_ fixes.
printing/printing.c: dos_ fixes.
rpc_server/srv_samr.c: Dead code removal.
rpc_server/srv_sid.c: global_myworkgroup defined with wrong size AGAIN !
smbd/dir.c: dos_ fixes.
smbd/open.c: dos_ fixes.
smbd/oplock.c: dos_ fixes.
smbd/reply.c smbd/server.c smbd/service.c smbd/uid.c: dos_ fixes.

Jeremy.
-
Luke Leighton
68342a29a8 LsaLookupNames client call (first used as lookupnames command in rpcclient). -
Herb Lewis
8ec972ba6c added file from 2.0 branch -
Luke Leighton
90a2466431 fixing domain join and domain login problems -
Luke Leighton
06b9100c1c clearer debug comments -
Luke Leighton
6de2b03d1c oops, forgot to rename smbfilegrp to smbunixgrp. -
Luke Leighton
f057b2e7a2 updated from yodl -
Luke Leighton
6c4cf9ea4a added "domain group map" and "local group map" explanations. -
Luke Leighton
53b49b44e1 sorting out difference between aliases and groups in the cases where
unix groups are not explicitly mapped.

i.e as a PDC or BDC you can have domain groups, as a member of a domain
you cannot.

as a member of a domain, unmapped unix groups are assumed to be aliases,
and as a PDC or BDC, unmapped unix groups are assumed to be unix groups.

there is _one_ other check needed with aliases to be added: unmapped unix
groups that have the same name as an NT group on the PDC (for which i will
need to write an LsaLookupNames call) should be assumed to be domain groups
on the PDC.
-
Luke Leighton
2bcc540af8 jean-francois pointed out problem with "lp_domain_role()" code, you
could never be a PDC.
-
Luke Leighton
b67d66a1e9 initialise not initialize... -
Jeremy Allison
252dd8b892 Fixed oplock test path spec bug.
Jeremy.
-
Jeremy Allison
81b9020891 Fixed -Wall -Wshadow warning.
Jeremy.
-
Luke Leighton
403f53d696 uninitialised counter -
Luke Leighton
c89642ff3f yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong... -
Luke Leighton
d502388234 re-added ypprot.h and yp_clnt.h -
Luke Leighton
53339b6389 re-added includes for yp_prot.h and yp_clnt.h -
Luke Leighton
0fdac4b42f get rid of __wait boring warning, caused by rpc/clnt.h -
Luke Leighton
22802195ed cvs being STUPID -
Luke Leighton
30b3f339f8 remove unused variable -
Luke Leighton
16ac5c89b7 unused variable removed -
Luke Leighton
ba78b5932a cvs being STUPID -
Luke Leighton
10e4cbd264 cvs is acting wierd. -
Luke Leighton
8af860394f someone had added code to convert rids to rids, assuming that the rids
in the file were gids: they are not.
-
Luke Leighton
82b6292dff remove / add / attempt to stop remove didn't work. -
Luke Leighton
e76f593b35 unix instance of group database API -
Andrew Tridgell
e93491953a replace ' with _ as well -
Andrew Tridgell
a3357ab493 changed string_sub() to replace " ; and ` in the inserted string with _
use all_string_sub() if you don't want this.
-
Andrew Tridgell
bdcee2557b deleted some old DEBUG() code that wasn't used -
Andrew Tridgell
7cb1470eb3 use http://samba.org/ not http://samba.org/samba/ -
Andrew Tridgell
42d2509c9f global change from samba.anu.edu.au to samba.org -
Richard Sharpe
8594c4bcae Added changes to smbtar submitted by Sandy Whitesel
Added some extra documentation for smbclient

Grr, Jeremy beat me to a bug fix in client.c

Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-)
-
Andrew Tridgell
fe4ef4bbef make SWAT obey the global "hosts allow" and "hosts deny" settings.
any attempt to run swat from a host that is disallowed will give an
error.
-
Andrew Tridgell
ab2370e7ac try to use *SMBSERVER to connect to password server if the first
session_request fails.
-
Andrew Tridgell
05696b4bbf add a error code when failed to get lock -
Andrew Tridgell
94fc7fe3af formatting change -
Andrew Tridgell
e97cbd6912 use bindir not sbindir in Makefile to ensure that we don't break
existing setups
-
Jeremy Allison
631913ea85 smbd/password.c: Added *SMBSERVER fix is name is too long.
web/swat.c: Changed '?' to help.
Jeremy.
-
Jeremy Allison
10f51b8572 Instrumented hack fix with debug level 10 statements just in case :-).
Jeremy.
-
Jeremy Allison
34d8f4b1c4 acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecurity checks
in a more sane way.
rpc_client/cli_netlogon.c: Removed correct bits check to see if this works with an NT3.51 PDC.
rpc_parse/parse_samr.c: Fixed compile warnings.
Jeremy.
-
Jeremy Allison
b02d21a73d Fixed stupid blunder where I renamed getpwanam to getpwnam.
Jeremy.
-
Herb Lewis
a33b4f623f wrong directory path for smbd and nmbd -