Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 2001-04-28 | 13 | -663/+890 | |
| | | ||||||
| * | rpcclient/rpcclient.c: Non-void return in void function. | Jeremy Allison | 2001-04-28 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | smbd/sec_ctx.c: Fixed potential memory leak spotted by Kenichi Okuyama@Tokyo Research Lab, IBM-Japan, Co. utils/nmblookup.c: gcc warning on Solaris fix. Jeremy. | |||||
| * | More gcc compile on solaris tidyups. | Jeremy Allison | 2001-04-27 | 2 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Mismatched format and args. | Jeremy Allison | 2001-04-27 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | More debug %d -> %u issues. | Jeremy Allison | 2001-04-27 | 3 | -18/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | More %d (uid_t) stuff... | Jeremy Allison | 2001-04-27 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | More acl -> the_acl, %d with uid_t issues. | Jeremy Allison | 2001-04-27 | 1 | -13/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | Don't use variables called "acl" as it's the name of a function in Solaris. | Jeremy Allison | 2001-04-27 | 1 | -13/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | Tidy up args to DEBUG Statements - found by gcc on Solaris. | Jeremy Allison | 2001-04-27 | 2 | -6/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixes for problems in NFS server code from Michael Gerdts ↵ | Jeremy Allison | 2001-04-27 | 1 | -23/+41 | |
| | | | | | | | | | | | | <Michael.Gerdts@usa.alcatel.com>. Jeremy. | |||||
| * | Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstall | Jeremy Allison | 2001-04-27 | 1 | -6/+6 | |
| | | | | | | | | | | codepages. Jeremy. | |||||
| * | Fix from matthew.hart@veritas.com - bad error return from ↵ | Jeremy Allison | 2001-04-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | linux_oplock_receive_message(). Jeremy. | |||||
| * | Added Herb's comment fix. | Jeremy Allison | 2001-04-27 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | fix a bug in printer name handling that jerry reported. | Jean-François Micouleau | 2001-04-27 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | names can be \\server -> print server \\server\printer -> printer printer -> printer J.F. | |||||
| * | C99 test for snprintf | Andrew Tridgell | 2001-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 2001-04-27 | 1 | -734/+714 | |
| | | ||||||
| * | added test for C99 compliant vsnprintf | Andrew Tridgell | 2001-04-27 | 3 | -214/+282 | |
| | | ||||||
| * | fixed typo | Andrew Tridgell | 2001-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed REPLACE_GETPASS test. | Jeremy Allison | 2001-04-26 | 2 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | removed references to SMBRUN | Gerald Carter | 2001-04-26 | 1 | -2/+0 | |
| | | ||||||
| * | removed SMBRUN references | Gerald Carter | 2001-04-26 | 1 | -15/+1 | |
| | | ||||||
| * | Sync with default perm changes in 2.2. | Jeremy Allison | 2001-04-25 | 1 | -27/+122 | |
| | | | | | | | | Jeremy. | |||||
| * | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 2001-04-25 | 5 | -337/+329 | |
| | | | | | | | | | | | | | | | | | | | | | | for memory allocation. This fixes a long standing seg fault (i knew i would get around to it one day :) ) Tested with NT4 and Win2k. Needs a little more testing with the "create the machine account on the fly" code for NT4. Simo, this is probably going to break the tdb passdb code. Can you look at that when you get a chance and see what you think? | |||||
| * | Re-ran autoheader; autoconf to fix pam_smb build. | Jeremy Allison | 2001-04-25 | 3 | -712/+670 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase | Jeremy Allison | 2001-04-25 | 1 | -2/+12 | |
| | | | | | | | | | | domain name. Jeremy. | |||||
* | | Don't lock the entire db (for efficiency reasons) when implementing max | Jeremy Allison | 2001-05-15 | 1 | -8/+11 | |
| | | | | | | | | | | connections - just lock one hash bucket (based on the servicename). Jeremy. | |||||
* | | Zero-fill struct hostent. | Jeremy Allison | 2001-05-15 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed glibc crash problems with libnss_wins.so. | Jeremy Allison | 2001-05-15 | 1 | -5/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Preliminary fixup of wins nsswitch code. Doesn't crash any more but MAY | Jeremy Allison | 2001-05-15 | 1 | -2/+41 | |
| | | | | | | | | | | | | NOT BE RIGHT ! I'm currently spellunking in glibc to find out how to return a he->h_name field (who should own this - is it malloced etc. etc....). Jeremy. | |||||
* | | Tidyup getting ready for more efficient locking. | Jeremy Allison | 2001-05-15 | 1 | -15/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding notes regarding NetBIOS Scope issues. | John Terpstra | 2001-05-15 | 1 | -9/+41 | |
| | | ||||||
* | | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 2001-05-15 | 4 | -7/+30 | |
| | | | | | | | | | | We will need this when we use finer grained locking for max connections. Jeremy. | |||||
* | | Merge tdb change from HEAD to avoid problems on expand. | Jeremy Allison | 2001-05-15 | 1 | -6/+29 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated these from head to change EUCLEAN to EINVAL and fix the | Richard Sharpe | 2001-05-15 | 2 | -63/+56 | |
| | | | | | | | | doco in the include file. | |||||
* | | Updated for pam password change and use of passwd chat parameter with pam. | Jeremy Allison | 2001-05-15 | 1 | -4/+15 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix crash in smbcontrol Gerald pointed out when no parameter given to debug. | Jeremy Allison | 2001-05-14 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Stupidity by me..... 777 != 0777 | Jeremy Allison | 2001-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | ARGGGHHHHHHHHHH. (Sorry). Jeremy. | |||||
* | | tdb_traverse returns number of records, not zero, on success. | Jeremy Allison | 2001-05-14 | 1 | -2/+14 | |
| | | | | | | | | | | Now tested max connections and it works again. Hurrah ! Jeremy. | |||||
* | | Add a definition of INCLUDEDIR for libsmbclient ... | Richard Sharpe | 2001-05-14 | 1 | -0/+1 | |
| | | ||||||
* | | Initial addition of these as examples ... for libsmbclient | Richard Sharpe | 2001-05-14 | 2 | -0/+1268 | |
| | | ||||||
* | | Implemented max connections in a similar way to 2.0.x (scan of connection db). | Jeremy Allison | 2001-05-14 | 2 | -11/+91 | |
| | | | | | | | | | | | | This needs testing ! Tidied up tabs in tdb.c. Jeremy. | |||||
* | | Pulled libsmdclient.h over from head branch so libsmbclient.c will build. | Richard Sharpe | 2001-05-13 | 0 | -0/+0 | |
| | | ||||||
* | | This patch provides the targets for libsmbclient. | Richard Sharpe | 2001-05-13 | 1 | -0/+7 | |
| | | | | | | | | | | | | It does not touch any of the other parts of Samba, and I have built Samba both with and without this patch, and there is no difference. You currently have to build the specific target. | |||||
* | | hash.c: string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 2001-05-12 | 3 | -13/+10 | |
| | | | | | | | | | | statcache.c: Head sync. Jeremy. | |||||
* | | Now we're doing the substitution in the lp_string remove the debug level | Jeremy Allison | 2001-05-12 | 1 | -5/+0 | |
| | | | | | | | | | | zero warning. Jeremy. | |||||
* | | initial functions for server and client side DeletePrinterDriver() | Gerald Carter | 2001-05-12 | 7 | -1/+260 | |
| | | | | | | | | | | RPC. Need to fill in the code to actually delete the driver information from the TDB. | |||||
* | | Needs to be >=, not just >. | Jeremy Allison | 2001-05-10 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | loadparm.c: Insure specific test... | Jeremy Allison | 2001-05-10 | 2 | -3/+19 | |
| | | | | | | | | | | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <rain@bluecherry.net>. Jeremy. | |||||
* | | Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now use | Jeremy Allison | 2001-05-10 | 1 | -84/+80 | |
| | | | | | | | | | | | | ServicePtrs[i] when we're indirecting so we can see what's going on. ZERO_STRUCTP(ServicePtrs[i]) on free_service. Jeremy. | |||||
* | | free_service() was never setting the valid field to False. This is a bug | Jeremy Allison | 2001-05-10 | 1 | -0/+2 | |
| | | | | | | | | | | that's been here since 2.0.x and before.... This would cause a memleak. Jeremy. |