John Terpstra
ef0f6b8957
Added jCIFS to projects.
-
Christopher R. Hertel
d7d48e9d9d
The wording described "CIFS" as the successor to SMBFS. I changed it to
...
say that "CIFS VFS" was the successor to SMBFS.
-
Gerald Carter
cb852a0474
don't reset the group type unless specified
-
Gerald Carter
541f40a144
don't reset the group type unless specified
-
Gerald Carter
5f1fe04a87
update copyright notice that is written to the logs
-
Gerald Carter
6735a9889f
update copyright notice that is written to the logs
-
Jeremy Allison
5d2b2b5607
Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic
...
error on Linux.
Jeremy.
-
Jeremy Allison
546d1a941b
Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic
...
error on Linux.
Jeremy.
-
John Terpstra
ce016df1ec
Added editreg.
-
Volker Lendecke
d5f1082753
parse_string is only used for the authentication negotiators.
...
It can itself determine the length of the string it has to
transfer. Andrew B., could you take a look at the length calculation?
Is that safe?
Thanks,
Volker
-
Volker Lendecke
0ef69b586a
parse_string is only used for the authentication negotiators.
...
It can itself determine the length of the string it has to
transfer. Andrew B., could you take a look at the length calculation?
Is that safe?
Thanks,
Volker
-
Andrew Bartlett
ca489db7d3
This is meant to be initialised to the size of the buffer.
-
Andrew Bartlett
8a20162db6
Add configure test for previous ldap modifications - we now check if the
...
ldap_initialze function exists, not just if we are on a particular OpenLDAP.
Andrew Bartlett
-
Andrew Bartlett
08c5aaae6a
Make pdb_ldap use a random factor in deciding how long we need to sleep.
...
This might help avoid killing the ldap server when all 100 smbd processes
reconnect in pulses...
Also, reduces the maximum wait time, as SMB clients will time out after 30
seconds anyway...
Andrew Bartlett
-
John Terpstra
0f8f94b6ad
Update.
-
John Terpstra
bf464208af
Update from HEAD
-
Andrew Bartlett
341d6affa4
Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,
...
which can restrict things like unix_strupper() to 512 byte strings.
Andrew Bartlett
-
Andrew Bartlett
3ea8fdd036
Merge mimir's trusted domain code from HEAD -> 3.0, plus some memory
...
leak fixes. (secrets.c portion)
Andrew Bartlett
-
Andrew Bartlett
6da9fd157b
Always initialise this, to assist callers doing loops over this call.
...
Andrew Bartlett
-
Andrew Bartlett
ce572df77f
Make the mangleing code actually use a common prefix, not just the same
...
name for many files. Also report complete failure to create a filename as
a failure of the test.
Andrew Bartlett
-
Andrew Bartlett
8f8d819d58
Merge comment with HEAD
-
Andrew Bartlett
76cd4a8901
Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting
...
NT).
-
Volker Lendecke
616b6dd60f
Setting the credentials for the netsec netlogon pipe connect upon each
...
samlogon call certainly breaks the credential chain. Do it once during
the bind response.
Volker
-
Volker Lendecke
d4262c37f1
Setting the credentials for the netsec netlogon pipe connect upon each
...
samlogon call certainly breaks the credential chain. Do it once during
the bind response.
Volker
-
Andrew Bartlett
898ff89632
Oops...
...
Andrew Bartlett
-
Andrew Bartlett
2a1015eb57
Merge from 3.0 - try harder to get our real DNS domain name, and send this
...
to the client when it asks for our DNS name and forest name.
(needed for win2k to trust us as a trusted domain).
Andrew Bartlett
-
Andrew Bartlett
65855d2ce9
Bail out early when we fail on the rw_torture test.
...
Andrew Bartlett
-
Andrew Bartlett
3be0327103
Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't
...
include a domain portion, do a gethostbyname() lookup on that name.
Use this name in our PolicyPrimaryDomainInformation reply (_lsa_query_info2)
that Win2k uses when trying to trust us as a trusted domain.
(We need to do a better mapping between our Netbios and Win2k domain names,
but this will do for now - particularly annoying is the way this possibly needs
to map with our kerberos realm).
Andrew Bartlett
-
Richard Sharpe
ae5f8e4b5f
Complete the space allocation code for HBIN blocks ...
-
John Terpstra
b2149cb411
Updating from HEAD.
-
John Terpstra
8a302f117c
Updating docs from HEAD.
-
Richard Sharpe
cfa67f23e3
Commit more code dealing with allocating space in the HBIN blocks ...
-
Gerald Carter
f0c7d9def7
default new groups to domain groups
-
Gerald Carter
665d21b865
default new groups to domain groups
-
Andrew Bartlett
09bc2dd51c
Merge from 3.0 - fix domain joins not to always join as BDC.
-
Andrew Bartlett
f35674e755
Fix up bugs in the new 'store sec_channel type' code - we were always joining
...
as a BDC.
Andrew Bartlett
-
Gerald Carter
00dfaa7c2c
support referencing group by sid in all operations; allow group name to be changed
-
Gerald Carter
b6ccdb8f7b
support referencing group by sid in all operations; allow group name to be changed
-
Gerald Carter
2e5e686173
another lost merge from 3.0; my fault
-
Gerald Carter
cf6af44a24
wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get the credentials from secrets.tdb
-
Gerald Carter
bb8b63b865
wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get the credentials from secrets.tdb
-
Gerald Carter
8c3be38f6a
merging fixes from SAMBA_3_0
-
Gerald Carter
43942398af
removing some ifdef'd out code
-
Richard Sharpe
de337632c9
More infrastructure for storing registry
-
Jeremy Allison
f8021af2a7
Tidyups of some dubious logic discovered whilst trying to track down a
...
strange oplock related issue on the PSA.
Jeremy.
-
Jeremy Allison
1dd274bf61
Tidyups of some dubious logic discovered whilst trying to track down a
...
strange oplock related issue on the PSA.
Jeremy.
-
Jeremy Allison
1e5fe87d75
Fixup a few typos for Jerry.
...
Jeremy.
-
John Terpstra
042427c1f8
Adding more updates - maybe last one for today.
-
John Terpstra
585907f324
I hate typos!
-
Jelmer Vernooij
a9e978ba42
Add note from "Roylance, Stephen D." <SROYLANCE@PARTNERS.ORG> about Solaris9 and
...
winbind
-