index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
/
proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-24
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
1
-1
/
+1
2010-08-22
s3: Pass the rhost through smb_pam_accountcheck
Volker Lendecke
1
-2
/
+1
2010-08-22
s3: Move check_access to cgi.c, its only user
Volker Lendecke
1
-1
/
+0
2010-08-20
Fix const warning.
Jeremy Allison
1
-1
/
+1
2010-08-20
s3:loadparm: make lp_load_ex static. We have wrappers for external callers.
Michael Adam
1
-7
/
+0
2010-08-18
s3: async cli_list
Volker Lendecke
1
-6
/
+18
2010-08-18
s3: Add cli_flush
Volker Lendecke
1
-0
/
+7
2010-08-18
s3: Add "client_id" to pipes_struct
Volker Lendecke
1
-1
/
+3
2010-08-18
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
1
-1
/
+2
2010-08-17
s3: Remove smbd_server_fd() from session_claim
Volker Lendecke
1
-1
/
+1
2010-08-17
s3: Move read_smb_length() to smbd/reply.c
Volker Lendecke
1
-2
/
+0
2010-08-17
s3-dcerpc: make a few local functions as static
Simo Sorce
1
-4
/
+0
2010-08-16
s3:rpc_client: remove unused rpc_pipe_open_local()
Stefan Metzmacher
1
-4
/
+0
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-1
/
+0
2010-08-16
s3-auth: Remove obsolete 'update encrypted' option.
Andreas Schneider
1
-2
/
+1
2010-08-15
s3: Remove some unused code
Volker Lendecke
1
-1
/
+0
2010-08-14
s3:auth Change winbindd -> auth interface to more standard structures
Andrew Bartlett
1
-0
/
+4
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-12
/
+14
2010-08-14
s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap...
Michael Adam
1
-0
/
+1
2010-08-14
s3:loadparm: add new boolean parameter "idmap read only"
Michael Adam
1
-0
/
+1
2010-08-14
s3:loadparm: remove parameter "idmap alloc backend"
Michael Adam
1
-1
/
+0
2010-08-14
s3:idmap: remove unused smb_register_idmap_alloc().
Michael Adam
1
-2
/
+0
2010-08-14
s3:idmap_tdb: make idmap_alloc_tdb_init() static.
Michael Adam
1
-1
/
+0
2010-08-14
s3:idmap: remove unused idmap_remove_mapping().
Michael Adam
1
-1
/
+0
2010-08-14
s3:idmap: remove unused idmap_set_mapping().
Michael Adam
1
-1
/
+0
2010-08-14
s3:idmap: remove unused idmap_set_gid_hwm()
Michael Adam
1
-1
/
+0
2010-08-14
s3:idmap: remove unused idmap_set_uid_hwm()
Michael Adam
1
-1
/
+0
2010-08-08
s3: Remove the smbd_messaging_context from load_printers
Volker Lendecke
1
-1
/
+2
2010-08-08
s3: Remove the smbd_messaging_context from pcap_cache_reload
Volker Lendecke
1
-1
/
+2
2010-08-08
s3: Pass sconn to smbd_process
Volker Lendecke
1
-1
/
+1
2010-08-08
s3: Make check_reload() static
Volker Lendecke
1
-1
/
+0
2010-08-08
s3: Lift the server_messaging_context from update_monitored_printq_cache
Volker Lendecke
1
-1
/
+1
2010-08-08
s3: Lift the server_messaging_context from notify_printer_byname
Volker Lendecke
1
-1
/
+4
2010-08-08
s3: Lift the server_messaging_context from notify_printer_location
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_port
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_printername
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_sharename
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_comment
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_driver
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_submitted
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_name
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_username
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_total_pages
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_total_bytes
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_status
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_job_status_byname
Volker Lendecke
1
-1
/
+4
2010-08-08
s3: Lift the server_messaging_context from notify_printer_status
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the server_messaging_context from notify_printer_status_byname
Volker Lendecke
1
-1
/
+3
2010-08-08
s3: Lift the smbd_messaging_context from start_background_queue
Volker Lendecke
1
-1
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Volker Lendecke
1
-1
/
+2
[next]