index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Make winbindd_register_handlers static
Volker Lendecke
2012-10-19
2
-2
/
+1
*
s3: Fix a typo
Volker Lendecke
2012-10-19
1
-1
/
+1
*
s3: Remove some calls to procid_self
Volker Lendecke
2012-10-19
3
-9
/
+11
*
s3:smbd:durable: store stat info for disconnected durables and check at recon...
Michael Adam
2012-10-19
1
-0
/
+456
*
s3:open_files.idl: add stat-info to vfs_default_durable_cookie.
Michael Adam
2012-10-19
1
-0
/
+23
*
s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()
Michael Adam
2012-10-19
1
-1
/
+0
*
s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookie
Stefan Metzmacher
2012-10-19
1
-0
/
+12
*
s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie
Stefan Metzmacher
2012-10-19
1
-0
/
+4
*
s3:smbd/durable: update the low level write_time before disconnecting the file.
Stefan Metzmacher
2012-10-19
1
-0
/
+19
*
s3:smbd/durable: trigger pending write_time updates before disconnecting the ...
Stefan Metzmacher
2012-10-19
1
-0
/
+8
*
s3:lib: remove unused connections_fetch_entry*() and connections_init()
Stefan Metzmacher
2012-10-19
2
-68
/
+0
*
s3:smbd: remove unused claim_connection/yield_connection
Stefan Metzmacher
2012-10-19
2
-88
/
+0
*
s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...
Stefan Metzmacher
2012-10-19
2
-19
/
+0
*
s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...
Gregor Beck
2012-10-19
2
-38
/
+95
*
s3:smbd: fill tcon->global->session_global_id
Stefan Metzmacher
2012-10-19
2
-0
/
+4
*
s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_global
Stefan Metzmacher
2012-10-19
1
-0
/
+4
*
s3:lib: remove function connections_forall()
Gregor Beck
2012-10-19
2
-61
/
+0
*
s3:utils/net: remove unused "net connections"
Stefan Metzmacher
2012-10-19
5
-286
/
+2
*
s3:net_serverid: remove connections_forall from "net serverid wipedbs"
Gregor Beck
2012-10-19
1
-28
/
+3
*
s3:lib: remove unused sessionid_*() functions
Gregor Beck
2012-10-19
3
-92
/
+0
*
s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs"
Gregor Beck
2012-10-19
1
-23
/
+0
*
s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.
Gregor Beck
2012-10-19
1
-99
/
+33
*
s3:lib: implement sessionid_traverse_read with smb2srv_session_traverse_read
Gregor Beck
2012-10-19
1
-25
/
+33
*
s3:smbd/connection: use smbXsrv_tcon_traverse to count connections
Gregor Beck
2012-10-19
1
-18
/
+8
*
s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...
Gregor Beck
2012-10-19
1
-10
/
+17
*
s3:build: move sessionid_tdb.o and conn_tdb.o to SMBD_OBJ_BASE
Gregor Beck
2012-10-19
2
-56
/
+40
*
s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
Gregor Beck
2012-10-19
2
-0
/
+74
*
s3:smbXsrv_session: add smbXsrv_session_global_traverse()
Gregor Beck
2012-10-19
2
-0
/
+75
*
s3:smbd: use session_global_id as session number for pam and utmp
Gregor Beck
2012-10-19
3
-97
/
+15
*
s3:configure: check that struct utmp.ut_line is large enough for our use case
Stefan Metzmacher
2012-10-19
2
-0
/
+26
*
s3:smbd: initialize session->global before calling session_claim
Gregor Beck
2012-10-19
2
-27
/
+27
*
s3:smbd: remove smbd_server_connection argument from session_claim()
Gregor Beck
2012-10-19
4
-6
/
+7
*
s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...
Gregor Beck
2012-10-19
5
-8
/
+11
*
s3:net_status_shares: use connections_forall_read for a read only traversal
Gregor Beck
2012-10-19
1
-3
/
+2
*
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
2012-10-19
2
-21
/
+9
*
s3:smbcontrol: don't do stack_trace by connection but by server_id.
Gregor Beck
2012-10-19
1
-6
/
+7
*
s3:lib: remove unused function connections_traverse()
Gregor Beck
2012-10-19
2
-23
/
+0
*
s3:rpc_server/srvsvc: remove function net_enum_pipes()
Gregor Beck
2012-10-19
1
-97
/
+0
*
s3:auth: use const in smb_pam_xxx_session()
Gregor Beck
2012-10-19
2
-6
/
+6
*
s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...
Michael Adam
2012-10-19
1
-2
/
+0
*
s3:smbd/utmp: remove ip address from utmp record
Stefan Metzmacher
2012-10-19
5
-61
/
+8
*
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
Michael Adam
2012-10-19
1
-6
/
+0
*
s3:smbd: add exit_server to the smbd_shim hooks
Stefan Metzmacher
2012-10-19
6
-7
/
+41
*
s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()
Michael Adam
2012-10-19
2
-16
/
+15
*
s3: fix comment header description for smbd_shim
Michael Adam
2012-10-19
2
-2
/
+2
*
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
2012-10-19
1
-0
/
+13
*
build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtin
Andrew Bartlett
2012-10-18
1
-0
/
+6
*
BUG #9295: Build standard auth modules as internal modules.
Andreas Schneider
2012-10-18
1
-8
/
+4
*
s3:smbd: fix brace placements in validate_my_share_entries() for readability
Michael Adam
2012-10-17
1
-2
/
+4
*
s3:smbd: also log the "offline" flag when debugging the dos-mode
Michael Adam
2012-10-17
1
-0
/
+1
[prev]
[next]