Jeremy Allison
ecc134a2e3
r5355: Fill in the access check code for POSIX ACLs to *really* fix bug #2227 .
...
Jeremy.
2007-10-10 10:55:39 -05:00
Günther Deschner
fdf9bdbbac
r5349: After talking with Jerry, reverted the addition of account policies to
...
passdb in 3_0 (they are still in trunk).
Guenther
2007-10-10 10:55:38 -05:00
Jeremy Allison
00f8ac509a
r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t values.
...
Jeremy.
2007-10-10 10:55:38 -05:00
Jeremy Allison
08553faeeb
r5342: Reformat some very old code.
...
Jeremy.
2007-10-10 10:55:38 -05:00
Jim McDonough
bfd9b9e997
r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore the
...
right pipe FID. Fixes NT_STATUS_INVALID_HANDLE error.
2007-10-10 10:55:38 -05:00
Gerald Carter
a882a349df
r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s on exit
2007-10-10 10:55:38 -05:00
Gerald Carter
75a223f118
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbios = yes'
2007-10-10 10:55:38 -05:00
Volker Lendecke
e7dc9fde45
r5331: Support SIDs as %s replacements in the afs username map parameter.
...
Add 'log nt token command' parameter. If set, %s is replaced with the user
sid, and %t takes all the group sids.
Volker
2007-10-10 10:55:37 -05:00
Jeremy Allison
da23577f16
r5324: In order to process DELETE_ACCESS correctly and return access denied
...
to a WXPSP2 client we must do permission checking in userspace first
(this is a race condition but what can you do...). Needed for bugid #2227 .
Jeremy.
2007-10-10 10:55:37 -05:00
Richard Sharpe
d3482e118f
r5318: Fix a small problem in where we ignore the response from a SamrGetGroupsForUser
...
that says the user is in 0 groups, and we issue an RPC to LookupIds for 0 RIDs.
The printing that there are no groups the user is a member of might be overkill
in that it might upset existing scripts that don't expect that output.
2007-10-10 10:55:37 -05:00
Volker Lendecke
5818b092e6
r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.
...
Implement 'net afs impersonate', generate a token for a specified user. You
obviously need to be root for this operation.
Volker
2007-10-10 10:55:37 -05:00
Volker Lendecke
b48a46162d
r5314: Some const, and an uninitialized variable fix.
...
Volker
2007-10-10 10:55:37 -05:00
Gerald Carter
f88f5e1218
r5295: fix compile issue with MIT 1.4 due to broken gssapi.h
2007-10-10 10:55:37 -05:00
Jeremy Allison
3e10c36cb5
r5290: Fix for bug #2323 - plaintext problem with WinXP.
...
Jeremy.
2007-10-10 10:55:36 -05:00
Herb Lewis
2bd0253c11
r5287: fix build problem when HAVE_POSIX_ACL not defined
2007-10-10 10:55:36 -05:00
Tim Potter
74d872287b
r5283: Merge -r5279 and-r5280 from trunk.
2007-10-10 10:55:36 -05:00
Gerald Carter
dd55ef25d1
r5278: BUG 2327: fix compile bug in idmap_rid.c
2007-10-10 10:55:36 -05:00
Gerald Carter
82c4e2f37f
r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove unused variables
2007-10-10 10:55:36 -05:00
Gerald Carter
ba0c711a43
r5271: patch from S Murthy Kambhampaty <smk_va@yahoo.com> to add idmap_rid.so to the Fedora and RedHat packaging
2007-10-10 10:55:35 -05:00
Gerald Carter
c8b79cd78c
r5270: fixing some bashism's in autogen.sh
2007-10-10 10:55:35 -05:00
Gerald Carter
aff2fb7a65
r5269: BUG 858: fix order of popt args evalution so we don't crash when given no command line args
2007-10-10 10:55:35 -05:00
Jeremy Allison
96dfec739a
r5268: Fix bug #2310 , only do 16-bit normalization on small dfree
...
request.
Jeremy.
2007-10-10 10:55:35 -05:00
Gerald Carter
c3f760bea9
r5265: ensure that the Fedora RPMS build with cups support
2007-10-10 10:55:35 -05:00
Günther Deschner
3d391ef149
r5264: Log with loglevel 0 when account-administration scripts fail.
...
Guenther
2007-10-10 10:55:35 -05:00
Gerald Carter
0f66db48b0
r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error message in fullpath()
2007-10-10 10:55:35 -05:00
Günther Deschner
6cdf3b97de
r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we
...
should not say we are a PDC.
Guenther
2007-10-10 10:55:34 -05:00
Simo Sorce
ed61c84581
r5257: Upadate patches and control files
...
Sync up with 3.0.11
2007-10-10 10:55:34 -05:00
Tim Potter
bc4f884104
r5246: We can't use a pointer to struct lsa_info until is has been
...
initialised. Fix for bugzilla #2315 . Can the privileges dude(s)
please verify this?
2007-10-10 10:55:34 -05:00
Steve French
076485169e
r5236: Ignore users mount parm (since unneeded by cifs kernel code). Suggested by Dirk Jagdmann.
2007-10-10 10:55:34 -05:00
Günther Deschner
00b5990617
r5235: Fix compile warning.
2007-10-10 10:55:34 -05:00
Günther Deschner
2556e6570e
r5234: Do not use the "Local Unix Group"-default description for all kinds of
...
group-mappings.
Guenther
2007-10-10 10:55:34 -05:00
Gerald Carter
b58b1ada29
r5233: fixing some typos
2007-10-10 10:55:33 -05:00
Volker Lendecke
563ec791c6
r5228: Fix typo, mention officially supported samba3/SLES8 packages on ftp.sernet.de.
...
Volker
2007-10-10 10:55:33 -05:00
Gerald Carter
51211daa4d
r5227: removed SuSE spec file @ Lars' request and updated read to point to package download areas
2007-10-10 10:55:33 -05:00
Stefan Metzmacher
c0ee5922cd
r5225: fix mem leak and debug message
...
metze
2007-10-10 10:55:33 -05:00
Gerald Carter
9019a84361
r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)
2007-10-10 10:55:33 -05:00
Gerald Carter
62e7cc7c3b
r5205: more fixups for BUG 2291
2007-10-10 10:55:33 -05:00
Gerald Carter
5ec1faa2ad
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add domain trusts
2007-10-10 10:55:32 -05:00
Gerald Carter
c3edeba62d
r5192: missed one packaging fix for BUG 2299
2007-10-10 10:55:32 -05:00
Gerald Carter
d9d5634821
r5191: BUG 2299: better logrotate configuration from Levente Farkas <lfarkas@lfarkas.org>
2007-10-10 10:55:32 -05:00
Jeremy Allison
c43bae306a
r5183: Ensure we correctly set the per-connection "case_sensitive" setting.
...
Rename dptrs_open to the more correct dirhandles_open.
Remove old #if 1.
Jeremy.
2007-10-10 10:55:32 -05:00
Günther Deschner
5ca0d1b87c
r5180: Call the "add machine script" to create all kinds of trust accounts
...
(this restores old behaviour). Fixes #2291 .
Guenther
2007-10-10 10:55:32 -05:00
Deryck Hodge
c9cacd553f
r5179: Add -P (password-menu-only) option to swat. Admins can allow users
...
to use swat to change their password without allowing them to see
the "View" and "Status" buttons.
deryck
2007-10-10 10:55:32 -05:00
Simo Sorce
1424612047
r5176: Warn the user that print command is ignored when using cups libraries
2007-10-10 10:55:32 -05:00
Gerald Carter
be537eaebe
r5174: ensure that we consistently use the current_user_info.smb_name vs. smb_name when parsing smb.conf and reloading config files
2007-10-10 10:55:31 -05:00
Jeremy Allison
54ac409d4f
r5166: From James Peach - remove minor C99-isms.
...
Jeremy.
2007-10-10 10:55:31 -05:00
Gerald Carter
6a6e4af46a
r5165: BUG 2295: always use get_local_machine_name() rather than digging in the gloval variable 'local_machine'
2007-10-10 10:55:31 -05:00
Jim McDonough
d159a5013e
r5163: Fix bugzilla 2062:
...
turn off broadcast for all 390 NICs.
2007-10-10 10:55:31 -05:00
Gerald Carter
0a1f9703a1
r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient since they are stable in 'net rpc' (to avoid fixing portability bugs)
2007-10-10 10:55:30 -05:00
Jeremy Allison
0b04dd9d0c
r5160: First cut at refactoring of directory code to handle non-wildcard
...
directory match more efficiently. Passes RAW-SEARCH under valgrind but needs more
testing (which I'll do later today :-).
Jeremy.
2007-10-10 10:55:30 -05:00