Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | OK! | Simo Sorce | 2002-07-30 | 13 | -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 Bartlett | 2002-07-30 | 2 | -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 we | Andrew Bartlett | 2002-07-30 | 1 | -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 Potter | 2002-07-30 | 2 | -1/+4 | |
| | | | ||||||
| | * | These pointers should be for the service we just cloned, not the new service | Andrew Bartlett | 2002-07-30 | 1 | -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 Bartlett | 2002-07-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | Add quotes so we can see 0 length strings. | Andrew Bartlett | 2002-07-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Reran configure. | Tim Potter | 2002-07-30 | 1 | -691/+694 | |
| | | | ||||||
| | * | Do AC_MSG_RESULT(yes) when using included popt. | Tim Potter | 2002-07-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed for memory leak in connection caching code when a dc is | Tim Potter | 2002-07-30 | 1 | -1/+13 | |
| | | | | | | | | | | | | permanently down. Found by Dan Coppock. | |||||
| | * | Our include popt is starting to get a bit old - fixed some compile | Tim Potter | 2002-07-29 | 2 | -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 name | Gerald Carter | 2002-07-29 | 4 | -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 Carter | 2002-07-29 | 2 | -6/+7 | |
| | | | ||||||
| | * | passing -1 for the src length in rpcstr_pull results in only | Gerald Carter | 2002-07-29 | 1 | -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 else | Gerald Carter | 2002-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | simple perl script for retreiving cvs log messages for a file | Gerald Carter | 2002-07-29 | 1 | -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_2 | Gerald Carter | 2002-07-29 | 1 | -7/+13 | |
| | | | ||||||
| | * | introduced a get_file_size() macro in trans2.c to make it easier to | Andrew Tridgell | 2002-07-29 | 1 | -19/+21 | |
| | | | | | | | | | | | | experiment with file size returns | |||||
| | * | We don't need this silly unix username stuff. NT username is basicly unused, | Andrew Bartlett | 2002-07-29 | 1 | -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 Allison | 2002-08-19 | 2 | -696/+708 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Blocking lock merge from HEAD. | Jeremy Allison | 2002-08-19 | 4 | -709/+725 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Return correct error code. | Jeremy Allison | 2002-08-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merge Tridge's fix from HEAD. The fact this was broken is amazing.... | Jeremy Allison | 2002-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Amazingly depressing :-). Jeremy. | |||||
| * | | no need to convert from dos to unix 2 times. | Simo Sorce | 2002-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | - Jeremy Approved(TM) ;) | |||||
| * | | Missed adding a few files in last commit | Gerald Carter | 2002-08-15 | 5 | -0/+237 | |
| | | | ||||||
| * | | packaging updates from Buchan Milne & Sylvestre Taburet fpr Mandrake. | Gerald Carter | 2002-08-15 | 5 | -146/+766 | |
| | | | ||||||
| * | | configure fixes for *bsd*. Someone please test that we pick up | Gerald Carter | 2002-08-15 | 3 | -1009/+1026 | |
| | | | | | | | | | | | | the difference between OpenBSD abd FreeBSD here. I'm flying blind. | |||||
| * | | patche s from rolnas at takas dot lt | Gerald Carter | 2002-08-15 | 2 | -1/+15 | |
| | | | ||||||
| * | | Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can't | Jeremy Allison | 2002-08-12 | 1 | -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 Kalele | 2002-08-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | Added NTIOCTL from HEAD. | Jeremy Allison | 2002-08-09 | 3 | -709/+739 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Add an entry to prototype to create the private/ directory. | Shirish Kalele | 2002-08-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Restore VxFS quotas to the 2.2 branch. | Shirish Kalele | 2002-08-06 | 1 | -0/+8 | |
| | | | ||||||
| * | | Update for 2.2.6pre | John Terpstra | 2002-07-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update for 2.2.6 pre-release. | John Terpstra | 2002-07-30 | 4 | -29/+0 | |
| | | | ||||||
| * | | removed two unneeded files after Richard backed out these changes. | Gerald Carter | 2002-07-29 | 2 | -476/+0 | |
| | | | ||||||
| * | | account for case data_len == 0 in SPOLSS_ENUMPRINTERDATAEX spotted | Gerald Carter | 2002-07-29 | 1 | -7/+13 | |
| | | | | | | | | | | | | by Franz Sirl | |||||
* | | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2002-07-29 | 1 | -0/+26 | |
|\| | | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2002-07-29 | 1 | -0/+26 | |
| |\| | ||||||
| | * | an initial fix for handling sparse files in smbd | Andrew Tridgell | 2002-07-29 | 5 | -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 Sorce | 2002-07-29 | 2 | -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's | Tim Potter | 2002-07-29 | 1 | -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 Potter | 2002-07-29 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add lib/popt_common.o | Tim Potter | 2002-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use common popt definition for -d option. | Tim Potter | 2002-07-29 | 3 | -10/+3 | |
| | | | ||||||
| | * | A place to store common popt routines. | Tim Potter | 2002-07-29 | 1 | -0/+49 | |
| | | | ||||||
| | * | people should be happier now. | Simo Sorce | 2002-07-29 | 1 | -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 Potter | 2002-07-29 | 4 | -3/+161 | |
| | | | ||||||
| | * | Merge from APPLIANCE_HEAD: | Tim Potter | 2002-07-29 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | >When creating an automatically generated prototype make sure the >destination directory exists. | |||||
| | * | Updated patch. | Tim Potter | 2002-07-29 | 1 | -12/+11 | |
| | | |