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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adapt divls64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Avoid some // style comments in divls64
Volker Lendecke
2011-08-10
1
-9
/
+10
*
Adapt divlu64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+5
*
Avoid some // style comments in divlu64
Volker Lendecke
2011-08-10
1
-26
/
+26
*
Adapt fls64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_num to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_add to Samba coding conventions
Volker Lendecke
2011-08-10
1
-3
/
+5
*
Adapt renormalize to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt shift_overflows to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt bucket_min to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt bucket_of to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_new to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+5
*
Slightly simplify tally_new
Volker Lendecke
2011-08-10
1
-7
/
+9
*
Fix a c++ warning
Volker Lendecke
2011-08-10
1
-1
/
+1
*
Fix a c++ warning
Volker Lendecke
2011-08-10
1
-1
/
+2
*
s3: Adapt msg_idmap.c to Samba coding conventions
Volker Lendecke
2011-08-10
1
-5
/
+5
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-08-10
1
-1
/
+1
*
s3: Fix some typos -- Simo, please check
Volker Lendecke
2011-08-10
1
-7
/
+7
*
selftest: Always test the spoolss deamon.
Andreas Schneider
2011-08-10
1
-0
/
+1
*
s3-spoolss: Fix prototypes warnings.
Andreas Schneider
2011-08-10
1
-1
/
+4
*
s3-printing: Do not try to force reload.
Simo Sorce
2011-08-10
2
-3
/
+7
*
s3-spoolss: do not call pcap_cache_reload() directly
Simo Sorce
2011-08-10
1
-5
/
+17
*
s3-printing: Add child handler to bq process
Simo Sorce
2011-08-10
1
-4
/
+32
*
s3-spoolss: Fix printers related messaging
Simo Sorce
2011-08-10
1
-4
/
+34
*
s3-prefork: Fix use of child id.
Simo Sorce
2011-08-10
2
-12
/
+11
*
s3-printing: make sure to block SIGHUP ...
Simo Sorce
2011-08-10
2
-4
/
+39
*
s3-spoolss: Use a global variable for the pool
Simo Sorce
2011-08-10
1
-60
/
+31
*
s3-printing: Allow bq process to have own logfile
Simo Sorce
2011-08-10
3
-26
/
+55
*
s3-spoolssd: Use the child_id to open log files
Simo Sorce
2011-08-10
1
-15
/
+43
*
s3-prefork: Pass the child a child_id
Simo Sorce
2011-08-10
3
-2
/
+4
*
s3-printing: Force pcap reload when all ready
Simo Sorce
2011-08-10
4
-5
/
+18
*
s3-prefork: Return tsocket_address for client and server
Simo Sorce
2011-08-10
3
-32
/
+68
*
s3-prefork: Pass messaging context around too
Simo Sorce
2011-08-10
3
-20
/
+59
*
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
2011-08-10
3
-52
/
+94
*
s3:spoolssd Start spoolssd from printing_subsystem_init
Simo Sorce
2011-08-10
4
-41
/
+70
*
s3-printing: Rework how the background process is started
Simo Sorce
2011-08-10
6
-21
/
+42
*
s3-prefork: Provide a cleanup function
Simo Sorce
2011-08-10
3
-28
/
+25
*
s3-prefork: Inline Doxygen Documentation
Simo Sorce
2011-08-10
1
-0
/
+160
*
s3-prefork: better timing out semantics
Simo Sorce
2011-08-10
1
-4
/
+14
*
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
2011-08-10
3
-95
/
+84
*
s3-spoolssd: propagate SIGHUP to children
Simo Sorce
2011-08-10
1
-11
/
+34
*
s3-prefork: provide way to send a signal to all children
Simo Sorce
2011-08-10
2
-0
/
+15
*
s3-spoolssd: expand children pool when necessary
Simo Sorce
2011-08-10
1
-7
/
+34
*
s3-prefork: provide means to expand the pool size
Simo Sorce
2011-08-10
2
-0
/
+33
*
s3-spoolssd: Use parametric option for prefork parameters
Simo Sorce
2011-08-10
1
-12
/
+48
*
s3-spoolss: make listening asynchronous
Simo Sorce
2011-08-10
1
-26
/
+60
*
s3-spoolssd: Use the prefork framework in spoolssd
Simo Sorce
2011-08-10
1
-3
/
+425
*
s3-rpc_server: add termination function
Simo Sorce
2011-08-10
2
-3
/
+23
*
s3-rpc: Expose some internal functions
Simo Sorce
2011-08-10
2
-33
/
+44
*
s3-prefork: add way to manage number of clients per child
Simo Sorce
2011-08-10
2
-3
/
+38
[prev]
[next]