Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | s3-spoolss: set servername to global_myname() in set_printer_hnd_name(). | Günther Deschner | 2009-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | s3:charcnv Remove unused unistrcpy() and unistrlen() | Andrew Bartlett | 2009-04-07 | 2 | -39/+0 | |
| * | | | | | | | | | | | | s3:rpc_parse remove unused prs_unistr2() | Andrew Bartlett | 2009-04-07 | 2 | -39/+0 | |
| * | | | | | | | | | | | | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 2009-04-07 | 2 | -121/+0 | |
| * | | | | | | | | | | | | s3:charcnv Remove unused ucs2_to_unistr2() | Andrew Bartlett | 2009-04-07 | 2 | -47/+0 | |
| * | | | | | | | | | | | | s3/docs: Raise version number up to 3.5. | Karolin Seeger | 2009-04-07 | 82 | -82/+82 | |
| * | | | | | | | | | | | | s3/popt.h: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | s3/loadparm: Fiy typos. | Karolin Seeger | 2009-04-07 | 1 | -2/+2 | |
| * | | | | | | | | | | | | s3/gpo_ldap: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | s3/smbconf_reg: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | s3/docs: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | s3 onefs: Fix case-insensitivity for mangled names | Tim Prouty | 2009-04-07 | 1 | -0/+12 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 2009-04-07 | 9 | -65/+54 | |
| * | | | | | | | | | | | | s3:smbtorture Convert charcnv torture suite to use push_ucs2_talloc() | Andrew Bartlett | 2009-04-07 | 1 | -4/+4 | |
| * | | | | | | | | | | | | s3-libads: avoid NULL talloc context with ads_get_dn(). | Günther Deschner | 2009-04-07 | 5 | -15/+15 | |
| * | | | | | | | | | | | | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-07 | 2 | -2/+1 | |
| * | | | | | | | | | | | | svcctl: Fix svcctl_ControlsAccepted bitmask. | Günther Deschner | 2009-04-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | | s3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer. | Günther Deschner | 2009-04-07 | 1 | -1/+3 | |
| * | | | | | | | | | | | | s3 onefs: Simplify level 2 oplock self-contention | Tim Prouty | 2009-04-06 | 1 | -74/+5 | |
| * | | | | | | | | | | | | 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 smbtort... | Günther Deschner | 2009-04-06 | 1 | -10/+19 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 2009-04-06 | 11 | -71/+58 | |
| * | | | | | | | | | | | | tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv() | Stefan Metzmacher | 2009-04-06 | 1 | -8/+2 | |
| * | | | | | | | | | | | | s3:printing Convert nt_printer_publish_ads() to use talloc better | Andrew Bartlett | 2009-04-06 | 1 | -26/+18 | |
| * | | | | | | | | | | | | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 2009-04-06 | 5 | -58/+23 |