Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-04 | s3-eventlog: remove old eventlog server. | Günther Deschner | 1 | -99/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove fixup_eventlog_entry. | Günther Deschner | 1 | -38/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove write_eventlog_tdb. | Günther Deschner | 1 | -104/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove add_record_to_resp. | Günther Deschner | 1 | -26/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove read_package_entry. | Günther Deschner | 1 | -92/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove get_eventlog_record. | Günther Deschner | 1 | -134/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: make can_write_to_eventlog static. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-04 | Restore correct handling of "is_data_available" for the socket transport | Volker Lendecke | 1 | -0/+13 | |
This fixes a valgrind error reading an uninitialized variable | |||||
2009-02-04 | s3-eventlog: add my copyright. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2009-02-04 | s3-eventlog: use pidl for _eventlog_ReadEventLogW. | Günther Deschner | 2 | -76/+69 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add evlog_push_record function. | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add evlog_pull_record function. | Günther Deschner | 1 | -0/+33 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add evlog_tdb_entry_to_evt_entry. | Günther Deschner | 1 | -0/+63 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add evlog_evt_entry_to_tdb_entry. | Günther Deschner | 1 | -0/+63 | |
Guenther | |||||
2009-02-04 | s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs. | Günther Deschner | 1 | -53/+40 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add fixup_eventlog_record_tdb. | Günther Deschner | 1 | -0/+40 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add evlog_push_record_tdb function. | Günther Deschner | 1 | -0/+74 | |
This is almost a copy of write_eventlog_tdb() and still needs to be modified to use tdb transactions. Guenther | |||||
2009-02-03 | s3-eventlog: add evlog_pull_record_tdb function. | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2009-02-03 | s3-eventlog: pass down talloc context to parse_logentry(). | Günther Deschner | 1 | -8/+7 | |
Guenther | |||||
2009-02-03 | s3-eventlog: make logname in elog_open_tdb const. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-03 | s3-eventlog: allow to open eventlog tdbs readonly. | Günther Deschner | 2 | -5/+12 | |
Guenther | |||||
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes ↵ | Dan Sledz | 1 | -1/+1 | |
lp_use_kerberos_keytab parameter. The first is "kerberos method" and replaces the "use kerberos keytab" with an enum. Valid options are: secrets only - use only the secrets for ticket verification (default) system keytab - use only the system keytab for ticket verification dedicated keytab - use a dedicated keytab for ticket verification. secrets and keytab - use the secrets.tdb first, then the system keytab For existing installs: "use kerberos keytab = yes" corresponds to secrets and keytab "use kerberos keytab = no" corresponds to secrets only The major difference between "system keytab" and "dedicated keytab" is that the latter method relies on kerberos to find the correct keytab entry instead of filtering based on expected principals. The second parameter is "dedicated keytab file", which is the keytab to use when in "dedicated keytab" mode. This keytab is only used in ads_verify_ticket. | |||||
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -6/+6 | |
2009-02-01 | Move rpc_pipe_open_internal to srv_pipe_hnd.c | Volker Lendecke | 1 | -0/+37 | |
This is a smbd-only function | |||||
2009-02-01 | Replace pipe names in pipes_struct by ndr_syntax_id | Volker Lendecke | 3 | -68/+113 | |
This was mainly used for debugging output | |||||
2009-02-01 | Fix the build on Solaris CC | Volker Lendecke | 1 | -1/+1 | |
2009-01-31 | Remove unused np_read sync wrapper | Volker Lendecke | 1 | -30/+0 | |
2009-01-31 | Remove unused np_write sync wrapper | Volker Lendecke | 1 | -30/+0 | |
2009-01-31 | Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK | Volker Lendecke | 1 | -0/+6 | |
2009-01-31 | Add an async np_read wrapper | Volker Lendecke | 1 | -22/+102 | |
2009-01-31 | Add an async np_write wrapper | Volker Lendecke | 1 | -15/+102 | |
2009-01-27 | s3:rpc_server: use get_client_fd() instead of smbd_server_fd() | Stefan Metzmacher | 1 | -1/+1 | |
Both are absolutely the same, but smbd_server_fd() is otherwise only used in smbd/*.c and would like to remove smbd_server_fd() soon. metze | |||||
2009-01-24 | Fix a segfault in parse_logentry | Volker Lendecke | 1 | -1/+1 | |
entry->data_record.strings is type smb_ucs2, so the pointer arithmetic increments by two :-) | |||||
2009-01-24 | s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2009-01-24 | Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵ | Günther Deschner | 1 | -11/+6 | |
rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a. | |||||
2009-01-24 | s3-eventlog: fix various invalid memcpy in read_package_entry(). | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 3 | -4/+5 | |
2009-01-20 | Remove some unused code | Volker Lendecke | 1 | -13/+0 | |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -58/+29 | |
np_open/read/write don't have to know about files_struct | |||||
2009-01-20 | Make use of TALLOC_FREE | Volker Lendecke | 1 | -3/+1 | |
2009-01-18 | Fix some real bugs found by "type-punned" gcc warnings | Volker Lendecke | 1 | -8/+11 | |
Type-casting does not the right thing if used the way it used to be. The function arguments have not been uint32_t's, but the type cast made the calling routine believe so. Not good... The assignment xxx=account_policy_temp does however type-convert properly, potentially cutting off the top-bits. | |||||
2009-01-16 | s3-eventlog: fix _eventlog_CloseEventLog. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2009-01-16 | s3-eventlog: remove whitespace. | Günther Deschner | 1 | -45/+45 | |
Guenther | |||||
2009-01-16 | s3-eventlog: some minor code cleanup in eventlog server. | Günther Deschner | 1 | -23/+10 | |
Guenther | |||||
2009-01-14 | s3-eventlog: fix ps struct removal leftover. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-01-14 | s3-eventlog: use main talloc context in eventlog read call. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2009-01-09 | Remove the rpc_srv_register wrapper around rpc_pipe_register_commands | Volker Lendecke | 1 | -15/+4 | |
2009-01-09 | Call rpc_srv_register instead of rpc_pipe_register_commands in eventlog and ↵ | Volker Lendecke | 1 | -2/+2 | |
svcctl | |||||
2009-01-09 | Fake up ndr_table_spoolss | Volker Lendecke | 1 | -4/+27 | |
2009-01-09 | Pass the full ndr_interface_table into the s3 rpcserver when registering | Volker Lendecke | 1 | -0/+10 | |