summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * OK!Simo Sorce2002-07-3013-560/+622
| | | | | | | | | | | | | | | | | | | | | | | | Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo.
| | * Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2002-07-302-75/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - That we never call winbind recursivly - That we never use an 'algorithmic' RID when we have a fixed uid or gid mapping in either the passdb or the group mapping db. Also, remove restrictions that say 'this domain only'. If we have a mapping configured, allow it to be returned. If we later decide certian mappings are invalid, then we sould put that in the code that actually does the map. Allow 'sid->name' transtations on the fixed 'well known' groups for NT, even if they are not represented by Unix groups yet. Andrew Bartlett
| | * 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
| * | IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison2002-08-192-696/+708
| | | | | | | | | | | | Jeremy.
| * | Blocking lock merge from HEAD.Jeremy Allison2002-08-194-709/+725
| | | | | | | | | | | | Jeremy.
| * | Return correct error code.Jeremy Allison2002-08-181-1/+1
| | | | | | | | | | | | Jeremy.
| * | Merge Tridge's fix from HEAD. The fact this was broken is amazing....Jeremy Allison2002-08-171-1/+1
| | | | | | | | | | | | | | | Amazingly depressing :-). Jeremy.
| * | no need to convert from dos to unix 2 times.Simo Sorce2002-08-171-1/+1
| | | | | | | | | | | | - Jeremy Approved(TM) ;)
| * | Missed adding a few files in last commitGerald Carter2002-08-155-0/+237
| | |
| * | packaging updates from Buchan Milne & Sylvestre Taburet fpr Mandrake.Gerald Carter2002-08-155-146/+766
| | |
| * | configure fixes for *bsd*. Someone please test that we pick upGerald Carter2002-08-153-1009/+1026
| | | | | | | | | | | | the difference between OpenBSD abd FreeBSD here. I'm flying blind.
| * | patche s from rolnas at takas dot ltGerald Carter2002-08-152-1/+15
| | |
| * | Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison2002-08-121-10/+13
| | | | | | | | | | | | | | | | | | check for POSIX errors in the blocking lock code as we may have never made a POSIX call (could have denied lock before POSIX checked). Jeremy.
| * | Add RESOLVE_DFSPATH to mkdir operations.Shirish Kalele2002-08-121-0/+2
| | |
| * | Added NTIOCTL from HEAD.Jeremy Allison2002-08-093-709/+739
| | | | | | | | | | | | Jeremy.
| * | Add an entry to prototype to create the private/ directory.Shirish Kalele2002-08-061-0/+1
| | |
| * | Restore VxFS quotas to the 2.2 branch.Shirish Kalele2002-08-061-0/+8
| | |
| * | Update for 2.2.6preJohn Terpstra2002-07-301-1/+1
| | |
| * | Update for 2.2.6 pre-release.John Terpstra2002-07-304-29/+0
| | |
| * | removed two unneeded files after Richard backed out these changes.Gerald Carter2002-07-292-476/+0
| | |
| * | account for case data_len == 0 in SPOLSS_ENUMPRINTERDATAEX spottedGerald Carter2002-07-291-7/+13
| | | | | | | | | | | | by Franz Sirl
* | | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-07-291-0/+26
|\| | | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-07-291-0/+26
| |\|
| | * 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
| | |