summaryrefslogtreecommitdiffstats
path: root/source3/smbd/session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger becauseVolker Lendecke2007-10-101-53/+118
* r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2007-10-101-2/+3
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-101-1/+1
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-101-2/+6
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-2/+2
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-1/+1
* r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2007-10-101-16/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-11/+34
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-0/+4
* r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter2007-10-101-2/+2
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-191-10/+19
* merge from old APP_HEADGerald Carter2004-02-121-2/+2
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-061-6/+0
* spellingTim Potter2003-05-141-1/+1
* inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-1/+10
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-26/+48
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+45
* Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett2002-03-231-4/+6
* Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett2002-02-091-5/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1