1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

9300 Commits

Author SHA1 Message Date
Tim Potter
8303ff6260 More compile warnings. -
Tim Potter
e84f47a234 Fix compile warnings. -
Andrew Bartlett
9416289b57 Ensure we don't change to a user that we can't get an NT_TOKEN for. -
Herb Lewis
51e0a4adc7 fix for difference in strsep and strtok semantics -
Tim Potter
24fa84bda4 Spelling fixes. -
Gerald Carter
08b3f9688c get the access check in addform() correct this time.
Needed to modify OpenPrinter() to store the access granted to
on the print server handle as well.
-
Gerald Carter
ccb02f7cfc fix a few segfaults -
Andrew Bartlett
6aa7aa00f3 Make samsync use popt -
Andrew Bartlett
340bc31fdb A few fixes towards libsmbclient and rpcclient - get pointer types right and
try to keep to functions inside libsmbclient.

Andrew Bartlett
-
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 -