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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-2
/
+2
*
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
2007-10-10
1
-2
/
+34
*
r4018: * move claim_connection from the netbios session request
Gerald Carter
2007-10-10
1
-1
/
+1
*
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison
2007-10-10
1
-5
/
+4
*
r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculate
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...
Gerald Carter
2007-10-10
1
-1
/
+2
*
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r3559: If called interactively, on shutdown dump the talloc contexts left. Idea
Volker Lendecke
2007-10-10
1
-0
/
+9
*
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
2007-10-10
1
-0
/
+2
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-5
/
+6
*
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
2007-10-10
1
-6
/
+4
*
r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...
Gerald Carter
2007-10-10
1
-6
/
+7
*
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
Jeremy Allison
2004-03-26
1
-1
/
+10
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
1
-14
/
+20
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
1
-0
/
+2
*
More 'static' work.
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
update copyright to -2004
Stefan Metzmacher
2004-01-11
1
-1
/
+1
*
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
2003-11-07
1
-1
/
+1
*
parameterise the listen backlog in smbd and make it larger by default. A back...
Andrew Tridgell
2003-10-29
1
-2
/
+2
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-1
/
+1
*
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
Jeremy Allison
2003-07-08
1
-2
/
+0
*
and so it begins....
Gerald Carter
2003-07-07
1
-13
/
+1
*
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
1
-7
/
+13
*
Fixing problems in the iconv discovery stuff in configure.in.
Richard Sharpe
2003-07-02
1
-0
/
+1
*
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
2003-06-27
1
-2
/
+6
*
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
2003-06-21
1
-3
/
+0
*
More fixes for builddir != srcdir.
Tim Potter
2003-05-27
1
-0
/
+6
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-0
/
+6
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-7
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+7
*
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2003-05-06
1
-0
/
+3
*
Merge HEAD's winbind into 3.0.
Andrew Bartlett
2003-04-23
1
-0
/
+1
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-0
/
+4
*
Merge:
Tim Potter
2003-04-14
1
-23
/
+0
*
Merge Jelmer's popt updates from HEAD.
Tim Potter
2003-04-14
1
-6
/
+2
*
update copyright notice since it we are now almost 4 months into 2003
Gerald Carter
2003-03-30
1
-1
/
+1
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
Check for too many processes *before* the fork.
Jeremy Allison
2003-02-05
1
-2
/
+36
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-1
/
+1
*
make -i flag work lik eit did in 2.2
Gerald Carter
2003-01-14
1
-2
/
+5
*
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
2003-01-09
1
-30
/
+0
*
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2003-01-08
1
-1
/
+17
*
patch to include support for daemontools from Michael Handler
Gerald Carter
2003-01-03
1
-2
/
+16
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-4
/
+5
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-7
/
+24
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-17
/
+6
*
Last sync with HEAD
Jelmer Vernooij
2002-11-09
1
-105
/
+27
*
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
2002-10-31
1
-4
/
+7
[prev]
[next]