summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: RIP user_structRalph Boehme2020-01-131-37/+0
* smbd: remove enum server_allocated_state magic from get_valid_user_struct()Ralph Boehme2020-01-131-36/+9
* smbd: use get_valid_smbXsrv_session() in invalidate_vuid()Ralph Boehme2020-01-131-1/+8
* smbd: use session->global->session_wire_id instead of session->compat->vuidRalph Boehme2020-01-131-1/+1
* smbdotconf: mark "path" with substitution="1"Ralph Boehme2019-11-271-1/+3
* s3:smbd: Make sure we do not export "/" (root) as home dirAndreas Schneider2018-12-051-0/+7
* wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke2018-02-211-11/+0
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-1/+1
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-191-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3:smbd: remove now unused invalidate_all_vuids()Stefan Metzmacher2012-06-251-9/+0
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-193/+1
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-0/+1
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-14/+15
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-8/+8
* s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke2012-04-121-1/+2
* s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher2012-03-061-11/+11
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-397/+0
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-2/+2
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-9/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+6
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-9/+10
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-3/+9
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-4/+12
* s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell2011-05-061-3/+3
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-3/+3
* Fix off-by-one when used with safe_strcpy.Jeremy Allison2011-05-041-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-1/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-26/+26
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-3/+3
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+1
* s3: Remove smbd_server_fd() from session_claimVolker Lendecke2010-08-171-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-1/+1
* s3: Remove procid_self() from session_claim()Volker Lendecke2010-07-051-1/+1
* s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin2010-06-171-0/+11
* s3: Remove smbd_server_conn from register_existing_vuidVolker Lendecke2010-06-121-2/+2
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-1/+1
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-041-133/+0
* s3:smbd user_ok doesn't need sconn anymoreSimo Sorce2010-05-311-7/+6
* s3:smbd user_in_list() doesn't need sconn anymoreSimo Sorce2010-05-311-5/+4
* s3:smbd user_in_network() doesn't need sconn anymoreSimo Sorce2010-05-311-6/+5