index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-8
/
+7
*
Fix bug 5691: SIGBUS on Solaris
Volker Lendecke
2008-10-13
1
-1
/
+4
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-2
/
+2
*
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove "guest" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove the unix token info from "struct user_struct"
Volker Lendecke
2008-05-05
1
-2
/
+2
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-3
/
+4
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-2
/
+2
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-2
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
2007-10-11
1
-1
/
+1
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-4
/
+1
*
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
2007-10-10
1
-16
/
+9
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23236: Another bad merge: Correctly free and unlock the session record in
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r23220: Add traverse_read to dbwrap
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger because
Volker Lendecke
2007-10-10
1
-53
/
+118
*
r23172: Change shutdown_other_smbds to use connections_traverse instead of
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22561: Fix a memleak in lanman.c: Nobody would free the session_list.
Volker Lendecke
2007-10-10
1
-2
/
+6
*
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/
Stefan Metzmacher
2007-10-10
1
-16
/
+5
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-11
/
+34
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r11909: Implement 'reset on zero vc'. This kills other connections when a ses...
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r1011: fix bad merge (from a few months ago) and ensure that we always use td...
Gerald Carter
2007-10-10
1
-2
/
+2
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
1
-10
/
+19
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
1
-2
/
+2
*
* add in David Lee's utmp patch (defaults to on if available)
Gerald Carter
2003-06-06
1
-6
/
+0
*
spelling
Tim Potter
2003-05-14
1
-1
/
+1
*
inet_pton isn't portable, so use interpret_addr2.
Andrew Bartlett
2003-04-28
1
-3
/
+3
*
When possible, store the IP address of the connecting client, not just the
Andrew Bartlett
2003-04-24
1
-1
/
+10
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-26
/
+48
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-7
/
+45
*
Correctly store the hostname of the remote machine if so configured. If the
Andrew Bartlett
2002-03-23
1
-4
/
+6
*
Do the reverse DNS lookup, but only if 'hostname lookups = yes'
Andrew Bartlett
2002-02-09
1
-5
/
+7
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Don't resolve the hostname in smbd as we can pause for a long time while
Tim Potter
2001-11-19
1
-3
/
+6
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-5
/
+3
*
server support for RAP session list function
Jim McDonough
2001-10-22
1
-0
/
+13
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-2
/
+1
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
Fix up some unused variables and functions, fix up formatting
Andrew Bartlett
2001-08-23
1
-2
/
+0
*
A few changes:
Andrew Bartlett
2001-08-22
1
-29
/
+14
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Based on an original PAM patch by Andrew Bartlett, re-written by me to
Jeremy Allison
2001-04-30
1
-12
/
+8
[next]