Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-06 | Remove async_req based async libsmb infrastructure | Volker Lendecke | 2 | -137/+0 | |
2009-04-06 | Convert cli_open to tevent_req | Volker Lendecke | 1 | -4/+9 | |
2009-04-06 | Convert cli_close to tevent_req | Volker Lendecke | 1 | -3/+8 | |
2009-04-06 | Convert cli_write_andx to tevent_req | Volker Lendecke | 1 | -6/+14 | |
2009-04-06 | Convert cli_read_andx to tevent_req | Volker Lendecke | 1 | -5/+10 | |
2009-04-06 | Convert cli_ntcreate to tevent_req | Volker Lendecke | 1 | -12/+12 | |
2009-04-06 | Convert cli_tcon_andx to tevent_req | Volker Lendecke | 1 | -6/+6 | |
2009-04-06 | Convert cli_negprot to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Convert cli_session_setup_guest to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Convert cli_trans to tevent_req | Volker Lendecke | 1 | -3/+3 | |
2009-04-06 | Convert cli_echo to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Add new async libsmb infrastructure | Volker Lendecke | 2 | -0/+30 | |
I know this is just yet another iteration, but I like this one much better than the one that exists right now :-) It will do trans and echo requests without a _recv helper and without unnecessary memcpy(). | |||||
2009-04-06 | Add read_smb_send/recv, dumping keepalives | Volker Lendecke | 1 | -0/+5 | |
2009-04-06 | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 1 | -1/+1 | |
Also remove ads_memfree(), which was only ever a wrapper around SAFE_FREE, used only to free the DN from ads_get_ds(). This actually makes libgpo more consistant, as it mixed a talloc and a malloc based string on the same element. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-06 | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 2 | -3/+1 | |
This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-01 | s3-passdb: add smb_create_user(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-03-30 | s3/cups: add encryption support | Björn Jacke | 1 | -0/+1 | |
2009-03-27 | s3: added per-client statistics to onefs perfcount module | Scott Urban | 1 | -8/+0 | |
* we now track, uid, remote ip, and local ip per CIFS operation * removed perfcount_set_client() from perfcount interface as it's unecessary | |||||
2009-03-27 | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵ | Jeremy Allison | 1 | -0/+2 | |
correctly. For the clustering case. Clustered setups should have only ever used the unsigned version of TDB_DATA in the first place so they can't be in this mess :-). Just do the normal upgrade in the clustered case. Jeremy. | |||||
2009-03-26 | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-03-25 | s3-rpc_parse: remove unused smb_io_domsid(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-03-25 | s3: remove unused rpc_parse/parse_sec.c file. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2009-03-24 | Convert rpc_pipe_bind to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-03-24 | Convert rpc_cli_transport->trans to tevent_req | Volker Lendecke | 1 | -6/+6 | |
2009-03-24 | Convert rpc_cli_transport->write to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-03-24 | Convert rpc_cli_transport->read to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-03-24 | Convert rpc_api_pipe_req to tevent_req | Volker Lendecke | 1 | -6/+6 | |
2009-03-24 | s3: use generated dcerpc code. | Günther Deschner | 2 | -10/+2 | |
Guenther | |||||
2009-03-24 | s3: add missing prototype for auth_wbc_init(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-03-23 | Use avahi to register _smb._tcp in smbd | Volker Lendecke | 1 | -0/+5 | |
2009-03-23 | Add tevent avahi binding | Volker Lendecke | 1 | -0/+5 | |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 4 | -22/+20 | |
We store the seqnum/mid mapping in the cli_request structure for async requests and in the cli_state structure for sync calls. We skip the signing check for oplock requests while waiting for async requests coming in. metze | |||||
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 2 | -12/+22 | |
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze | |||||
2009-03-23 | s3:libsmb: add a much simplified smb_siging infrastructure | Stefan Metzmacher | 2 | -0/+47 | |
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze | |||||
2009-03-23 | s3:libsmb: rename smb_signing.c => clisigning.c | Stefan Metzmacher | 1 | -1/+1 | |
This prepares a large simplification of the smb_signing code metze | |||||
2009-03-21 | s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests | Stefan Metzmacher | 1 | -0/+2 | |
This will be used as part a the franky setup, where nmbd will forward the MAILSLOT requests to the local samba4 CLDAP server. "nmbd_proxy_logon:cldap_server = 127.0.0.1" would configure and activate this feature. metze | |||||
2009-03-20 | s3-spoolss: apply some const in spoolss server. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 1 | -2/+3 | |
sorry, I just need to do that. Guenther | |||||
2009-03-20 | s3-samr: try to to fix password_expired flag handling. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 5 | -15/+13 | |
Guenther | |||||
2009-03-18 | s3-rpc_parse: remove some unused parsing code. | Günther Deschner | 1 | -13/+0 | |
Guenther | |||||
2009-03-18 | s3-rpc_parse: remove unused BUFFER5 and UNISTR3. | Günther Deschner | 2 | -25/+0 | |
Guenther | |||||
2009-03-18 | s3-rpc_client: remove unused CLI_DO_RPC_WERR macro. | Günther Deschner | 1 | -30/+0 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove include/rpc_spoolss.h. | Günther Deschner | 2 | -168/+0 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove rpc_server/srv_spoolss.c alltogether. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove rpc_parse/parse_spoolss.c alltogether. | Günther Deschner | 1 | -2/+0 | |
Good-Bye, last hand-marshalled rpc functions, rest in peace. Guenther | |||||
2009-03-18 | s3-spoolss: remove old spoolss_EnumPrinterDataEx. | Günther Deschner | 2 | -43/+0 | |
Guenther | |||||
2009-03-18 | s3-spoolss: use pidl for _spoolss_EnumPrinterDataEx. | Günther Deschner | 1 | -1/+0 | |
Please note that this has been the last call in samba3 that was using hand-marshalled rpc. With this commit all named pipe rpc services in samba3 have now fully moved to pidl generated code :-) Guenther | |||||
2009-03-18 | s3-spoolss: fix spoolss server after spoolss_Field changes. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-18 | s3-rpc_parse: move prs_uint64 to rpc_parse/parse_prs.c. | Günther Deschner | 1 | -1/+1 | |
Guenther |