a7e0142224 
					 
					
						
						
							
							Merge branch '2.3' into 2.4  
						
						
						
						
					 
					
						2020-01-15 11:29:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						790d90f229 
					 
					
						
						
							
							Update 2.3.16 Change Date  
						
						
						
						
					 
					
						2020-01-15 11:08:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9a2b753c0 
					 
					
						
						
							
							Update 2.4.5 change date  
						
						
						
						
					 
					
						2019-12-18 13:25:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6731a898d 
					 
					
						
						
							
							Update change date  
						
						
						
						
					 
					
						2019-11-13 08:37:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fdfbf3e133 
					 
					
						
						
							
							Update 2.4.3 change date  
						
						
						
						
					 
					
						2019-11-05 12:21:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						861e27eb00 
					 
					
						
						
							
							Merge branch '2.3' into 2.4  
						
						
						
						
					 
					
						2019-10-29 14:04:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df6c56e7ca 
					 
					
						
						
							
							Update 2.3.13 Change Date  
						
						
						
						
					 
					
						2019-10-29 12:51:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0e18b165a 
					 
					
						
						
							
							MXS-2544 Use separate sqlite tables for user authentication data  
						
						... 
						
						
						
						The data is now split into three tables similar to the server. 
						
						
					 
					
						2019-07-16 10:59:15 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f752f139ba 
					 
					
						
						
							
							MXS-2544 Add utility class for handling SQLite  
						
						... 
						
						
						
						Preparation and cleanup for adding more data to handle user roles in PAM
authenticator. 
						
						
					 
					
						2019-07-16 10:58:47 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ba779d5a2 
					 
					
						
						
							
							Update 2.4.0 Change Date  
						
						
						
						
					 
					
						2019-06-25 10:11:55 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afe41c38ed 
					 
					
						
						
							
							Merge branch '2.3' into develop  
						
						
						
						
					 
					
						2019-02-20 10:33:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48a6ab503e 
					 
					
						
						
							
							MXS-2292 PAM authenticator detects anonymous users with defined hosts  
						
						... 
						
						
						
						This allows anonymous user mapping from well-defined hosts. 
						
						
					 
					
						2019-02-19 10:40:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77585bdb8c 
					 
					
						
						
							
							MXS-2197: Make config.h and service.h C++ headers  
						
						... 
						
						
						
						This is the first step into converting the other headers into C++. 
						
						
					 
					
						2018-11-30 12:15:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c447e5cf15 
					 
					
						
						
							
							Uncrustify maxscale  
						
						... 
						
						
						
						See script directory for method. The script to run in the top level
MaxScale directory is called maxscale-uncrustify.sh, which uses
another script, list-src, from the same directory (so you need to set
your PATH). The uncrustify version was 0.66. 
						
						
					 
					
						2018-09-09 22:26:19 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24ab3c099c 
					 
					
						
						
							
							Move top of the file  "#pragma once" to after the following comment (swap them). If the comment is a BPL update it to the latest one  
						
						
						
						
					 
					
						2018-08-21 13:13:15 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc0299aee6 
					 
					
						
						
							
							Update change date of 2.3  
						
						
						
						
					 
					
						2018-06-25 10:07:52 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb0ac44e1f 
					 
					
						
						
							
							MXS-1758 Support anonymous user with proxy grant for PAM  
						
						... 
						
						
						
						This allows using user group mapping with PAM authenticator. 
						
						
					 
					
						2018-04-24 15:22:01 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04666b4b31 
					 
					
						
						
							
							MXS-1716 Add diagnostic functions to PAM Authenticator  
						
						... 
						
						
						
						The functions print the user information. Normal version just prints
user@host, the json-version prints the whole array. 
						
						
					 
					
						2018-03-19 11:02:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7488129afc 
					 
					
						
						
							
							PAM code cleanup & refactor  
						
						... 
						
						
						
						Divided functionality into classes, fixed comments +
various other cleanup. BackenAuth no longer increments
sequence on sending password. SQLite busy timeout shortened
to 1 second. 
						
						
					 
					
						2017-08-07 12:22:59 +03:00