1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

9291 Commits

Author SHA1 Message Date
Andrew Bartlett
009b331182 Move comment -
Jeremy Allison
31a0c4ac33 Fixed IFSTEST errors with OpenParams... more to go.
Jeremy.
-
Tim Potter
f639eb3817 Added README written by Jelmer - thanks! -
Gerald Carter
982eadf73b fix segfault -
Jean-François Micouleau
2f68d6f5ec NETLOGON NetServerAuthenticate3 include and parser file
J.F.
-
Andrew Bartlett
2795d92268 More hacks for 'guest account' to get it to show up with the right rid...
Andrew Bartlett
-
Andrew Bartlett
7cb080559e Add tridge's backtrace script - it should at least work for systems with
gdb....

Andrew Bartlett
-
Jeremy Allison
d01bbd42ff Fix longstanding bug in Win2k clients by clearing the shortname
buffer before returning ascii short name.
Jeremy.
-
Jelmer Vernooij
a893676296 Document -v option -
Volker Lendecke
8c96ab4bc0 Replaced reference to global_myworkgroup by calls to lp_workgroup().
pdbedit failed to initialize global_myworkgroup, wo we could end up
having a SID for SECRETS/SID/  in secrets.tdb.

Volker
-
Andrew Bartlett
4cd822d9e4 This is like jht's (abortive) patch for showing only non-default testparm
options.

Andrew Bartlett
-
Jelmer Vernooij
addf29e676 Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible -
Volker Lendecke
287b7bda11 pdbedit needs global_myname to be set in order to display the
user SIDs correctly.

Volker
-
Volker Lendecke
2df34c9bfc global_myname is a pstring, not an fstring -
Jelmer Vernooij
16f4568f35 Add changes suggested by abartlet:
- don't use lp_passwd_file() to retrieve NIS domain name, but use location
  instead
- some cleanups
-
Jelmer Vernooij
debf77cd3a document nisplus sam -
Volker Lendecke
12fd889a3f Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdb
Print domain SID on 'net rpc info'

Volker
-
Volker Lendecke
169e784f48 just comment typos -
Volker Lendecke
5af5326f13 Fix debug level initialization for net.c
Volker
-
Andrew Bartlett
7cad781455 Cope with non-unix accounts - we just won't get the groups for those users.
Andrew Bartlett
-
Andrew Bartlett
2fc12864ae Use the 'init' flag to determine if the UID is set, rather than testing the
uid for -1.

Andrew Bartlett
-
Andrew Bartlett
b43304c2aa Fix pam_smbpass to always check the return value of pdb_getsampwnam() to
determine if the user exists.

(from post on samba-technical)

Andrew Bartlett
-
Andrew Bartlett
c58e3d5c7d Handle wrap-around on this number by making it unsigned.
(Wrapping to zero does not create problems in this cache)

Andrew Bartlett
-
Simo Sorce
233b14f447 implemented lock and mknod
addedd to vfstest the possibility to read a file to imput a stream of commands
-
Gerald Carter
db286e66ec addform fix from SAMBA_2_2 -
Simo Sorce
fb32fd99b9 fix typos
thanks Josef Zlomek
-
Jelmer Vernooij
72e9a5cd34 pdb_nisplus converted to the new passdb system API's -
Jeremy Allison
e53a81261e IFSTEST fixes for open fid, nametoolong.
Jeremy.
-
Shirish Kalele
b0bd42c946 The "max data count" value in SMB transacts indicates how much the other end can
send us. As it stands, we incorrectly set it to the number of bytes we are
sending. Correcting this by setting a static value of 1024 (This could even be
something larger). Improves RPC client performance.
-
Jelmer Vernooij
e0c61b3105 some fixes -
Jelmer Vernooij
71e2b41c77 fix typo -
Herb Lewis
a5c59b2cd1 fix irix compile errors - cannot initialize array in declaration statement
with non-const values - strsep not defined
-
Jelmer Vernooij
20f1765c32 Remove unused variables -
Jelmer Vernooij
f9018f4560 Don't report missing "-valid" -
Herb Lewis
92408c8220 fix generating protos for smbwrapper -
Jelmer Vernooij
724f368bba Update generated version of manpages -
Jelmer Vernooij
d3b8ad67fc New (simpler) documentation system. -
Jelmer Vernooij
8bb4843f20 Strip URL stuff, not only ending in .html -
Jelmer Vernooij
7864aeb969 Remove (broken) index
don't use underscores in chaptor names (invalid sgml syntax)
-
Herb Lewis
c9ffc416ae cannot use casts in the DLIST_xxx macros -
Gerald Carter
cd9ee27d89 segfault fixes merged from APP_HEAD -
Andrew Bartlett
d8122cee05 Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
our authenticaion code - removing some of the duplication from the current
code.

This also gets us *much* closer to supporting a real SAM backend, becouse the
SAM can give us the right info then.

This also changes our service.c code, so that we do a VUID (rather than uid)
cache on the connection struct, and do full NT ACL/NT_TOKEN checks (or cached
equivilant) on every packet, for the same r or rw mode the whole share was open
for.

Andrew Bartlett
-
Herb Lewis
4df7983487 fix irix compiler error -
Jelmer Vernooij
2e6aa71c96 Fix syntax errors -
Gerald Carter
1ed6f68f6f add support for the "value,OID" format described in MSDN.
I've not seen this on a real network, but we support it now :-)
-
Simo Sorce
2d1c7797ff a new icon for the upcoming wizard -
Tim Potter
ca73d24307 Added comment about our implementation of the trans2
SMB_FILE_INTERNAL_INFORMATION possibly causing the failure of one of the
IFSKIT tests.
-
Jelmer Vernooij
6a787a695d fix typo auth/auth_server.c
remove unused 'max packet' and 'packet size' options
-
Jelmer Vernooij
80a25fe365 More smb.conf manpage updates:
add printer command -> addprinter command
delete printer command -> deleteprinter command
display charset
dos charset
hide unwriteable -> hide unwriteable files
hostname lookups
name cache timeout
ntlm auth
paranoid server security
realm
smb ports
unicode
unix charset
wtmp directory
wins partners
block size
vfspath
-
Andrew Tridgell
7c2167182b fixed memory corruption in cli_full_connection() -