| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Andrew Bartlett
|
| |
|
| |
|
| |
|
|
|
|
| |
permanently down. Found by Dan Coppock.
|
|
|
|
|
|
| |
problems here.
Also fixed some non-constant initialisers in samsync.
|
|
|
|
|
|
|
| |
is. I'm calling it REG_SAVE_KEY, because 2k preps a regedt32.exe
Registry->Save Key with this call.
Done in the process of tracking down a PrinterDriverData issue.
|
| |
|
|
|
|
|
| |
converting the first character of the unicode string., See convert_string()
for why. uniarray_2_dosarray() passes 0 for the src length now which works.
|
| |
|
|
|
|
|
|
|
|
|
| |
after a given date. I use it to help update the WHATSNEW.txt for a
release.
./cvslog.pl SAMBA_2_2 '>2002-06-18' configure.in
The output is a little messy right now, but I plan to clean that up.
|
| |
|
|
|
|
| |
experiment with file size returns
|
|
|
|
|
|
| |
and must == unix username for sane implementation in passdb.
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
This gets my test code working, where we previously failed with files
above 20G in size.
I'm still not completely happy with this. There are just too many
fields in trans2.c that we don't fill in.
|
|
|
|
|
|
| |
hide only unwriteable files and not dirs with this one.
may be a hide unwriteable dirs param will follow.
|
|
|
|
|
|
|
|
| |
pretty half-arsed at the moment and doesn't work very well but Mr Bartlett
was interested in it.
Also started playing around with the more interesting bits of popt. The
auto-generated usage information is pretty neat.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
changed strtof with sscanf to make things working on all platforms.
changed auto-made bubble sort for more efficient and clean qsort()
|
| |
|
|
|
|
|
| |
>When creating an automatically generated prototype make sure the
>destination directory exists.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
null before close
this one fixes swat not working with browsers that set more then one language.
along the way implemented language priority in web/neg_lang.c with bubble sort
also changet str_list_make to be able to use a different separator string
Simo.
|
|
|
|
|
|
|
|
|
| |
The first is to add sensible quotes to various default paramaters, and the
second is to ensure that we don't remove to many " characters from paramaters.
(Both from the debian patches to Samba).
Andrew Bartlett
|
|
|
|
| |
samba-patches 820
|
|
|
|
| |
samba-patches 852
|
|
|
|
|
|
| |
when a PDC. The fix does not iterate over all WINS tags, which it
should do, but after having looked at doing that it gets *very* messy
to do with our current code base.
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
| |
samba-patches 898
|
|
|
|
| |
samba-patches 959
|
|
|
|
|
| |
we could generate short passwords!
samba-patches 880
|
| |
|
|
|
|
| |
samba-patches 961
|
|
|
|
| |
samba-patches 966
|
|
|
|
| |
samba-patches 970
|
|
|
|
|
|
| |
sys_dup2() in a couple more places.
Andrew Bartlett
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
|
|
|
| |
Remove the n^2 search for valid 'tty' names from the sesion code when we
don't actually need it. Its main value is in getting 'well behaved'
numbers for use with utmp, so when we are not doing utmp we don't need
this to get in the way.
Andrew Bartlett
|
|
|
|
|
|
| |
lot. But as thats done, we might as well use it anyway.
Andrew Bartlett
|
|
|
|
| |
need for a manual strdup() too...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the Samba tree.
Originally written by Nigel Williams" <nigel@veritas.com>, I've been
trying to keep it in some form of shape for the last 6 months. In particular
I think some of the code got committed a few months ago, and others have made
changes to the CVS version over time.
anyway, its finally in - and doesn't appear to have broken anything.
Now to try the client-side patches :-)
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
I've still not tested this, but I didn't test the last lot and I'm pretty
sure I stuffed it up - but at least this rebind procedure matches the
function prototype.
It should also be fine on OpenLDAP 2.1 if I'm lucky.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
|
| |
session setup, it would not correctly pick up the [homes] share on a subsequent
session setup.
The new rules are: If you want to connect to [homes], then it must have been
available at session setup time, or you must be in security=share. At each
session setup, the user's copy of [homes] is updated to ensure it has the right
path etc.
Andrew Bartlett
|
|
|
|
| |
add also hide unwriteable as per user request
|
|
|
|
| |
almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
again, and has added 'net rpc trustdom list' support.
This lists the trusted and trusting domains of a remote PDC.
I've applied these almost directly, just fixing some special
case code for when there are *no* trusting domains. We still
have some parse errors in this case however.
Andrew Bartlett.
From mimir's e-mail:
Here are another patches adding trust relationship features.
More details:
Better error reporting in cli_lsa_enum_trust_dom().
Implementation of cli_samr_enum_dom_users() which cli_samr.c
lacked.
More "consts" -- one of arguments in net_find_dc().
Modified implementation of run_rpc_command() -- now it
allows to reuse already opened connection (if it is passed)
to remote server's IPC$ (e.g. as part of longer exchange
of rpc calls). I'm sure Andrew will argue ;-)
More neat version of rpc_trustdom_list() function.
|
|
|
|
|
|
|
|
|
|
| |
* normalize all registry key strings before storing or looking
up paths in the registry tdb
* return the current buffer size for REG_INFO even when not returning
actual data
* fix a segfault report by metze on #samba-technical so that the
user/group object picker works again (was the "ProductType" key
lookup that was failing).
|