2009-02-13 |
Volker Lendecke | Fix Coverity ID 745 (RESOURCE_LEAK)
|
commit | commitdiff | tree |
2009-02-12 |
Volker Lendecke | Fix Coverity ID 871 -- do not dereference "sp" before...
|
commit | commitdiff | tree |
2009-02-12 |
Volker Lendecke | Fix Coverity ID 872 -- we have alread dereferenced...
|
commit | commitdiff | tree |
2009-02-12 |
Volker Lendecke | Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
|
commit | commitdiff | tree |
2009-02-12 |
Volker Lendecke | Fix "make etags" properly :-)
|
commit | commitdiff | tree |
2009-02-11 |
Volker Lendecke | Fix Coverity ID 519 (NEGATIVE_RETURNS)
|
commit | commitdiff | tree |
2009-02-11 |
Volker Lendecke | Only assign argv[1] after the argc check, thanks Tim!
|
commit | commitdiff | tree |
2009-02-11 |
Volker Lendecke | Fix an uninitialized variable
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Remove an unused extern reference
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Convert api_NetUserGetGroups to use samr instead of pdb
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Fix some nonempty blank lines
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Do not use strlen if not necessary... :-)
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | If we receive a DOS error code, nt_errstr should display it
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Fix an uninitialized variable. Tim, please check!
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Add queueing to np_write
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Add queueing to np_read_state, simulate message-type...
|
commit | commitdiff | tree |
2009-02-10 |
Volker Lendecke | Add read_pkt_send/recv
|
commit | commitdiff | tree |
2009-02-09 |
Volker Lendecke | Attempt to fix the build
|
commit | commitdiff | tree |
2009-02-09 |
Volker Lendecke | Fix count in _srvsvc_NetDiskEnum()
|
commit | commitdiff | tree |
2009-02-08 |
Volker Lendecke | Make prs_struct->out_data.current_pdu dynamically allocated
|
commit | commitdiff | tree |
2009-02-08 |
Volker Lendecke | Most RPC requests do not need a full fragment, start...
|
commit | commitdiff | tree |
2009-02-08 |
Volker Lendecke | Fix some nonempty blank lines
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Fix memleaks in chain_reply for async requests
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Fix a couple of memleaks in mapping_ldb.c
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Make current_in_pdu in pipes_struct allocated
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Convert api_RNetGroupEnum to use samr instead of pdb
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Fix resume handle for _samr_EnumDomainGroups
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Close samr_handle if open_domain failed
|
commit | commitdiff | tree |
2009-02-07 |
Volker Lendecke | Fix coverity ID 876 (FORWARD_NULL)
|
commit | commitdiff | tree |
2009-02-05 |
Volker Lendecke | Don't use recvall in the proxied np_read_send
|
commit | commitdiff | tree |
2009-02-04 |
Volker Lendecke | Restore correct handling of "is_data_available" for...
|
commit | commitdiff | tree |
2009-02-04 |
Volker Lendecke | Fix a valgrind error: rpc_bind talloc_move()s the auth...
|
commit | commitdiff | tree |
2009-02-04 |
Volker Lendecke | Ensure null termination of the password in mymachinepw...
|
commit | commitdiff | tree |
2009-02-03 |
Volker Lendecke | s3: Fix 'net rpc join' for users with the SeMachineAccountPr...
|
commit | commitdiff | tree |
2009-02-03 |
Volker Lendecke | Fix Coverity ID 870
|
commit | commitdiff | tree |
2009-02-02 |
Volker Lendecke | Next step disentangling async_req from NTSTATUS
|
commit | commitdiff | tree |
2009-02-02 |
Volker Lendecke | Attempt to fix "make test" on host "tridge"
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Split up async_req into a generic and a NTSTATUS specific...
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Convert api_RNetUserEnum to use the srv_samr_nt.c directly
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Move rpc_pipe_open_internal to srv_pipe_hnd.c
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Replace pipe names in pipes_struct by ndr_syntax_id
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Fix some type-punned warnings
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | cli_get_pipe_name_from_interface does not really need...
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Fix nonempty blank lines
|
commit | commitdiff | tree |
2009-02-01 |
Volker Lendecke | Just for fun: Move some bytes from bss to text
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Fix the build on Solaris CC
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Remove unused np_read sync wrapper
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Make reply_pipe_read_andx async
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Remove unused np_write sync wrapper
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Make reply_pipe_write async
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Make reply_pipe_write_and_X async
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Convert api_rpc_trans_reply to async np_*
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Add an async np_read wrapper
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Add an async np_write wrapper
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | make send_file_readbraw static
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Remove the global variable "chain_size"
|
commit | commitdiff | tree |
2009-01-31 |
Volker Lendecke | Make is_andx_req non-static
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Fix memleaks
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | pass NULL to prs_give_memory, that is a pointer
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Add the "SMBD" rpc transport
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Make rpc_transport_np_init async
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Add async cli_ntcreate
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Make cli_tcon_andx async
|
commit | commitdiff | tree |
2009-01-30 |
Volker Lendecke | Make cli_session_setup_guest async
|
commit | commitdiff | tree |
2009-01-29 |
Volker Lendecke | Add the strlen to push to smb_bytes_push_str, return...
|
commit | commitdiff | tree |
2009-01-29 |
Volker Lendecke | cli_ucs2
|
commit | commitdiff | tree |
2009-01-29 |
Volker Lendecke | Fix the build on "opi"
|
commit | commitdiff | tree |
2009-01-28 |
Volker Lendecke | Avoid valgrind errors
|
commit | commitdiff | tree |
2009-01-28 |
Volker Lendecke | Fix a valgrind error when the socket dies
|
commit | commitdiff | tree |
2009-01-26 |
Volker Lendecke | Decouple clistr_pull from struct cli_state->inbuf
|
commit | commitdiff | tree |
2009-01-25 |
Volker Lendecke | Fix an error path memleak
|
commit | commitdiff | tree |
2009-01-25 |
Volker Lendecke | Make smb_bytes_push_str deal with a NULL buf returning...
|
commit | commitdiff | tree |
2009-01-25 |
Volker Lendecke | Fix chain_reply for pipe reads
|
commit | commitdiff | tree |
2009-01-24 |
Volker Lendecke | Fix a segfault in parse_logentry
|
commit | commitdiff | tree |
2009-01-24 |
Volker Lendecke | talloc_free() copes with a NULL pointer just fine
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Abstract away the transport in cli_pipe.c
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Add the socket rpc client transport
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Add the named pipe rpc client transport
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | RPC_CLIENT_OBJ is the right variable for cli_pipe.o
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Add struct rpc_cli_transport
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Fix a segfault: rpccli_* expect the reply_pdu to always...
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | Actually complete 3662c2b...
|
commit | commitdiff | tree |
2009-01-22 |
Volker Lendecke | cli_get_pipe_name_from_iface does not need the cli_state
|
commit | commitdiff | tree |
2009-01-21 |
Volker Lendecke | Fix a typo
|
commit | commitdiff | tree |
2009-01-20 |
Volker Lendecke | "userdom_struct" does not need "full_name" anymore...
|
commit | commitdiff | tree |
2009-01-20 |
Volker Lendecke | Fix some nonempty blank lines
|
commit | commitdiff | tree |
2009-01-20 |
Volker Lendecke | Remove some unused code
|
commit | commitdiff | tree |
2009-01-20 |
Volker Lendecke | Remove some smb fsp knowledge from rpc_server/
|
commit | commitdiff | tree |
2009-01-20 |
Volker Lendecke | Make use of TALLOC_FREE
|
commit | commitdiff | tree |
2009-01-19 |
Volker Lendecke | Fix the same bug as 8b618d0 fixes, this time in winbindd_pas...
|
commit | commitdiff | tree |
2009-01-19 |
Volker Lendecke | Attempt to fix the merged build
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Remove unused tdb_search_keys()
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | simplify gencache_iterate a bit, fix nonempty blank...
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | libnetapi_open_pipe does not need to return cli_state
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Add a macro async_req_setup()
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Add code to torture the fragmentation code a bit
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Remove unused functions
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Make rpc_pipe_bind async
|
commit | commitdiff | tree |
2009-01-18 |
Volker Lendecke | Fix an uninitialized variable
|
commit | commitdiff | tree |