Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-19 | s3:smbd: initialize session->global before calling session_claim | Gregor Beck | 2 | -27/+27 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: remove smbd_server_connection argument from session_claim() | Gregor Beck | 4 | -6/+7 | |
retrieve the server connection from the smbXsrv_session argument instead. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and ↵ | Gregor Beck | 5 | -8/+11 | |
session_yield() Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:net_status_shares: use connections_forall_read for a read only traversal | Gregor Beck | 1 | -3/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:count_current_connections: do not clear orphaned entries from connections.tdb | Gregor Beck | 2 | -21/+9 | |
This removes one of the last callers of connetions_forall. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbcontrol: don't do stack_trace by connection but by server_id. | Gregor Beck | 1 | -6/+7 | |
Inparticular use serverid_traverse_read instead of connections_foralli to enumerate processes. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:lib: remove unused function connections_traverse() | Gregor Beck | 2 | -23/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:rpc_server/srvsvc: remove function net_enum_pipes() | Gregor Beck | 1 | -97/+0 | |
The relevant records are not written to connections.tdb since commit a781b78417b6d7b875230dd2edcb932445aa4197 Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:auth: use const in smb_pam_xxx_session() | Gregor Beck | 2 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:auth: remove duplicate propotypes for smb_pam_claim_session and ↵ | Michael Adam | 1 | -2/+0 | |
smb_pam_close_session Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd/utmp: remove ip address from utmp record | Stefan Metzmacher | 5 | -61/+8 | |
1. This was broken since Samba 3.2. when ipv6 support was added, it only worked for ipv6 addresses. 2. userspace tools only display the hostname field. 3. This is not really portable metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield() | Michael Adam | 1 | -6/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: add exit_server to the smbd_shim hooks | Stefan Metzmacher | 6 | -7/+41 | |
This is in preparation of moving sessionid_tdb and conn_tdb to smbd exclusively. metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main() | Michael Adam | 2 | -16/+15 | |
This is in preparation of adding server exit hooks to the shim. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3: fix comment header description for smbd_shim | Michael Adam | 2 | -2/+2 | |
This was copy'n'pasted from "RPC pipe client"... Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | s3:smbd: update sconn->remote_hostname after the netbios session request | Stefan Metzmacher | 1 | -0/+13 | |
Also update the info in the new smbXsrv structure. This way we can log the remote name in status outputs. metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | buildtools/wafsamba: only display 'ok' if the result is True | Stefan Metzmacher | 1 | -2/+2 | |
Otherwise we print the raw value. metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-19 | samba-tool user test: Fix expected output. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Fri Oct 19 11:37:44 CEST 2012 on sn-devel-104 | |||||
2012-10-19 | samba.tests.docs: Ignore removed parameters. | Jelmer Vernooij | 1 | -0/+2 | |
2012-10-19 | smb.conf(5): Mark four removed parameters as such. | Jelmer Vernooij | 4 | -2/+6 | |
2012-10-19 | samba.tests.docs: Assume docs are generated by waf. | Jelmer Vernooij | 1 | -2/+6 | |
2012-10-19 | samba.tests.docs: Write error output from xsltproc to standard out. | Jelmer Vernooij | 1 | -1/+1 | |
2012-10-19 | samba.tests.docs: Skip tests if xsltproc is not present. | Jelmer Vernooij | 1 | -5/+24 | |
2012-10-19 | smb.conf(5): Consistent spelling of parameter names. | Jelmer Vernooij | 1 | -3/+3 | |
This includes spacing and casing. | |||||
2012-10-19 | samba.tests.docs: Support spaces before synonyms. | Jelmer Vernooij | 1 | -1/+1 | |
2012-10-19 | samba.tests.docs: Support synonyms. | Jelmer Vernooij | 1 | -0/+4 | |
2012-10-19 | samba.tests.docs: Distinguish between unknown and undocumened parameters. | Jelmer Vernooij | 1 | -1/+9 | |
2012-10-19 | tests: Convert find_missing_doc into a unit test. | Jelmer Vernooij | 4 | -85/+92 | |
2012-10-19 | smb.conf(5): Fix mixing of tabs and spaces. | Jelmer Vernooij | 12 | -28/+28 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'nsupdate command'. | Jelmer Vernooij | 1 | -0/+13 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'afs token lifetime'. | Jelmer Vernooij | 1 | -0/+16 | |
2012-10-18 | smb.conf(5): Add 'ldap password sync' as synonym for 'ldap passwd sync'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-10-18 | smb.conf(5): Add 'socket address' as alias for 'nbt client socket address'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls dh params file'. | Jelmer Vernooij | 1 | -0/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls enabled'. | Jelmer Vernooij | 1 | -0/+11 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls crlfile'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls certfile'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls keyfile'. | Jelmer Vernooij | 2 | -2/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls cafile'. | Jelmer Vernooij | 1 | -0/+20 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'log nt token command'. | Jelmer Vernooij | 1 | -0/+14 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'ntp signd socket directory'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'spn update command'. | Jelmer Vernooij | 1 | -0/+14 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'allow dns updates'. | Jelmer Vernooij | 1 | -0/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'rndc command'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'dns update command'. | Jelmer Vernooij | 1 | -0/+15 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'server services'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'samba kcc command'. | Jelmer Vernooij | 1 | -0/+19 | |
2012-10-18 | samba-tool user: Fix typos, improve messages. | Jelmer Vernooij | 1 | -6/+10 | |
2012-10-18 | smb.conf(5): Add basic documentation 'winbind sealed pipes'. | Jelmer Vernooij | 1 | -0/+16 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'dns forwarder'. | Jelmer Vernooij | 1 | -0/+17 | |