| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
are dealing with utf8 we may as well specify char** for the pointer, save
otherwise casting in the caller.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
as it might actually not be a clone, but a 'found' service.
Previously this meant that a second session setup on the same TCP/IP connection
for a user would write '' as the home directory. Instead, I want it to update
the share to be there current home directory (so that this can be updated
without the need to reboot the client for example).
Andrew Bartlett
|
|
|
|
| |
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
|