| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
of files. This was done to better enable net rpc file. Perhaps we can start
giving back real info this way, too.
|
|
|
|
| |
Some reformatting.
|
| |
|
|
|
|
|
|
|
| |
It will have the same meaning as the RestrictAnonymous registry
setting.
See Q143474 and Q246261 for more details.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
when using restrictanonymous.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to correctly allow password changes on expired passwords. (No security
implications, as its just a 'will I let you talk to the server' check).
pam_winbind checks the password prior to changing it, so that users don't
have to make up and type their new password when they havn't even got the
old one right. This also helps with stacking etc.
Andrew Bartlett
|
|
|
|
|
| |
so muchos dodgy code is required to copy the results out of the parse
buffer into the client's talloc context.
|
|
|
|
|
| |
to an empty value instead of a null pointer otherwise the server service
crashes on NT.
|
| |
|
|
|
|
| |
warning/error.
|
|
|
|
|
|
| |
- close down connect and domain policy handles when exiting
- allow enumeration of > 65535 groups or aliases
- error handling for non-zero return value from enumeration functions
|
| |
|
| |
|
| |
|
|
|
|
| |
credential as a parameter.
|
|
|
|
| |
Added {get,set}_debuglevel() and setup_logging() functions.
|
|
|
|
|
|
|
|
|
|
| |
Added a (regexp, function) pair to register display functions for keys
matching regular expressions.
Expand the size of the value scrolling window.
Added hex dump function and some regexps to display DRIVERS, SECDESC and
PRINTERS keys in hex instead of ascii.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't attempt to free client state returned by cli_full_connection()
Fix memory leaks on error.
Allow setprinter level 1 - doesn't work though.
Extended interface to enumprinters(). The name value passed in the RPC
request can be different from the server name in which case lots of weird
and wonderful information is returned. Defaults to the server name.
|
| |
|
|
|
|
| |
Server argument to enumprinterdrivers() must be in UNC format.
|
|
|
|
| |
Fix memory leaks on error.
|
|
|
|
| |
A compile fix for enumerating trusted domains.
|
| |
|
|
|
|
| |
Initialise global_myname in py_samba_init() function.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
passdb interface change, now the passdb modules will be asked for SID not for rid, the modules have been updated with a passthrough function that calls the old getsampwrid() functions.
srv_samr_nt.c functions that made use of the pdb_getsampwrid funcion has been updated to use the SID one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem was the NTLMv2 uses extra data in order to make reply/lookup
more difficult. That extra data includes the hostname, and the domain.
This matches Win2k (sort of) by sending this information.
Win2k connects with LMCompatibilityLevel=5 without a problem.
We can change the negotiation bits if we want, this should allow us to make
NTLMv2 the default for other clients as well.
Some of the extra #defines were found in the squid source.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
| |
unix and DOS strings.
This pushes all the 'have to uppercase, must be 14 chars' stuff behind the
the interface.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Importantly:
The removal of the silly 'delete user script' behaviour when secuity=domain.
I have left the name the same - as it still does the (previously documented,
but not in smb.conf(5)) sane behaviour of deleting users on request.
When we decide what to do with the 'add user' functionality, we might
rename it.
Andrew Bartlett
|
|
|
|
|
|
| |
the whole record which could include things like photos's etc.
Andrew Bartlett
|
|
|
|
|
|
| |
structs.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Tim, please check the prs_align() removed from sec_io_desc()
and make sure it doesn't break anything else. I know it is
right for the printing needs and I have tested some other
general things like viewing acls on directories, but I would
feel more comfortable if you would have a look as well.
jerry
|
|
|
|
|
|
|
|
| |
and secuirty=server.
I *love* automated testing...
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
jrv@vanzandt.mv.com
Most of them didn't apply any more, but the bits that did I've commited.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
| |
- convert net to popt
- convert status to popt
- adapt examples/pdb/ to multiple passdb system
- add dynamic debug class example to examples/pdb/
and some reformatting to better match the samba coding style.
Andrew Bartlett
|