| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
libsmb/nmblib.c: dos2unix fix.
printing/nt_printing.c: Exit code fixes.
printing/printing.c: debug fixes.
tdb/tdbtool.c: Updates from JohnR.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
That way the NT hash is not converted back and forth between unicode and
ascii.
srv_reg.c: added checks for the netlogon parameter key. Send a reply like
NT4. Should fix the "unknown RPC call" error with a W2K joining a samba
domain.
srv_samr.c: don't check if smb_create_user() succed ot not. Explanation in
the code.
nttrans.c: changed checking of W2K in get_filename_transact(). added check
on the SD. That fix the incorrect perms set on W2K profiles.
J.F.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
to search for a DC to authenticate to using the "*" syntax than ensure
that for the first hour after the password change is searches for the
PDC using the 1B name not the 1C name as domain replication may not
have occured.
Jeremy.
|
| |
| |
| |
| |
| | |
libsmb/cli_lsarpc.c: Merge for Tim's fixes from HEAD.
Jeremy.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open
problem.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
rpc_client/cli_pipe.c
Only cli_lsa_open_policy(), cli_lsa_close(), cli_lsa_lookup_names()
and cli_lsa_lookup_sids() implemented so far.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Sync up lib/time.c from HEAD. Fix error return from cli_initialise().
Allow cli_trans to cope with a smbd "STATUS_BUFFER_OVERFLOW" return as
well as the old style ERRmoredata return (now smbcacls can get names
from a Samba server too). Fix memory leaks in smbcacls.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!).
Fixed smbcacls leaks.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
SACLs)
|
| |
| |
| |
| |
| |
| | |
DOMAIN\USER
this means all our tools can now put the domain name in the -U option
|
| | |
|
| |
| |
| |
| | |
step is to support usernames etc
|
| |
| |
| |
| | |
- added a cli_ function for querying a security descriptor on a remote file
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a byte range lock (write lock only, but Win2k breaks on read lock also so I
do the same) - if you think about why, this is obvious. Also fixed our client
code to do level II oplocks, if requested, and fixed the code where we would
assume the client wanted level II if it advertised itself as being level II
capable - it may not want that.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Research Lab. IBM-Japan. Co. Jp.
Jeremy.
|
| |
| |
| |
| |
| | |
code works :-).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the trust domain list reply on netlogon pipe was wrong, interim hack until
we have full trust relationships.
changed some unistr2 to parse the ending NULL char.
added a prs_align_needed() function. much like a prs_align but with a
condition. needed for the unistr2 parsing.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| | |
falling back to the UNIX calls on error. This should fix all problems with
smbd enumerating all users in all groups in all trusted domains via winbindd.
Also changed GETDC to query 1C name rather than 1b name as only the PDC
registers 1b.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
.cvsignore remove config.h - not in this directory
include/profile.h profile changes
lib/messages.c added message to return debug level
libsmb/clierror.c cast to get rid of compiler warning
libsmb/smbencrypt.c cast to get rid of compiler warning
profile/profile.c add flush profile stats changes for profile struct
rpc_parse/parse_samr.c fix for compiler warning
rpc_server/srv_samr.c cast to get rid of compiler warning
smbd/ipc.c profile stats
message.c profile stats
smbd/negprot.c profile stats
smbd/nttrans.c profile stats
smbd/trans2.c profile stats
utils/smbcontrol.c new flush stats command
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cleanup of create_user
cleanup of rid/sid mix in samr. now we only have sid.
some prs_align() missing in parse_samr.c
a small debug change in srv_pipe.c
You still can't change a user's password in this commit.
Will be availble in the next one.
J.F.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a byte range lock (write lock only, but Win2k breaks on read lock also so I
do the same) - if you think about why, this is obvious. Also fixed our client
code to do level II oplocks, if requested, and fixed the code where we would
assume the client wanted level II if it advertised itself as being level II
capable - it may not want that.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Research Lab. IBM-Japan. Co. Jp.
Jeremy.
|
| |
| |
| |
| |
| | |
code works :-).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
number of stats per smb call as we now trust the statcache. There
are more optimizations to come....
Also generic merges to keep 2.2.0 and HEAD in sync.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
falling back to the UNIX calls on error. This should fix all problems with
smbd enumerating all users in all groups in all trusted domains via winbindd.
Also changed GETDC to query 1C name rather than 1b name as only the PDC
registers 1b.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Andrew's tdb changes/printing driving of tdb changes.
JF's SAMR changes. More bugfixes to come..
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
|/
|
|
|
| |
seem to peturb much.
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If libsmb/namequery.c:name_query() times out while doing a non-broadcast
query, I mark that WINS server 'dead'. Note that I don't try the new
WINS server. I think I can get that working too.
This is only for queries, not registrations. The biggest problem is that
I may have to fiddle with the UNICAST SUBNET, but I need to check talk
that over with someone (Jeremy?) before I hack at it.
I can't actually test the above change, I'm 'fraid. I'm getting:
4 errors detected in the compilation of "rpc_server/srv_spoolss_nt.c".
in head branch.
Chris -)-----
|
|
|
|
| |
of the generic EINVAL.
|
|
|
|
|
|
|
|
| |
NT_STATUS_XXX).
Removed IS_BITS_xxx macros as they were just reproducing "C" syntax in a more
obscure way.
Jeremy.
|