summaryrefslogtreecommitdiff
path: root/source3/smbd/session.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: fix SAFE_FREE() vs. TALLOC_FREE() in list_sessions()Stefan Metzmacher2019-03-281-2/+2
* rpc_server: Fix NetSessEnum with stale sessionsChristof Schmitt2018-04-251-0/+4
* s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar2013-09-101-0/+28
* s3:smbd/session: add filters to gather_sessioninfo()Shekhar Amlekar2013-09-101-0/+19
* s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.Gregor Beck2012-10-191-99/+33
* s3:smbd: use session_global_id as session number for pam and utmpGregor Beck2012-10-191-67/+9
* s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck2012-10-191-2/+3
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-191-2/+4
* s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher2012-10-191-2/+0
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-3/+4
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-2/+2
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3:smbd: convert session.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-6/+12
* s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()Michael Adam2011-10-111-3/+3
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-1/+2
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-2/+5
* s3-smbd: Replace client_id in smbd session.Andreas Schneider2011-07-041-7/+9
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-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-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-021-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Use sconn->client_id in session_claimVolker Lendecke2010-08-201-10/+2
* s3: Remove smbd_server_fd() from session_claimVolker Lendecke2010-08-171-4/+5
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-3/+3
* s3: Remove procid_self() from session_claim()Volker Lendecke2010-07-051-2/+1
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-67/+16
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-8/+7
* Fix bug 5691: SIGBUS on SolarisVolker Lendecke2008-10-131-1/+4
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-2/+2
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-1/+1
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-1/+1
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-051-2/+2
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-3/+4
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-2/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-2/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-4/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-16/+9
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23236: Another bad merge: Correctly free and unlock the session record inVolker Lendecke2007-10-101-1/+2
* r23220: Add traverse_read to dbwrapVolker Lendecke2007-10-101-1/+1