1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

19575 Commits

Author SHA1 Message Date
James Peach
f06d94382f r15516: Use SMB_BIG_UINT in preference to unsigned long long. 2007-10-10 11:16:55 -05:00
James Peach
624318245f r15509: Preserve errno in fcntl lock wrappers. 2007-10-10 11:16:55 -05:00
James Peach
d448629282 r15508: Use clock_gettime for profiling timstamps if it is available. Use
the fastest clock available on uniprocessors.
2007-10-10 11:16:55 -05:00
Volker Lendecke
800f4cd158 r15496: current_user_info is not referenced in loadparm.c 2007-10-10 11:16:55 -05:00
Volker Lendecke
8cedbbfbcf r15495: current_user_info is not referenced in process.c 2007-10-10 11:16:54 -05:00
Volker Lendecke
8cdfe404ef r15494: Fix debug statement 2007-10-10 11:16:54 -05:00
Andrew Bartlett
221a6de7d0 r15492: Without this patch, the LDAP client libs will call abort() in
ldap_get_values_len, because they were handed a NULL msgs pointer, for
example in ads_pull_sid().

This occurs when the AD server fails at the connect stage.  (The
toubled AD server is actually Samba4 in my example).

Andrew Bartlett
2007-10-10 11:16:54 -05:00
Volker Lendecke
7729799be9 r15483: Fix 'declaration after code' warnings.
Volker
2007-10-10 11:16:54 -05:00
Volker Lendecke
ac79bba1a1 r15479: Check in patch from bug # 3746 -- Thanks Timur 2007-10-10 11:16:53 -05:00
Volker Lendecke
7188ec6bd8 r15478: Likewise for bug # 3763 2007-10-10 11:16:53 -05:00
Volker Lendecke
51b415d230 r15477: Committing parts of the patch Timur has submitted for bug 2961, as agreed upon
on irc.

Thanks,

Volker
2007-10-10 11:16:53 -05:00
Volker Lendecke
293b89dfb1 r15476: Transfer the was_mapped flag from user_info to server_info also in auth_sam
and auth_domain. Thanks for Simo to point this out.

Volker
2007-10-10 11:16:52 -05:00
Volker Lendecke
2765c4ff8d r15475: Ugly and disgusting patch to fix the username map problem I created by
changing the token generation. I *hate* this code!

Jerry, you have been looking at this as well, can you double-check that I did
not screw it up?

Thanks,

Volker
2007-10-10 11:16:52 -05:00
Volker Lendecke
d2f39ae7fe r15472: Remove an unused function parameter 2007-10-10 11:16:52 -05:00
Volker Lendecke
f21adc04f7 r15471: Clarify error message 2007-10-10 11:16:51 -05:00
Jeremy Allison
e9b016ced6 r15467: Ensure every exit error path calls nt_status_squash.
Jeremy.
2007-10-10 11:16:51 -05:00
Deryck Hodge
9bf07ba6cc r15466: Install the images for SWAT.
And we don't install any JavaScript (hold over from a prior SWAT
svn ci trunk/ branches/SAMBA_3_0 -m
2007-10-10 11:16:51 -05:00
Deryck Hodge
4ad7276cef r15465: Fix segfault in SWAT.
Fixes bug #3702.

deryck
2007-10-10 11:16:50 -05:00
Gerald Carter
43f5d09a16 r15464: fix dns build breakage on IRIX and OpenBSD 2007-10-10 11:16:50 -05:00
Gerald Carter
b0160f8933 r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX host) 2007-10-10 11:16:50 -05:00
Gerald Carter
cf71f88a3c r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
locating AD DC's with out own DNS SRV queries.
Testing on Linux and Solaris.
2007-10-10 11:16:49 -05:00
Günther Deschner
f4af888282 r15461: Free LDAP result in ads_get_attrname_by_oid().
Guenther
2007-10-10 11:16:49 -05:00
Günther Deschner
847882a983 r15460: Prefer to use the indexed objectCategory attribute (instead of
objectClass which is not indexed on AD) in LDAP queries.

Guenther
2007-10-10 11:16:49 -05:00
Günther Deschner
870495e2c8 r15455: Add rpccli_samr_query_dom_info2() and return the comment string in
samr_query_domain_info(2) for consistency reasons.

Guenther
2007-10-10 11:16:48 -05:00
Günther Deschner
3e181b46be r15454: As testing, documentation and samba4 idl indicate that there is no known
difference between samr_query_domain_info and samr_query_domain_info2,
wrap the info2 call around the info call. There have been various "could
not access LDAP when not root" bugs lurking around in
samr_query_domain_info2 anyway.

Guenther
2007-10-10 11:16:48 -05:00
Günther Deschner
9b0731b2a9 r15453: Process all the supported info levels in the samr_query_domain_info2
call.

Guenther
2007-10-10 11:16:48 -05:00
Günther Deschner
6ed7d7fa70 r15452: Again purely cosmetic reformat of the samr query domain info calls.
Guenther
2007-10-10 11:16:47 -05:00
James Peach
7a0c4f4997 r15451: Rewrite AC_LIBTESTFUNC so that it works like the callers
of it expect.
2007-10-10 11:16:47 -05:00
James Peach
ee75049881 r15450: Change profiling data macros to use stack variables rather than
globals. This catches mismatched start/end calls and removes
the need for special nested profiling calls.
2007-10-10 11:16:47 -05:00
James Peach
e7ddcd8c33 r15449: Remove unused function get_nttime_max (which claims it
is incorrect).
2007-10-10 11:16:46 -05:00
James Peach
a19d4f2bb4 r15448: New autoconf macro to test for sysconf variables. 2007-10-10 11:16:46 -05:00
James Peach
efd961e4ee r15447: Teach "smbd -b" to emit the sizes of a few more types that
might be interesting. Push the spacing across a bit so that
it all lines up nicely.
2007-10-10 11:16:46 -05:00
James Peach
e817cfd7d3 r15446: Tidy up the formatting of locking debug messages and make it more
consistent. Bring oplocks withing the purview of the locking debug
channel.
2007-10-10 11:16:45 -05:00
Jeremy Allison
755c272ebf r15444: Fix from Jim to ensure we do a wildcard search for SID's
starting with the global SAM sid, not an exact search.
Jeremy.
2007-10-10 11:16:45 -05:00
Günther Deschner
ef40428d93 r15443: Purely cosmetic reformat, no functional changes.
Guenther
2007-10-10 11:16:45 -05:00
Günther Deschner
41b72e77ae r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).
Also return the hostname for the level 6 call (to be consistent with the
server name in level 2).

Guenther
2007-10-10 11:16:44 -05:00
Günther Deschner
6e225e0528 r15441: cleanup older unused padding.
Guenther
2007-10-10 11:16:44 -05:00
Günther Deschner
26dd22c9af r15438: Fix samrQueryDomainInfo level 5 where we returned our netbios
name eversince instead of the domain name when we are a DC.

Yes, there are applications relying on this call to be correct.

Guenther
2007-10-10 11:16:43 -05:00
Günther Deschner
9e15b1659c r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Guenther
2007-10-10 11:16:43 -05:00
James Peach
d348d796c1 r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation
of long group lists.
2007-10-10 11:16:43 -05:00
James Peach
0b5e07e12d r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote
stack tracing support. This provides an easy way for users to provide
stack traces (hopefully it will be implemented on something other than
ia64).
2007-10-10 11:16:42 -05:00
James Peach
918f56b6de r15423: Correct comparison logic so that libunwind can be correctly detected. 2007-10-10 11:16:42 -05:00
Jeremy Allison
ef4c70f58e r15419: Never write the same function twice :-). In a traversal
function we must copy the data before modifying.
Jeremy.
2007-10-10 11:16:42 -05:00
Günther Deschner
34b29c30b2 r15417: Don't use cached credentials when changing passwords.
Guenther
2007-10-10 11:16:41 -05:00
Günther Deschner
1856dc0f52 r15411: Small debug fixes for the PAM module.
Guenther
2007-10-10 11:16:41 -05:00
Jeremy Allison
e468e1e5c2 r15404: Check for WRITE_THOUGH before calling lp_ fn. I hate
extra fn calls.
Jeremy.
2007-10-10 11:16:41 -05:00
Jeremy Allison
c665310963 r15402: Fix for bug #3587. Dead entries can be left in the locking
db. Make this db self-cleaning on first read of entry after
open, and also on smbstatus -b call. Needs more testing when
I get back from Boston but passes valgrind at first look.
Jeremy.
2007-10-10 11:16:40 -05:00
Günther Deschner
cc800ced60 r15399: Fix the build, sorry, Jerry :)
Guenther
2007-10-10 11:16:40 -05:00
Günther Deschner
7f64a66d25 r15398: Attempt to send the correct warning when a password change was attempted
too early.

Guenther
2007-10-10 11:16:40 -05:00
Günther Deschner
7420b09507 r15396: Cleanup credential caches from winbind's linked list.
Guenther
2007-10-10 11:16:39 -05:00