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
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
1
-1
/
+1
*
Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h...
Jeremy Allison
2001-10-16
1
-2
/
+3
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
Removed unneeded variable, added comment on deadlock prevention.
Jeremy Allison
2001-09-19
1
-9
/
+9
*
removed anti-race code that could cause a classic ABBA deadlock
Andrew Tridgell
2001-09-19
1
-21
/
+1
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
Tidied up calling yield_connection on connection allocation fail.
Jeremy Allison
2001-07-17
1
-1
/
+2
*
Connection record not existing is not a debug level 0.
Jeremy Allison
2001-07-17
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-2
/
+0
*
Log tdb failures.
Jeremy Allison
2001-06-08
1
-2
/
+6
*
use the new tdb_open_log() fn on connections database
Andrew Tridgell
2001-05-30
1
-1
/
+1
*
Added tdb_errstr() messages so we can see if these functions fail.
Jeremy Allison
2001-05-23
1
-3
/
+10
*
groupdb/mapping.c: Fix gcc compiler warning.
Jeremy Allison
2001-05-17
1
-20
/
+28
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
1
-0
/
+3
*
make the max_connections code less horrendously inefficient
Andrew Tridgell
2001-05-15
1
-23
/
+9
*
tdb_traverse returns number of records, not zero, on success.
Jeremy Allison
2001-05-14
1
-2
/
+14
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
1
-5
/
+83
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-773
/
+0
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-0
/
+2
*
Patch from Richard Bollinger for dead entries being left in connections tdb.
Jeremy Allison
2001-01-08
1
-1
/
+1
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-0
/
+9
*
fixed the problem with messages not getting through
Andrew Tridgell
2000-11-17
1
-3
/
+0
*
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
2000-10-28
1
-84
/
+594
*
patch from Dominik Kubla <dominik.kubla@uni-mainz.de>
Andrew Tridgell
2000-05-10
1
-3
/
+3
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-3
/
+3
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-4
/
+2
*
utmp compile fix from peter@cadcamlab.org
Andrew Tridgell
2000-04-10
1
-2
/
+2
*
rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xx
Jeremy Allison
2000-03-25
1
-32
/
+84
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-0
/
+2
*
Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy Allison
2000-01-12
1
-0
/
+212
*
don't close the database after each claim_connection()
Andrew Tridgell
2000-01-03
1
-2
/
+0
*
- added tdb_flags option to tdb_open()
Andrew Tridgell
2000-01-02
1
-22
/
+6
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-23
/
+4
*
first cut at using the tdb code for the connections structure, the
Andrew Tridgell
1999-12-21
1
-155
/
+70
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-7
/
+7
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-3
/
+3
*
Fixed sys_lseek and seek_file calls so all returns
Jeremy Allison
1998-10-18
1
-1
/
+5
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
1
-9
/
+9
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-4
/
+4
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-11
/
+13
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-6
/
+6
*
this isn't a big commit, it just looks like it :-)
Andrew Tridgell
1998-03-17
1
-1
/
+2
*
- added the ability to kill off individual connections from SWAT (from
Andrew Tridgell
1998-03-15
1
-0
/
+221