Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:rpc_parse remove unused prs_unistr2() | Andrew Bartlett | 2009-04-07 | 2 | -39/+0 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 2009-04-07 | 2 | -121/+0 |
| | | | | | | | | Natrually, the hard work to make these unsued was done by GD, not me :-) Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:charcnv Remove unused ucs2_to_unistr2() | Andrew Bartlett | 2009-04-07 | 2 | -47/+0 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3/docs: Raise version number up to 3.5. | Karolin Seeger | 2009-04-07 | 82 | -82/+82 |
| | | | | Karolin | ||||
* | s3/popt.h: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | s3/loadparm: Fiy typos. | Karolin Seeger | 2009-04-07 | 1 | -2/+2 |
| | | | | Karolin | ||||
* | s3/gpo_ldap: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | s3/smbconf_reg: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | s3/docs: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | s3 onefs: Fix case-insensitivity for mangled names | Tim Prouty | 2009-04-07 | 1 | -0/+12 |
| | | | | | onefs_get_real_filename needs to demangle the filename before doing the case-insensitive estat | ||||
* | s3 oplocks: Add back procid_str to debug message | Tim Prouty | 2009-04-07 | 1 | -2/+3 |
| | |||||
* | s3:smbldap convert the easy cases to push_utf8_talloc() | Andrew Bartlett | 2009-04-07 | 1 | -8/+8 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 2009-04-07 | 9 | -65/+54 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:smbtorture Convert charcnv torture suite to use push_ucs2_talloc() | Andrew Bartlett | 2009-04-07 | 1 | -4/+4 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-libads: avoid NULL talloc context with ads_get_dn(). | Günther Deschner | 2009-04-07 | 5 | -15/+15 |
| | | | | Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-07 | 2 | -2/+1 |
| | | | | Guenther | ||||
* | svcctl: Fix svcctl_ControlsAccepted bitmask. | Günther Deschner | 2009-04-07 | 1 | -1/+2 |
| | | | | | | | | Never ever have 0 value in a bitmask... pidl should generate at least a warning about those things. Guenther | ||||
* | s3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer. | Günther Deschner | 2009-04-07 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | s3 onefs: Simplify level 2 oplock self-contention | Tim Prouty | 2009-04-06 | 1 | -74/+5 |
| | | | | This removes all oplock dependence on locking.tdb | ||||
* | s3 oplocks: Refactor level II oplock contention | Tim Prouty | 2009-04-06 | 2 | -57/+54 |
| | |||||
* | s3-samr: add support for _samr_Connect3() while planning to pass a s4 ↵ | Günther Deschner | 2009-04-06 | 1 | -10/+19 |
| | | | | | | smbtorture test. Guenther | ||||
* | Correct sync wrappers in cli_pipe.c | Volker Lendecke | 2009-04-06 | 1 | -4/+14 |
| | |||||
* | Add a bad hack to enable level 2 oplocks in torture_open_connection_share | Volker Lendecke | 2009-04-06 | 3 | -2/+10 |
| | |||||
* | Make cli_oplock_ack async | Volker Lendecke | 2009-04-06 | 2 | -29/+99 |
| | |||||
* | Add async oplock waiter | Volker Lendecke | 2009-04-06 | 2 | -1/+108 |
| | |||||
* | Never hand out 0xffff as a mid | Volker Lendecke | 2009-04-06 | 1 | -1/+1 |
| | | | | This is used for oplock replies | ||||
* | Remove async_req based async libsmb infrastructure | Volker Lendecke | 2009-04-06 | 3 | -1006/+0 |
| | |||||
* | Re-add the CHAIN1 test | Volker Lendecke | 2009-04-06 | 2 | -1/+82 |
| | |||||
* | Convert cli_open to tevent_req | Volker Lendecke | 2009-04-06 | 2 | -50/+111 |
| | |||||
* | Convert cli_close to tevent_req | Volker Lendecke | 2009-04-06 | 2 | -23/+74 |
| | |||||
* | Streamline cli_push sync wrapper | Volker Lendecke | 2009-04-06 | 1 | -9/+18 |
| | |||||
* | Convert cli_write_andx to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -56/+110 |
| | |||||
* | Streamline cli_pull sync wrapper | Volker Lendecke | 2009-04-06 | 1 | -9/+18 |
| | |||||
* | Convert cli_read_andx to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -121/+166 |
| | |||||
* | Convert cli_ntcreate to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -57/+88 |
| | |||||
* | Convert cli_tcon_andx to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -73/+85 |
| | |||||
* | Convert cli_negprot to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -47/+79 |
| | |||||
* | Convert cli_session_setup_guest to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -55/+86 |
| | |||||
* | Convert cli_trans to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -393/+281 |
| | |||||
* | Convert cli_echo to tevent_req | Volker Lendecke | 2009-04-06 | 3 | -97/+71 |
| | |||||
* | Remove the CHAIN1 test -- will come back later | Volker Lendecke | 2009-04-06 | 2 | -100/+1 |
| | |||||
* | Add new async libsmb infrastructure | Volker Lendecke | 2009-04-06 | 4 | -0/+807 |
| | | | | | | | | 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(). | ||||
* | Add read_smb_send/recv, dumping keepalives | Volker Lendecke | 2009-04-06 | 2 | -0/+92 |
| | |||||
* | tsocket: reduce size of dummy variable | Stefan Metzmacher | 2009-04-06 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 2009-04-06 | 11 | -71/+58 |
| | | | | | | | | | | | | 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> | ||||
* | tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv() | Stefan Metzmacher | 2009-04-06 | 1 | -8/+2 |
| | | | | metze | ||||
* | s3:printing Convert nt_printer_publish_ads() to use talloc better | Andrew Bartlett | 2009-04-06 | 1 | -26/+18 |
| | | | | | | | | In particular, this removes one more user of pull_utf8_allocate() Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 2009-04-06 | 5 | -58/+23 |
| | | | | | | This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make some functions static to vfs_gpfs.c | Volker Lendecke | 2009-04-06 | 1 | -14/+14 |
| | |||||
* | Add prototype for smbd_gpfs_get_realfilename_path | Volker Lendecke | 2009-04-06 | 1 | -0/+2 |
| |