| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
trying to manipulate non-existing shares.
Guenther
|
|
|
|
|
| |
* add calls to start and stop a service (to be filled
in by the backend routines in services/svc_*.c
|
|
|
|
| |
for better maintenance; add SERVICE_CONTROL_OPS for spoolss service
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
| |
* add access checks to _svcctl_XXX() calls based on
the access granted on the handle
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
according to default security descriptor described in MSDN.
no one can get in to due to the permissions, but i'll fix
that next.
|
|
|
|
| |
the svcctl code
|
|
|
|
| |
the code in to snapshot it before I start changing more things
|
|
|
|
|
|
|
|
|
| |
write_socket_data/read_socket_data
as they do nothing that write_socket/read_socket don't do. Add a more useful
error message when read_socket/write_socket error out on the main client fd
for a process (ie. try and list the IP of the client that errored).
Jeremy.
|
|
|
|
|
| |
(thanks tridge !).
Jeremy.
|
|
|
|
| |
open handles
|
|
|
|
|
| |
Allow absolute path (system wide) recycle bin.
Jeremy.
|
|
|
|
|
|
| |
"directory_mode" when creating recycle directories.
Bug #1040.
Jeremy.
|
|
|
|
|
|
| |
module hooks seekdir, telldir, rewinddir to match updated large
directory code.
Jeremy.
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
| |
rpcclient-testers.
Needed in preparation of share-ACL migration in net.
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dir of a share. Till now we excluded '.' and '..' in general. For the
fix the information about top or lower level dir is stored in the
copy_clistate. src and dst share are now also part of this struct and
we only pass a pointer to the struct to the functions.
This bug was found by Bill Calero of Novell. Thanks Bill!
With this checkin no new functionality was added. But the copy_clistate
already knows about a mode. Later beside the migrate an additional
report mode will be added.
This changes are coordinated with Günther <gd>.
Lars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--show-all-parameters
Enumerates all available parameters, grouped in to sections
[local] and [global] by the class of the parameter. Each line
is formated name=type[,enum values],flags
--parameter-name
Display the setting of the named parameter. The global section
is assumed if no other is set with --section-name
--section-name
Limit the view of testparm to the named section. Use 'global'
to only view the settings of the global section.
This fixes bug #2767.
Lars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
level, . and .. are the first two entries returned when reading a
directory. This also means we can't seek to these offsets, but we
will never be doing that anyway (as far as I can think). The reason
we have to do this is that the NT4 explorer will happily display a
folder marked ".." as a clickable folder (and probably would display
"." as a clickable folder too) if these are not in positions zero
and one of the returned file list. W2K seems to have fixed this but
there are too many older systems out there... Never mind, more for
the "Undocumented CIFS talk", coming to a CIFS2005 conference near
you soon.... :-).
Jeremy.
|
|
|
|
| |
messages) due to trying to strdup a NULL pointer
|
| |
|
|
|
|
|
|
|
| |
* make sure to use our domain as the account name in the net_req_auth2()
request when running on a Samba DC
* make sure to lookup the correct domain (not default to ours) when getting an async
getpwnam() call
|
|
|
|
|
| |
Fixes bug #2774.
Jeremy.
|
|
|
|
| |
bad uid'; make sure the authentication suceeds
|
|
|
|
|
| |
the AIO code across.
Jeremy.
|
|
|
|
|
|
| |
printmig.exe work
* merge the sys_select_signal(char c) change from trunk
in order to keeo the winbind code in sync
|
| |
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
keytab and security != ads
|
| |
|
|
|
|
|
|
|
|
|
| |
aruna.prabakar@hp.com).
This re-enables the Samba 2.2 behavior where a user that was
successfully authenticated by a remote DC would be mapped
to the guest account if there was not existing UNIX account
for that user and we could not create one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rpcclient-tester for some info-levels.
Jerry, I tried to adopt to prs_pointer() where possible and to not
interfere with your work for usrmgr.
- Add "net rpc trustdom vampire"-tool.
This allows to retrieve Interdomain Trust(ed)-Relationships from
NT4-Servers including cleartext-passwords (still stored in the local
secrets.tdb).
The net-hook was done in cooperation with Lars Mueller
<lmuelle@suse.de>.
To vampire trusted domains simply call:
net rpc trustdom vampire -S nt4dc -Uadmin%pass
Guenther
|
| |
|
|
|
|
|
|
| |
tested this so I may have screwed this up - however it now follows the
DCE spec. valgrinded tests to follow....
Jeremy.
|
|
|
|
| |
(FreeBSD Samba maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
due to
it being too slow. The build farm re-runs that with debuglevel 10, and this
ends up with a 400MB logfile which is not synced. Lets see if with this change
the machine pops up on build.samba.org....
Volker
|
|
|
|
|
|
|
|
| |
Jeremy, you might want to check this.
Thanks,
Volker
|
| |
|
|
|
|
| |
dragonfly detection
|
|
|
|
|
|
|
| |
#ifdef'ed out.
Correct branch this time !
Jeremy.
|
| |
|
|
|
|
| |
Volker
|