| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
in hosts allow/deny checks.
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
allow/deny that could
silently deny access. Log them if they occur.
smbd/close.c smbd/oplock.c smbd/reply.c: Removed a global oplock variable (hurrah!).
Removal of the oplocks flags and any kernel oplocks is now done in
either close() or in reply_locking() by calling release_file_oplock().
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
went ahead and removed the offending code from nmbd_processlogon().
If luke ever goes back to that dark alley and manages to find the nmbd
packet type which needs a SID in the reply then we can reconsider.
This also means we don't need the password database code linked into
nmbd, which is a blessing, and nmbd will startup without smbd.
while I'm looking at this, why do RPCTORTURE_OBJ and RPCCLIENT_OBJ
include the password database code? Maybe Luke just likes that code a
lot and wants it in as many binaries as possible :)
|
|
|
|
|
| |
support has not been negotiated. Also log the hex value of the bad request.
Jeremy.
|
|
|
|
|
|
|
|
| |
rpc_parse/parse_samr.c: Removed unneeded '&'s.
smbd/blocking.c:
smbd/reply.c: Fix for NT4.x bug where it sends large file lock requests
*even if Samba did not nogitiate large file support* !
Jeremy.
|
|
|
|
| |
Jeremy.
|
|\ |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
|\| |
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
of a private/smbpasswd file, this will not be the case for other
database APIs. removed startsmbdb and endsmbpwdb calls because
add_smbpwd_entry() and mod_smbpwd_entry() don't need them.
|
| |
| |
| |
| | |
creating locking masks
|
| |
| |
| |
| | |
because there were parts rejected from the ldap patch file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
cnums and snums.
|
| | |
|
| |
| |
| |
| |
| |
| | |
LsaLookupSids etc from within SamrQueryAliasMembers, for example.
fnum is now a parameter to client functions. thanks to mike black
for starting the ball rolling.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
attempt at taking lib/uid.c and getting a unix security context
change module that is independent of "cnums" and "snums".
a security context is needed for pipes, not just IPC$ or other
services.
- group database API
added add_group/alias_member, del_group/alias_member,
del_group/alias_entry functions. del_builtin_entry() is
deliberately set to NULL to cause an exception, you cannot
delete builtin aliases.
- parse_lsa.c srv_lsa.c
fixed lookup_names code, it was a load of trash and didn't do
anything.
- cmd_samr.c rpcclient.c srv_samr.c
added "deletegroup", "deletealias", "delaliasmem", "delgroupmem",
"addgroupmem", "addaliasmem", "createalias", "creategroup", to
both client and server code.
server code calls into unix stubs right now, which don't actually
do anything. the only instance where they are expected to do
anything is in appliance mode NOT even in the ldap code or anything.
client code modified to call samr_lookup_names() for group code
(because we can) and lsa_lookup_names() for alias code (because
we have to).
- srv_lookup.c
oops, lookup on unsplit name, we got lookup on DOMAIN, DOMAIN\name
instead of DOMAIN, name.
|
| | |
|
| | |
|
| |
| |
| |
| | |
sure it is a samba process that is running.
|
| | |
|
| |
| |
| |
| |
| | |
this....
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
needed a flags fields as you get 0x0000 0010 and 0x0000 001f unknown
values for different purposes, no-one's going to tell us what they
are and i don't CARE!
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- samr_enum_dom_users, the first 4 bytes is some sort of garbage,
nt5-beta2 clears them out to zeros whereas nt4 does not.
fixed bug where we were assuming that the first 4 bytes of a
response _had_ to be non-zero.
- cli_lsarpc.c: forgot to append the rid on the lsa_lookup_names()
client call.
- added in "addaliasmem" and "addgroupmem" commands. the addaliasmem
command actually turned out to be a "delaliasmem" :-) :-)
- parse_lsa.c: moved assert array check to after the size of useable
array space is set...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- renamed do_lsa_xxx to lsa_xxx
- added "enumgroups [-m]" command, enumerates groups, shows members.
- added cmd_sam_add_groupmem(), need to call these in rpcclient.c
- added cmd_sam_add_aliasmem(), need to call these in rpcclient.c
- modified "enumaliases [-m]" command
- improved "enumgroups" and "enumaliases" to display names not just RIDS/SIDs.
- renamed "samr_unknown_12" to "samr_lookup_rids".
- added the following client-side functions:
get_samr_query_groupmem()
get_samr_query_aliasmem()
get_samr_query_groupinfo()
samr_enum_dom_groups()
samr_enum_dom_aliases()
samr_add_aliasmem()
samr_add_groupmem()
- improved display output (display.c)
|
| |
| |
| |
| | |
I will update these when 2.0.0beta3 has shipped. <John H Terpstra>
|
| | |
|
| | |
|
| |
| |
| |
| | |
renamed do_samr_xxxx to samr_xxxx.
|
| |
| |
| |
| | |
DB API
|
| |
| |
| |
| |
| | |
nmbd and smbd. nmbd is now client: smbd is solely responsible for
creating sam_name.SID
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
jean-francois' going to get annoyed, again.
andrew's going to threaten to take cvs access away, again.
missed compilation of this file when updating sam_unknown_12 call.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
query.
domain groups now work, hurrah! only thing is that the description is
one character long, don't know why (which is wierd in itself).
|
| | |
|
| | |
|