summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make some of the charconv code a bit easier to read and work with - when weAndrew Bartlett2002-07-301-8/+8
| | | | | | | are dealing with utf8 we may as well specify char** for the pointer, save otherwise casting in the caller. Andrew Bartlett
* Some crash fixes for netshareenum returning zero shares.Tim Potter2002-07-302-1/+4
|
* These pointers should be for the service we just cloned, not the new serviceAndrew Bartlett2002-07-301-2/+2
| | | | | | | | | | | 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
* These are not critical errors, they should not be a level 0.Andrew Bartlett2002-07-301-3/+3
| | | | Andrew Bartlett
* Add quotes so we can see 0 length strings.Andrew Bartlett2002-07-301-1/+1
|
* Reran configure.Tim Potter2002-07-301-691/+694
|
* Do AC_MSG_RESULT(yes) when using included popt.Tim Potter2002-07-301-1/+1
|
* Fixed for memory leak in connection caching code when a dc isTim Potter2002-07-301-1/+13
| | | | permanently down. Found by Dan Coppock.
* Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-292-4/+4
| | | | | | problems here. Also fixed some non-constant initialisers in samsync.
* add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter2002-07-294-5/+130
| | | | | | | 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.
* couple of minor formatting fixes to help me see better.Gerald Carter2002-07-292-6/+7
|
* passing -1 for the src length in rpcstr_pull results in onlyGerald Carter2002-07-291-1/+1
| | | | | 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.
* hardcode printprocessor name since it is everywhere elseGerald Carter2002-07-291-1/+1
|
* simple perl script for retreiving cvs log messages for a fileGerald Carter2002-07-291-0/+102
| | | | | | | | | 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.
* merge from SAMBA_2_2Gerald Carter2002-07-291-7/+13
|
* introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell2002-07-291-19/+21
| | | | experiment with file size returns
* We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett2002-07-291-13/+3
| | | | | | and must == unix username for sane implementation in passdb. Andrew Bartlett
* an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-295-72/+138
| | | | | | | | 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.
* as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2002-07-292-8/+8
| | | | | | hide only unwriteable files and not dirs with this one. may be a hide unwriteable dirs param will follow.
* Started to get samsync to insert account information in the passdb. It'sTim Potter2002-07-291-110/+309
| | | | | | | | 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.
* Added extern for popt_common_debug.Tim Potter2002-07-291-0/+4
|
* Add lib/popt_common.oTim Potter2002-07-291-1/+1
|
* Use common popt definition for -d option.Tim Potter2002-07-293-10/+3
|
* A place to store common popt routines.Tim Potter2002-07-291-0/+49
|
* people should be happier now.Simo Sorce2002-07-291-23/+33
| | | | | changed strtof with sscanf to make things working on all platforms. changed auto-made bubble sort for more efficient and clean qsort()
* Skeleton for a libsmb python wrapper.Tim Potter2002-07-294-3/+161
|
* Merge from APPLIANCE_HEAD:Tim Potter2002-07-291-0/+2
| | | | | >When creating an automatically generated prototype make sure the >destination directory exists.
* Updated patch.Tim Potter2002-07-291-12/+11
|
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be ↵Simo Sorce2002-07-2810-23/+66
| | | | | | | | | | | | 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.
* This patch does two things:Andrew Bartlett2002-07-281-18/+21
| | | | | | | | | 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
* minor portability fixAndrew Tridgell2002-07-281-0/+2
| | | | samba-patches 820
* fix for smbtar filename matchingAndrew Tridgell2002-07-281-1/+1
| | | | samba-patches 852
* this is an interim fix for nmbd not registering DOMAIN#1b with WINSAndrew Tridgell2002-07-281-1/+20
| | | | | | 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.
* Add the ability to set account policies too.Andrew Bartlett2002-07-281-7/+25
| | | | Andrew Bartlett
* make sure async dns nmbd child diesAndrew Tridgell2002-07-282-1/+8
| | | | samba-patches 898
* fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell2002-07-283-13/+13
| | | | samba-patches 959
* good security patch from Timothy.Sell@unisys.comAndrew Tridgell2002-07-281-1/+1
| | | | | we could generate short passwords! samba-patches 880
* partial apply of samba-patches 960Andrew Tridgell2002-07-281-1/+1
|
* fixed man installAndrew Tridgell2002-07-281-2/+2
| | | | samba-patches 961
* fixed logfile location to honor configureAndrew Tridgell2002-07-281-1/+1
| | | | samba-patches 966
* fixed typoAndrew Tridgell2002-07-281-1/+1
| | | | samba-patches 970
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-282-4/+4
| | | | | | sys_dup2() in a couple more places. Andrew Bartlett
* Warn about n^2 algorithm with utmp=yes.Andrew Bartlett2002-07-281-0/+6
| | | | Andrew Bartlett
* Another item off my long-term todo list:Andrew Bartlett2002-07-283-26/+62
| | | | | | | | | 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
* It seems I didn't need to write a dup2() wrapper - as we already use it aAndrew Bartlett2002-07-281-1/+1
| | | | | | lot. But as thats done, we might as well use it anyway. Andrew Bartlett
* Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett2002-07-281-2/+3
| | | | need for a manual strdup() too...
* A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett2002-07-274-164/+1077
| | | | | | | | | | | | | | | 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
* Update the rebind code in pdb_ldap.Andrew Bartlett2002-07-271-34/+114
| | | | | | | | | | 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
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-272-9/+14
| | | | | | | | | | | | 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
* nice day todaySimo Sorce2002-07-272-0/+73
| | | | add also hide unwriteable as per user request