Age | Commit message (Expand) | Author | Files | Lines |
2012-07-27 | lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s... | Andrew Bartlett | 1 | -12/+6 |
2012-07-24 | Remove unused variable. | Jeremy Allison | 1 | -1/+0 |
2012-07-19 | s3-rpc_server: Remove make_server_info_info3() call from make_server_pipes_st... | Andrew Bartlett | 1 | -52/+3 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 7 | -89/+93 |
2012-07-18 | source3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackframe leak | Rusty Russell | 1 | -0/+1 |
2012-07-17 | s3:rpc_server: add support for AES bases netlogon schannel | Stefan Metzmacher | 1 | -0/+4 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 1 | -7/+7 |
2012-07-12 | s3: rename sid_check_is_domain() to sid_check_is_our_sam() | Michael Adam | 1 | -6/+6 |
2012-07-06 | s3-lsarpc: Enforce a secure connection for LookupSids3 and LookupNames4. | Andreas Schneider | 1 | -8/+14 |
2012-07-06 | s3-lsarpc: Restrict lsa_LookupNames4 to ncacn_ip_tcp connections. | Andreas Schneider | 1 | -12/+23 |
2012-07-06 | s3-lsarpc: Restrict lsa_LookupSids3 to ncacn_ip_tcp connections. | Andreas Schneider | 1 | -12/+23 |
2012-07-06 | s3-lsarpc: Restrict the transport for ncacn_np functions. | Andreas Schneider | 1 | -0/+42 |
2012-07-06 | s3-rpc_server: Make it possible to use more rpc exceptions. | Andreas Schneider | 18 | -376/+348 |
2012-07-03 | s3-printing: Remove deprecated lp_printer_admin(). | Andreas Schneider | 1 | -42/+14 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 2 | -6/+6 |
2012-06-26 | s3-printing: pass a talloc ctx to unpack_pjob | David Disseldorp | 1 | -1/+1 |
2012-06-26 | s3-printing: clean up print_job_pause/resume interface | David Disseldorp | 1 | -8/+4 |
2012-06-26 | s3-printing: rename queue->job sysjob | David Disseldorp | 1 | -8/+8 |
2012-06-21 | s3:util: rename procid_equal() to serverid_equal() | Michael Adam | 1 | -1/+1 |
2012-06-19 | Remove unused variables and code. | Jeremy Allison | 1 | -9/+0 |
2012-06-19 | Fix more "set but not used" warnings. | Jeremy Allison | 1 | -6/+3 |
2012-06-19 | Fix a bunch of "set but not used" warnings. | Jeremy Allison | 1 | -14/+7 |
2012-06-19 | s3:rpc_server/lsasd: remove dependency to libgen.h and basename() | Stefan Metzmacher | 1 | -8/+11 |
2012-06-19 | auth: Use only security_token_is_system to determine that a user is SYSTEM | Andrew Bartlett | 1 | -1/+1 |
2012-06-19 | s3-spoolss: delete_drivers should be called as the connecting user. | Andreas Schneider | 1 | -1/+1 |
2012-06-05 | s3:lib: split things into a conn_tdb.h | Stefan Metzmacher | 1 | -0/+1 |
2012-05-28 | s3:rpc_server: don't do any magic in is_known_pipename() anymore | Stefan Metzmacher | 1 | -12/+3 |
2012-05-28 | s3:rpc_server: return OBJECT_NAME_NOT_FOUND instead of PIPE_NOT_AVAILABLE | Stefan Metzmacher | 1 | -1/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -1/+2 |
2012-05-24 | s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path() | Stefan Metzmacher | 1 | -4/+7 |
2012-05-24 | s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection' | Stefan Metzmacher | 1 | -2/+8 |
2012-05-23 | s3:rpc_server/dfs: pass allow_broken_path=true to create_junction() | Stefan Metzmacher | 1 | -2/+4 |
2012-05-10 | s3: Fix Coverity ID 242714 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+2 |
2012-05-09 | s3-spoolss: Set DWORD values correctly. | Andreas Schneider | 1 | -9/+9 |
2012-05-01 | Fix bug #8873 - self granting privileges in security=ads. | Jeremy Allison | 1 | -4/+12 |
2012-04-25 | s3:registry: remove usage of reg_objects from srv_spoolss_nt.c | Gregor Beck | 1 | -1/+0 |
2012-04-16 | param: Change from _lp to lp__ as the prefix for internal parameter wrappers | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -3/+3 |
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of uslee... | Jelmer Vernooij | 1 | -1/+1 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 5 | -5/+5 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 1 | -1/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 1 | -1/+1 |
2012-03-20 | libndr: Rename policy_handle_empty to ndr_policy_handle_empty. | Jelmer Vernooij | 1 | -2/+2 |
2012-03-20 | libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd... | Jelmer Vernooij | 3 | -7/+7 |
2012-03-14 | s3-spoolss: Check return type of update_dsspooler(). | Andreas Schneider | 1 | -12/+18 |
2012-03-14 | s3-spoolss: Check return codes in update_dsspooler. | Andreas Schneider | 1 | -40/+170 |
2012-03-14 | s3-rpc_server: Increase debug level for policy handle. | Andreas Schneider | 1 | -5/+5 |