Volker Lendecke
d3b66fb871
r13389: get_ldap_filter is only used once, make it static
2007-10-10 11:09:58 -05:00
Jeremy Allison
6f8334ad31
r13386: Fix parsing of SAMR_Q_CONNECT_ANON.
...
Jeremy.
2007-10-10 11:09:58 -05:00
Gerald Carter
064338c6f5
r13384: Adding in some more SuSE patches
...
* uninitialized-variables.diff
* samba-smbadduser.diff
* samba-implicit_decl.patch
2007-10-10 11:09:57 -05:00
Gerald Carter
1b955bbf59
r13383: pulling in swat-welcome patch from SuSE packaging
2007-10-10 11:09:57 -05:00
Gerald Carter
9eb743584d
r13382: added server affinity cache stores for 'net rpc join' and trusted domain code
2007-10-10 11:09:57 -05:00
Volker Lendecke
5f9f772c25
r13379: Andrew correctly noted that this breaks -s. Not sure what to do...
2007-10-10 11:09:57 -05:00
Volker Lendecke
c7cc625d63
r13378: Not sure what this breaks, but we have to do the popt processing after the
...
lp_load, because otherwise the lp_load overwrites the -W setting again.
Volker
2007-10-10 11:09:57 -05:00
Günther Deschner
a04a5e40b7
r13377: Fix from Volker: Make offline authentication work with NT4 as well
...
(handle no ACB_NORMAL flag and save name2sid as early as possible).
Guenther
2007-10-10 11:09:57 -05:00
Gerald Carter
9cb372605c
r13376: break docs out to a separate package; cleanup /var/cache/samba -> /var/lib/samba
2007-10-10 11:09:56 -05:00
Günther Deschner
24c6b9fecb
r13375: Match XP behaviour: Don't force 'Administrator' to change an expired
...
password on logon. (this might be true for all domain admins as well).
Guenther
2007-10-10 11:09:56 -05:00
Simo Sorce
e9bcc24b13
r13374: new revision of the snprintf replace code
...
still missing a configure test to make us
substitute our snprintf to system one when
the system one does not have positional parameters support
2007-10-10 11:06:27 -05:00
Volker Lendecke
dde8322b5c
r13371: Remove an unused function
2007-10-10 11:06:26 -05:00
Jeremy Allison
b1ebc12b50
r13368: I must write out 1000 times, "Don't use C++ reserved words..."
...
Jeremy.
2007-10-10 11:06:26 -05:00
Volker Lendecke
04cbde5956
r13366: Add popt to the include path for examples/VFS. The modules themselves don't
...
use that, but includes.h fails in environments where there's no system popt
around. As the modules don't need that anyway, porting the check whether to
use the system one or our own seems a bit overkill.
Thanks to Michael Adam <ma@SerNet.DE>.
Volker
2007-10-10 11:06:26 -05:00
James Peach
13766b03e8
r13364: Continue not enabling valgrind on 64-bit Linux (see also rev 8510).
2007-10-10 11:06:26 -05:00
Tim Potter
7ca75d9060
r13363: Honour the $(DESTDIR) Makefile variable when installing Python
...
extensions. Fix from Vladimir Lettiev.
2007-10-10 11:06:26 -05:00
Volker Lendecke
70114f509c
r13351: Fix copyright
2007-10-10 11:06:26 -05:00
Volker Lendecke
fc73690a70
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
...
Implement 'net rpc shell account' -- An editor for account policies
nt_time_to_unix_abs changed its argument which to me seems wrong, and I could
not find a caller that depends on this. So I changed it. Applied some more
const in time.c.
Volker
2007-10-10 11:06:26 -05:00
Volker Lendecke
bd1be2388e
r13343: More sql cleanup
2007-10-10 11:06:25 -05:00
Volker Lendecke
a3bc4f5114
r13338: Remove the experimental pdb modules
2007-10-10 11:06:25 -05:00
Volker Lendecke
b129b4f94f
r13337: Attempt to fix the AIX build
2007-10-10 11:06:25 -05:00
Jeremy Allison
2aed5b3640
r13331: No I didn't have to change the interface version...
...
Jeremy.
2007-10-10 11:06:25 -05:00
Jeremy Allison
dbe2572d1c
r13329: Fix libsmbsharemodes.so to work with the stored delete token.
...
Less trouble than I thought plus it didn't need an interface
change (thank goodness !).
Jeremy.
2007-10-10 11:06:25 -05:00
John Terpstra
77fb699851
r13327: Update install.html location & fix typo.
2007-10-10 11:06:25 -05:00
Gerald Carter
18800eab03
r13326: fix bad path in RHEL spec file; going to have to rebuild Fedora packages
2007-10-10 11:06:24 -05:00
Jeremy Allison
6196446a03
r13322: Fix warning time_t != int.
...
Jeremy.
2007-10-10 11:06:24 -05:00
Gerald Carter
5d373133cb
r13318: remove an unused file
2007-10-10 11:06:24 -05:00
Gerald Carter
17e63ac4ed
r13316: Let the carnage begin....
...
Sync with trunk as off r13315
2007-10-10 11:06:23 -05:00
Jeremy Allison
50c894a6e9
r13314: This code has been causing problems since 1.9.x I think.
...
Remove check_for_pipe() - Volker was completely correct.
If it gets re-added it will be in a old open call path, not
in the generic code path.
Jeremy.
2007-10-10 11:06:23 -05:00
Gerald Carter
6c3480f9ae
r13310: first round of server affinity patches for winbindd & net ads join
2007-10-10 11:06:23 -05:00
Volker Lendecke
d62da3e987
r13309: If the sid in the winbind name2sid cache is not valid (NT_STATUS_NONE_MAPPED),
...
we have S-0-0 as a SID in the cache. This leads to ugly level 0 messages from
string_to_sid. Avoid them.
Volker
2007-10-10 11:06:23 -05:00
Lars Müller
72c6432ae8
r13306: Do not call netbios_setup() if this file is sourced by sh or bash.
2007-10-10 11:06:22 -05:00
Jeremy Allison
e2fc8a196a
r13299: From testing W2K3 and W2K the delete on close bit seems to be always
...
honored (ie. the file gets deleted) for derectories when set at open
time - even though it doesn't show in the qfileinfo call. This is not
true of files.... (if anyone from the EU is listening, it's stuff like
this that makes CIFS non-documentable :-).
Jeremy.
2007-10-10 11:06:22 -05:00
Lars Müller
a60aed7a38
r13296: Align trunk with branches/SAMBA_3_0.
...
Add missing '\' in branches/SAMBA_3_0.
2007-10-10 11:06:22 -05:00
Jeremy Allison
f259de8b69
r13294: Fix basic delete on close tests - don't forget to tell
...
the data struct how big the token is... :-).
Jeremy.
2007-10-10 11:06:21 -05:00
Jeremy Allison
23f16cbc2e
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
...
by saving the UNIX token used to set a delete on close flag,
and using it when doing the delete. libsmbsharemodes.so still
needs updating to cope with this change.
Samba4 torture tests to follow.
Jeremy.
2007-10-10 11:06:21 -05:00
Volker Lendecke
b02b1d3ef3
r13291: NT checks the minimum password age dynamically. That means we have to ignore
...
the sambapwdmustchange field if we can access the corresponding account
policy and calculate it dynamically based on the pwdlastset field.
Volker
2007-10-10 11:06:21 -05:00
Günther Deschner
de012e33a7
r13290: Adding Account Policy LDAP attributes for eDirectory schema.
...
Guenther
2007-10-10 11:06:21 -05:00
Gerald Carter
f1ab089b19
r13288: readding readme file
2007-10-10 11:06:21 -05:00
Gerald Carter
c20ad9d8c0
r13287: removning readme file
2007-10-10 11:06:20 -05:00
Gerald Carter
91384c703c
r13286: changing target file in another branch
2007-10-10 11:06:20 -05:00
Jeremy Allison
9f4a9c70fa
r13274: Fix for bug #3467 . Not a show stopper.
...
jason qian <jason@infrant.com> was a *fantastic*
help in tracking this down.
Jeremy.
2007-10-10 11:06:20 -05:00
Jeremy Allison
815340e1a4
r13262: Arrgggg. Fix smbstatus and swat status to ignore
...
bloody placeholder share mode entries (I hate
these - I've had to add this filter code now to too
many places :-).
Jeremy.
2007-10-10 11:06:20 -05:00
Jeremy Allison
31903cf25d
r13260: Fix stupid bug Volker found for big-endian machines.
...
Jeremy.
2007-10-10 11:06:20 -05:00
Lars Müller
4602cb5f53
r13257: Fix python build with older python versions (e.g. 2.2.1) like in United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8.
2007-10-10 11:06:20 -05:00
Jeremy Allison
6f5af1dd41
r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure we
...
always update the failed time when we are adding a failed
connection.
Jeremy.
2007-10-10 11:06:19 -05:00
Gerald Carter
dcdae7f483
r13235: fixing RedHat 7.x packaging
2007-10-10 11:06:19 -05:00
Gerald Carter
51fe6bd845
r13233: build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b now
2007-10-10 11:06:19 -05:00
Gerald Carter
9947943833
r13232: defensive programming in an attempt to prevent crashes due to a PDC rebooting
2007-10-10 11:06:19 -05:00
Gerald Carter
0b8ed8136b
r13231: apparently strncat() is converted to strcat() on RH7.3 and similar systems. Fix the build on those boxes
2007-10-10 11:06:19 -05:00