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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: ?true:false is a *bit* pointless :-)
Volker Lendecke
2010-08-12
1
-1
/
+1
*
Fix bug #7608 - Win7 SMB2 authentication causes smbd panic
Jeremy Allison
2010-08-09
1
-2
/
+4
*
s3: Remove the smbd_messaging_context from load_printers
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Remove the smbd_messaging_context from pcap_cache_reload
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Remove the smbd_messaging_context from smb_conf_updated
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Remove the smbd_messaging_context from spoolss_init_cb
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Remove some smbd_messaging_context references from smbd_process
Volker Lendecke
2010-08-08
1
-7
/
+7
*
s3: Pass sconn to smbd_process
Volker Lendecke
2010-08-08
2
-31
/
+31
*
s3: Lift the server_messaging_context from housekeeping_fn
Volker Lendecke
2010-08-08
1
-3
/
+6
*
s3: Lift the server_messaging_context from check_reload
Volker Lendecke
2010-08-08
1
-4
/
+4
*
s3: Make check_reload() static
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the server_messaging_context from update_monitored_printq_cache
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from start_background_queue
Volker Lendecke
2010-08-08
1
-1
/
+2
*
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Volker Lendecke
2010-08-08
2
-8
/
+8
*
s3: Lift the smbd_messaging_context from smbd_sig_hup_handler
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
7
-17
/
+17
*
s3: Lift the smbd_messaging_context from reload_printers
Volker Lendecke
2010-08-08
2
-7
/
+7
*
s3: Lift the smbd_messaging_context from is_printer_published
Volker Lendecke
2010-08-08
1
-0
/
+1
*
s3: Lift the smbd_messaging_context from nt_printer_publish
Volker Lendecke
2010-08-08
1
-1
/
+3
*
s3: Lift the smbd_messaging_context from nt_printer_remove
Volker Lendecke
2010-08-08
1
-1
/
+2
*
s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Volker Lendecke
2010-08-08
1
-3
/
+8
*
s3: Lift the smbd_messaging_context from np_open
Volker Lendecke
2010-08-08
1
-1
/
+3
*
s3: Remove a direct reference to smbd_server_conn
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3:smbd: fix valgrind warning, sizeof(16) != 16...
Stefan Metzmacher
2010-08-08
1
-1
/
+1
*
s3: Remove some references to smbd_messaging_context()
Volker Lendecke
2010-08-07
1
-5
/
+6
*
s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()
Volker Lendecke
2010-08-07
2
-3
/
+5
*
s3: Remove a pointless "else"
Volker Lendecke
2010-08-07
1
-1
/
+3
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
3
-0
/
+3
*
s3-krb5: include krb5pac.h where needed.
Günther Deschner
2010-08-06
2
-0
/
+2
*
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
2010-08-05
1
-0
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
2
-0
/
+2
*
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
2010-07-31
2
-0
/
+2
*
s3: Do the ftruncate write cache optimization in one place
Volker Lendecke
2010-07-29
1
-0
/
+31
*
Revert "s3: Avoid pwrite calls for the 1-byte writes with zero content"
Volker Lendecke
2010-07-29
1
-50
/
+4
*
s3: Avoid an unnecessary ftruncate call
Volker Lendecke
2010-07-29
1
-1
/
+1
*
smbd: Fix build warning
Simo Sorce
2010-07-28
1
-1
/
+1
*
s3-uid: Use struct pipes_struct.
Andreas Schneider
2010-07-28
1
-1
/
+1
*
s3-printing: Added automatic migration of printing tdbs.
Andreas Schneider
2010-07-27
1
-2
/
+26
*
s3-smbd: Convert reply_printqueue to use spoolss.
Simo Sorce
2010-07-27
1
-22
/
+91
*
s3-smbd: Use the right check to test if we can print.
Simo Sorce
2010-07-27
1
-1
/
+1
*
s3-printing: Moved printing.c headers to include/printing.h.
Simo Sorce
2010-07-27
1
-0
/
+1
*
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
2010-07-27
5
-20
/
+18
*
s3-spoolss: Use winreg_delete_printer_key to delete printers.
Simo Sorce
2010-07-27
1
-1
/
+1
*
s3-printing: Converted printer publishing functions.
Simo Sorce
2010-07-27
1
-3
/
+24
*
s3: use dump_data in query FILE_BASIC_UNIX_INFO
Volker Lendecke
2010-07-25
1
-8
/
+3
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
3
-27
/
+22
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-2
/
+2
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
3
-16
/
+20
[prev]
[next]