Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 2009-01-12 | 1 | -0/+3 |
| | | | | | | If they are not explicitely set in either place both will default to LOCKDIR. Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | Move cli_api_pipe() to its only user cli_pipe.c | Volker Lendecke | 2009-01-11 | 1 | -6/+0 |
| | |||||
* | Pass the full ndr_interface_table into the s3 rpcserver when registering | Volker Lendecke | 2009-01-09 | 1 | -0/+4 |
| | |||||
* | Add derpc_transport_string_by_transport(), apply some const | Volker Lendecke | 2009-01-09 | 1 | -1/+2 |
| | |||||
* | s3: Add delete_all_streams to proto.h | Tim Prouty | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | s3-svcctl: remove last traces of hand-marshalled svcctl code. | Günther Deschner | 2009-01-09 | 1 | -9/+0 |
| | | | | Guenther | ||||
* | s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW. | Günther Deschner | 2009-01-09 | 1 | -10/+0 |
| | | | | Guenther | ||||
* | Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn | Volker Lendecke | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | s3:smbd: make mangle_fns const | Stefan Metzmacher | 2009-01-08 | 1 | -3/+3 |
| | | | | metze | ||||
* | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W. | Günther Deschner | 2009-01-08 | 1 | -8/+0 |
| | | | | Guenther | ||||
* | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx. | Günther Deschner | 2009-01-08 | 1 | -4/+0 |
| | | | | Guenther | ||||
* | Add some const to dcerpc_binding_build_tower() | Volker Lendecke | 2009-01-06 | 1 | -1/+3 |
| | |||||
* | Add a NULL check and some const to dcerpc_floor_get_lhs_data() | Volker Lendecke | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | s3-lsa: remove all init_lsa* functions. | Günther Deschner | 2009-01-06 | 1 | -21/+0 |
| | | | | Guenther | ||||
* | s3-srvsvc: remove all init_srvsvc* functions. | Günther Deschner | 2009-01-06 | 1 | -128/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_alias* functions. | Günther Deschner | 2009-01-06 | 1 | -6/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_group* functions. | Günther Deschner | 2009-01-06 | 1 | -14/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_dom* functions. | Günther Deschner | 2009-01-06 | 1 | -37/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove init_samr_user* functions. | Günther Deschner | 2009-01-06 | 1 | -126/+0 |
| | | | | Guenther | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-05 | 1 | -40/+1 |
|\ | |||||
| * | s3:events: move prototypes to event.h | Stefan Metzmacher | 2009-01-05 | 1 | -40/+0 |
| | | | | | | | | metze | ||||
| * | s3:events: remove unused stuff | Stefan Metzmacher | 2009-01-05 | 1 | -1/+0 |
| | | | | | | | | metze | ||||
| * | clean event context after child is forked. | Bo Yang | 2009-01-05 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-04 | 1 | -4/+25 |
|\| | |||||
| * | Add open_socket_out_defer_send/recv | Volker Lendecke | 2009-01-04 | 1 | -0/+7 |
| | | |||||
| * | Async wrapper for open_socket_out_send/recv | Volker Lendecke | 2009-01-04 | 1 | -3/+8 |
| | | |||||
| * | async libwbclient infrastructure | Volker Lendecke | 2009-01-04 | 1 | -0/+10 |
| | | |||||
| * | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 2009-01-03 | 1 | -2/+1 |
| | | |||||
* | | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 1 | -13/+0 |
|/ | |||||
* | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | Remove unused function parent_dirname | Volker Lendecke | 2008-12-31 | 1 | -1/+0 |
| | |||||
* | Remove unused function get_numlist() | Volker Lendecke | 2008-12-31 | 1 | -1/+0 |
| | |||||
* | Fix an ancient uninitialized variable read | Volker Lendecke | 2008-12-31 | 1 | -1/+2 |
| | | | | The callers of open_file_ntcreate expect *psbuf to be filled correctly | ||||
* | s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD | Stefan Metzmacher | 2008-12-30 | 1 | -1/+0 |
| | | | | | | | This means we correctly pass IPv6 addresses too. (CTDB_CONTROL_TCP_CLIENT was IPv4 only) metze | ||||
* | s3:passdb: make marshalling struct samu from and to a buffer more generic | Stefan Metzmacher | 2008-12-29 | 1 | -2/+3 |
| | | | | | | | This marshalling isn't specific to tdbsam and it's ugly to have the related functions in two different files. metze | ||||
* | Add write_data_iov | Volker Lendecke | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | Add sys_writev | Volker Lendecke | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32() | Stefan Metzmacher | 2008-12-29 | 1 | -1/+1 |
| | | | | | | All callers expect 0 an success and -1 on error. metze | ||||
* | Add async cli_write_andx and cli_pull | Volker Lendecke | 2008-12-19 | 1 | -0/+19 |
| | |||||
* | Remove the direct inbuf reference from construct_reply_common() | Volker Lendecke | 2008-12-19 | 1 | -2/+0 |
| | |||||
* | Make cli_negprot async | Volker Lendecke | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 2008-12-19 | 1 | -1/+1 |
| | |||||
* | cli_negprot_send -> cli_negprot_sendsync | Volker Lendecke | 2008-12-19 | 1 | -1/+1 |
| | |||||
* | s3-ntsvcs: remove last traces of hand-marshalled NTSVCS. | Günther Deschner | 2008-12-17 | 1 | -11/+0 |
| | | | | Guenther | ||||
* | s3-ntsvcs: remove old _PNP_GetDeviceList. | Günther Deschner | 2008-12-17 | 1 | -3/+0 |
| | | | | Guenther | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-15 | 1 | -1/+1 |
|\ | |||||
| * | s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum() | Michael Adam | 2008-12-15 | 1 | -1/+1 |
| | | | | | | | | Michael | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-14 | 1 | -795/+25 |
|\| | |||||
| * | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 2008-12-14 | 1 | -17/+24 |
| | | | | | | | | This involves changing all our clients, that's why it's so large. | ||||
| * | s3:libsmb/namequery.c: add saf_join_store() function | Stefan Metzmacher | 2008-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | saf_join_store() should be called after a successful domain join, the affinity to the dc used at join time has a larger ttl, to avoid problems with delayed replication. metze Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit 80e74a27c55c01221091e3eec930c2ac4433c22c) |