Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix debug message not to use an uninitialized variable. | Volker Lendecke | 2003-03-19 | 1 | -2/+1 | |
| | | | | | | | | Volker | |||||
* | | Doin't pstrcpy into fstring. | Jeremy Allison | 2003-03-19 | 1 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure dev in make_connection is const. | Jeremy Allison | 2003-03-18 | 2 | -5/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed unused var. | Jeremy Allison | 2003-03-18 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | const warning fix. | Jeremy Allison | 2003-03-18 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge mbp's HEAD changes. | Jeremy Allison | 2003-03-18 | 2 | -34/+72 | |
| | | | | | | | | Jeremy. | |||||
* | | Add const. | Andrew Bartlett | 2003-03-18 | 1 | -2/+2 | |
| | | ||||||
* | | Makefile updates for new SMB signing code. | Andrew Bartlett | 2003-03-18 | 1 | -2/+2 | |
| | | ||||||
* | | Parinoia fixes from HEAD - malloc() some extra room after the allocated | Andrew Bartlett | 2003-03-18 | 1 | -2/+2 | |
| | | | | | | | | buffer size. | |||||
* | | Merge from HEAD: | Andrew Bartlett | 2003-03-18 | 5 | -160/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A much better SMB signing module, that allows for mulitple signing algorithms and correctly backs down from signing when the server cannot sign the reply. This also attempts to enable SMB signing on NTLMSSP connections, but I don't know what NTLMSSP flags to set yet. This would allow 'client use signing' to be set by default, for server compatability. (A seperate option value should be provided for mandetory signing, which would not back down). Andrew Bartlett | |||||
* | | NMBD string parinoia and memcpy() parinoia fixes from HEAD. | Andrew Bartlett | 2003-03-18 | 3 | -10/+15 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | NTLMSSP updates from HEAD. | Andrew Bartlett | 2003-03-18 | 2 | -12/+30 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 2003-03-18 | 17 | -108/+91 | |
| | | | | | | | | | | | | | | | | | | | | This patch catches up on the rest of the work - as much string checking as is possible is done at compile time, and the rest at runtime. Lots of code converted to pstrcpy() etc, and other code reworked to correctly call sizeof(). Andrew Bartlett | |||||
* | | Merge signed/unsigned fix from HEAD. | Andrew Bartlett | 2003-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | One more on set_local_machine_name() taking a new 'perm' argument. | Andrew Bartlett | 2003-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Fix segfault on FD_SET() when we have an fd of -1 | Andrew Bartlett | 2003-03-18 | 1 | -0/+3 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge whitespace to match HEAD. | Andrew Bartlett | 2003-03-18 | 1 | -17/+17 | |
| | | ||||||
* | | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 2003-03-18 | 7 | -10/+37 | |
| | | | | | | | | | | | | | | | | | | 'set_local_machine_name' so that the client can't change it from under us. (.NET RC2 and WinXP install calls the machine 'machinename' during NTLMSSP on the domain join). Andrew Bartlett | |||||
* | | Add const. | Andrew Bartlett | 2003-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-03-18 | 16 | -0/+2239 | |
|\| | ||||||
| * | Split "clobber" function and variables into its own file before it | Martin Pool | 2003-03-18 | 3 | -40/+61 | |
| | | | | | | | | grows too much larger. | |||||
| * | Ignore t_stringoverflow binary. | Martin Pool | 2003-03-18 | 1 | -1/+2 | |
| | | ||||||
| * | Ignore .po and .po32 files. | Martin Pool | 2003-03-18 | 1 | -0/+3 | |
| | | ||||||
| * | Comment about deprecated macro overmalloc_safe_strcpy(). | Martin Pool | 2003-03-18 | 1 | -0/+6 | |
| | | ||||||
| * | Remove static libbigballofmud, which just does not seem to link. | Martin Pool | 2003-03-18 | 1 | -3/+7 | |
| | | | | | | | | Add bin/t_stringoverflow test case. Not built by default. | |||||
| * | The new string macros catch a bug at compile that previously only | Martin Pool | 2003-03-18 | 1 | -0/+7 | |
| | | | | | | | | | | | | trapped at runtime, which is great. So we have to try a little harder to provoke an overflow -- which is still caught nicely in developer mode. | |||||
| * | Update comment: Valgrind 1.9.4 seems to always respect client | Martin Pool | 2003-03-18 | 1 | -1/+1 | |
| | | | | | | | | requests, without needing --client-perms=yes. | |||||
| * | Speling fixes and a little extra documentation. | Martin Pool | 2003-03-18 | 1 | -6/+6 | |
| | | ||||||
| * | global_globber_region_function/line ought to be recorded before | Martin Pool | 2003-03-18 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | clobbering the region, just in case clobbering causes us to crash immediately. (That might happen if we just shot ourselves in the stack and strcpy was not inlined.) Also, in DEVELOPER mode and when Valgrind is available, mark the clobbered region as uninitialized. This is an even stronger protection than clobbering with 0xf1. | |||||
| * | Decode waitstatus values when a command fails. | Martin Pool | 2003-03-18 | 1 | -2/+5 | |
| | | ||||||
| * | Added #ifdef'ed out implementation of auth_smbd python fn. Uncomment | Tim Potter | 2003-03-18 | 1 | -1/+71 | |
| | | | | | | | | when auth_smbd functionality merged to HEAD. | |||||
| * | Start of a unit test for info3 caching. Much unfrastructure required | Tim Potter | 2003-03-18 | 1 | -0/+54 | |
| | | | | | | | | before this can be fully implemented. )-: | |||||
| * | Add copyright. | Andrew Bartlett | 2003-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Fix memory leak. | Volker Lendecke | 2003-03-17 | 1 | -0/+2 | |
| | | | | | | | | Volker | |||||
| * | Added a slightly modified version of Tridge's note about securing | Tim Potter | 2003-03-17 | 2 | -0/+183 | |
| | | | | | | | | a Samba server. | |||||
| * | Run autoconf. Shouldn't we have an autogen.sh here? | Tim Potter | 2003-03-17 | 1 | -2/+11 | |
| | | ||||||
| * | Fix invalid SAFE_FREE() of talloc()ed memory. | Andrew Bartlett | 2003-03-17 | 1 | -3/+0 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Brain fart - make sure we truncate the right string... | Andrew Bartlett | 2003-03-17 | 1 | -4/+4 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather than | Tim Potter | 2003-03-17 | 1 | -0/+10 | |
| | | | | | | | | generate a bodgy Makefile. | |||||
| * | Fix const warnings. | Andrew Bartlett | 2003-03-17 | 1 | -5/+5 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Add const. | Andrew Bartlett | 2003-03-17 | 2 | -4/+4 | |
| | | ||||||
| * | More statcache fixes - and add a bit more doco. | Andrew Bartlett | 2003-03-17 | 1 | -9/+25 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 2003-03-17 | 10 | -192/+217 | |
| | | | | | | | | support it. | |||||
| * | Ignore .pyc files. | Tim Potter | 2003-03-17 | 1 | -0/+1 | |
| | | ||||||
| * | Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind! | Andrew Bartlett | 2003-03-17 | 1 | -0/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Some cosmetic changes to make the popt --usage output look nicer. | Tim Potter | 2003-03-17 | 1 | -5/+5 | |
| | | ||||||
| * | Fix memory leaks and add parinoioa code to our stat() cache. | Andrew Bartlett | 2003-03-17 | 1 | -2/+23 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'. | Andrew Bartlett | 2003-03-16 | 1 | -1/+1 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 2003-03-16 | 3 | -10/+15 | |
| | | | | | | | | | | | | in the function prototype, and change callers to respect this. Andrew Bartlett | |||||
| * | Add const. | Andrew Bartlett | 2003-03-16 | 1 | -7/+7 | |
| | |