Age | Commit message (Expand) | Author | Files | Lines |
2011-10-07 | Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER. | Jeremy Allison | 1 | -3/+8 |
2011-09-26 | s3-samr: Remove fstring in samr. | Andreas Schneider | 1 | -5/+14 |
2011-09-26 | s3-passdb: Cleanup use of fstring and move to talloc. | Simo Sorce | 1 | -15/+37 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_junction | Volker Lendecke | 1 | -1/+2 |
2011-09-26 | s3: Remove the smbd_server_conn ref from get_referred_path | Volker Lendecke | 1 | -6/+10 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_conn_struct | Volker Lendecke | 1 | -6/+6 |
2011-09-21 | s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin. | Günther Deschner | 1 | -0/+5 |
2011-09-15 | rpc_server: Improve debug message for sys_getpeereid(). | Andreas Schneider | 1 | -1/+2 |
2011-09-14 | s3:rpc_server: let rpcint handles return NT_STATUS_CONNECTION_DISCONNECTED | Stefan Metzmacher | 1 | -2/+2 |
2011-09-12 | s3-lsa: Add conversion for auth info structs | Sumit Bose | 1 | -33/+14 |
2011-09-03 | s3-spoolss: Fix bug #8236 empty notify servername. | Andreas Schneider | 1 | -0/+9 |
2011-09-01 | s3-rpc_server: Add missing rng_fault_state in epmapper. | Andreas Schneider | 1 | -0/+2 |
2011-09-01 | s3-rpc_server: Handle services with multiple pipe names. | Andreas Schneider | 1 | -2/+10 |
2011-08-31 | s3-rpc_server: Disable epmapper by default. | Andreas Schneider | 1 | -2/+2 |
2011-08-31 | s3-lsa: Add _lsa_SetInformationTrustedDomain() and related calls | Sumit Bose | 1 | -21/+312 |
2011-08-31 | s3-lsa: Update _lsa_QueryTrustedDomainInfo() | Sumit Bose | 1 | -8/+63 |
2011-08-31 | s3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base() | Sumit Bose | 1 | -1/+1 |
2011-08-31 | s3-lsa: Fix typo and use right pdb interface | Sumit Bose | 1 | -1/+1 |
2011-08-30 | s3-rpc_server: Make sure we switch always the connecting user. | Andreas Schneider | 1 | -13/+11 |
2011-08-29 | s3:rpc_server: fix two debug messages in svcctl_add_service() | Michael Adam | 1 | -2/+2 |
2011-08-29 | s3-lib: If we create a pipe socket, don't start to listen. | Andreas Schneider | 1 | -0/+16 |
2011-08-24 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2011-08-23 | s3: Fix the build on FreeBSD | Volker Lendecke | 1 | -0/+1 |
2011-08-21 | s3-passdb: Keep caches coherent | Andreas Schneider | 1 | -0/+3 |
2011-08-21 | s3-lsasd: Listen on \PIPE\lsass. | Andreas Schneider | 1 | -0/+16 |
2011-08-21 | s3-lsasd: Add missing ncalrpc listeners. | Andreas Schneider | 1 | -0/+66 |
2011-08-21 | s3-rpc_server: Add create_dcerpc_ncalrpc_socket(). | Andreas Schneider | 2 | -12/+29 |
2011-08-21 | s3-rpc_server: Increase epm monitor wait time. | Andreas Schneider | 1 | -1/+1 |
2011-08-21 | s3-lsasd: Remove useless check | Simo Sorce | 1 | -16/+3 |
2011-08-21 | s3-lsasd: Listen on parent messages | Simo Sorce | 1 | -0/+18 |
2011-08-21 | s3-lsasd: Send a message to the parent when we accept a connection | Simo Sorce | 1 | -0/+25 |
2011-08-21 | s3-lsasd: User new prefork helpers to simplify code. | Simo Sorce | 1 | -27/+3 |
2011-08-21 | s3-prefork: Fix worker flags handling. | Simo Sorce | 1 | -1/+1 |
2011-08-21 | s3-prefork: do not use a lock_fd, just race on accept() | Simo Sorce | 1 | -18/+5 |
2011-08-21 | rpc_server: Add forward declaration for dcerpc_transport_t. | Andreas Schneider | 1 | -0/+1 |
2011-08-21 | s3-waf: Fix build with lsasd. | Andreas Schneider | 1 | -0/+4 |
2011-08-21 | s3-lsasd: Use prefrok utils to manage children | Simo Sorce | 1 | -117/+36 |
2011-08-21 | s3-winbind: We need to use internal rpc connections in winbind. | Andreas Schneider | 2 | -1/+8 |
2011-08-21 | s3-lsasd: Import fixes from spoolssd | Simo Sorce | 1 | -98/+36 |
2011-08-21 | s3-rpc_server: Use rpc_service_mode() in np_open() | Simo Sorce | 1 | -19/+19 |
2011-08-21 | s3-rpc_server: Use rpc_service_mode() in rpc_pipe_open_interface() | Simo Sorce | 1 | -10/+11 |
2011-08-21 | s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checks | Simo Sorce | 3 | -10/+16 |
2011-08-21 | s3-rpc_server: Move config helpers in one place. | Simo Sorce | 7 | -138/+193 |
2011-08-21 | s3-rpc_server: Add helper to define/retrieve daemons configuration | Simo Sorce | 2 | -0/+65 |
2011-08-21 | s3-rpc_server: Reduce code duplication | Simo Sorce | 2 | -105/+38 |
2011-08-21 | s3-rpc_server: Correctly register lsa, samr and netlogon. | Andreas Schneider | 2 | -3/+82 |
2011-08-21 | s3-lsasd: Create a lsa service daemon. | Andreas Schneider | 1 | -0/+1034 |
2011-08-21 | s3-rpc_server: Make dcerpc_ncacn_accept() public. | Andreas Schneider | 2 | -17/+17 |
2011-08-21 | s3-rpc_server: Check explicit for external and daemon server type. | Andreas Schneider | 1 | -1/+2 |
2011-08-21 | s3-rpc_server: Fix include order in srv_pipe_hnd.c. | Andreas Schneider | 1 | -1/+1 |