summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12smbd: Give smbXsrv_session.c its own header fileVolker Lendecke1-0/+1
2020-01-13smbd: RIP user_structRalph Boehme1-37/+0
2020-01-13smbd: remove enum server_allocated_state magic from get_valid_user_struct()Ralph Boehme1-36/+9
2020-01-13smbd: use get_valid_smbXsrv_session() in invalidate_vuid()Ralph Boehme1-1/+8
2020-01-13smbd: use session->global->session_wire_id instead of session->compat->vuidRalph Boehme1-1/+1
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-1/+3
2018-12-05s3:smbd: Make sure we do not export "/" (root) as home dirAndreas Schneider1-0/+7
2018-02-21wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke1-11/+0
2014-02-03loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam1-1/+1
2012-10-19s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-06-25s3:smbd: remove now unused invalidate_all_vuids()Stefan Metzmacher1-9/+0
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher1-193/+1
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-0/+1
2012-06-06s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher1-14/+15
2012-06-06s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher1-8/+8
2012-04-12s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke1-1/+2
2012-03-06s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher1-11/+11
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-397/+0
2012-01-05s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett1-2/+2
2011-08-03s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett1-9/+1
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett1-3/+6
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-3/+3
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett1-3/+3
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-9/+10
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-3/+9
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-1/+1
2011-07-04s3-auth: Pass the remote_address down to user_info.Andreas Schneider1-4/+12
2011-05-06s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell1-3/+3
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-3/+3
2011-05-04Fix off-by-one when used with safe_strcpy.Jeremy Allison1-1/+1
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett1-1/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-26/+26
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-1/+1
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-3/+3
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-1/+1
2010-08-17s3: Remove smbd_server_fd() from session_claimVolker Lendecke1-1/+1
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-07-19s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce1-1/+1
2010-07-05s3: Remove procid_self() from session_claim()Volker Lendecke1-1/+1
2010-06-17s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin1-0/+11
2010-06-12s3: Remove smbd_server_conn from register_existing_vuidVolker Lendecke1-2/+2
2010-06-09Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison1-1/+1
2010-06-04s3-auth: Moved smbd user functions to a generic place.Andreas Schneider1-133/+0
2010-05-31s3:smbd user_ok doesn't need sconn anymoreSimo Sorce1-7/+6
2010-05-31s3:smbd user_in_list() doesn't need sconn anymoreSimo Sorce1-5/+4