1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

15647 Commits

Author SHA1 Message Date
Jeremy Allison
f0f7a48327 Fixup the 'multiple-vuids' bugs.
Jeremy.
-
Gerald Carter
ed46d9aef3 urban's changes for nosuid,nodev -
Gerald Carter
d5dac6c5e2 specfile changes form the 3.0.2 release -
Jim McDonough
730c07cac2 Move tdbsam versioning/upgrade code into 3.0 -
Herb Lewis
ed4af810cf merge old change from 2.2 branch to give legend in heading -
Jim McDonough
b7706f7e25 Try to remove the last vestiges of unknown_3...
Jelmer, can you look at the sql and xml backends please to verify?
-
Gerald Carter
cfe80f0df7 abartlet's pdb_set/changed flag fix for NULL passwords -
Richard Sharpe
4df824d38b Commit Andrew Bartlett's interesting patch to smbclient that allows for
multiple logins and changing vuids. I fixed up a couple of variables so it
actually works.

We want to use this to test our multiple SIDs in the kernel changes etc.
-
Gerald Carter
ee8f142b87 stupid cut-n=paste error; my fault -
Jim McDonough
1976843345 More sync between passdb on 3.0 and HEAD.
Replace unknown_3 with fields_present.  Also causes rpc_samr structure field changes.
-
Jim McDonough
7b40f6c464 Start of merging HEAD changes. Right now, just move one fn() to eliminate
the prototype at the beginning, and change some comments so diffs to HEAD
aren't filled with useless info.
-
Gerald Carter
70cc747fdf fix build of lock tests -
Gerald Carter
6e22c5da92 merge from old APP_HEAD
* remove corrupt tdb and shutdown (only for printing tdbs, connections,
  sessionid & locking)
* decrement smbd counter in connections.tdb in smb_panic()
* various Makefile hack to get things to link

'max smbd processes' looks like it might be broken.  The counter KEY is not
being set.  Will look into that tomorrow.
-
Gerald Carter
daee8d7fee updates for tdbsam code to help make merge into head easier; needs a bit more testing tomorrow but initial results seem ok -
Jeremy Allison
adf8ee3df7 More paranoia checks.
Jeremy.
-
Steve French
e73b6a5ae5 Update mount.cifs version to 1.1 -
Steve French
c2b4d81a8d Mount helper fixes for nosetuid, noexec part two of two -
Steve French
5bb6429cc4 Add missing nosetuid and noexec options -
Jeremy Allison
e914230a2d Don't set an iterator to a piece of free'd memory, store it first.
Jeremy.
-
Gerald Carter
60eb69ff64 BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions -
Gerald Carter
8734d91cd7 fix set/getsampwent iterator in tdbsam to use an allocated list -
Jeremy Allison
86b030197d Paranoia fixes :-).
Jeremy.
-
Jeremy Allison
5379ad9824 Added James Peach's fix for #1038.
Jeremy.
-
Gerald Carter
44db163b30 BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fixes for 'net share' -
Gerald Carter
a44f67b141 marking 'only user' as deprecated (based on feedback in bug 66) -
Gerald Carter
96a108705b fix from Bostjan Golob -
Gerald Carter
7a61c2ae45 more fixes from the static changes; please move static functions to the top of files to prevent this from happening -
Gerald Carter
4f97988dd6 fix more compiler warning after the latest static rampage -
Jeremy Allison
e275835b51 Fix for possible crash bug from Sebastian Krahmer (SuSE).
Jeremy.
-
Gerald Carter
d85ee7b85b add smbget to cvs ignore list -
Gerald Carter
ec346adf34 bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug where getpwent_list() was overoverwriting the username for entries. However the code path to the bug was introduced only on January 25 -
Volker Lendecke
90fabe6ec0 Expand 'net rpc group members' to local groups.
Volker
-
Gerald Carter
f285565d67 bring release notes in the 3.0 branch up to date -
Volker Lendecke
6c78a096a5 And another build fix.
Volker
-
Volker Lendecke
38c9b775ce Fix the build & get rid of a compiler warning.
Volker
-
Tim Potter
27242f44e6 Apply James' printf format checking patch for SGI MIPSPro compiler. -
Andrew Bartlett
203ce01836 Add more static...
Andrew Bartlett
-
Andrew Bartlett
ab25af0e18 nsswitch/winbindd_util.c:
add static

smbd/uid.c:
	remove unused function

Andrew Bartlett
-
Andrew Bartlett
a4392ede33 When we set a domain sid, force get_global_sam_sid() to do it's work again.
This should ensure that the value it returns is always consistant.

Andrew Bartlett
-
Andrew Bartlett
01be89eb43 Add static, and assert that we will never overflow the static fstring
in pdb_encode_acct_ctrl()  (All current callers are fine)

Andrew Bartlett
-
Andrew Bartlett
25a09004e8 More 'static' work.
Andrew Bartlett
-
Andrew Bartlett
6b629344c5 Make it possible to 'net rpc samdump' of any domain you are currently joined
to, despite any smb.conf settings.

Work to allow the same for 'net rpc vampire', but instead give a clear
error message on what is incorrect.

Andrew Bartlett
-
Andrew Bartlett
4c7d6b9be3 Add some help for 'net rpc password'.
Andrew Bartlett
-
Andrew Bartlett
fcdc5efb1e Make more functions static, and remove duplication in the use of functions
in lib/smbpasswd.c that were exact duplicates of functions in passdb/passdb.c

(These should perhaps be pulled back out to smbpasswd.c, but that can occour
later).

Andrew Bartlett
-
Andrew Bartlett
5693730594 Samba hasn't used this function for ages - it's now handled deep in the
auth subsystem.

Andrew Bartlett
-
Andrew Bartlett
318e11748a Remove more unused portions of the 'password cache'.
Andrew Bartlett
-
Andrew Bartlett
66569546e8 Remove more unused functions - this time parts of the 'password cache'.
Andrew Bartlett
-
Andrew Bartlett
128c328ddb Another static function.
Andrew Bartlett
-
Andrew Bartlett
0686bc9e07 Make this table static const.
Andrew Bartlett
-
Andrew Bartlett
4c4aa80177 Remove unused utility function.
Andrew Bartlett
-