Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 21 | -356/+190 |
2009-04-14 | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 8 | -53/+86 |
2009-04-14 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 4 | -41/+102 |
2009-04-14 | s4:ldb Make it possible to re-run ldap.py again | Andrew Bartlett | 1 | -2/+6 |
2009-04-13 | s3-rpcclient: add set_job command. | Günther Deschner | 1 | -0/+55 |
2009-04-13 | s4-smbtorture: fix two valgrind warnings. | Günther Deschner | 1 | -0/+2 |
2009-04-13 | s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 for... | Günther Deschner | 1 | -4/+8 |
2009-04-13 | s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to RPC-SPOOLSS-NOT... | Günther Deschner | 2 | -36/+36 |
2009-04-13 | s3-spoolss: fix typo in fill_printer_driver_info3(). | Günther Deschner | 1 | -1/+1 |
2009-04-13 | s3-loadparm: Fix resume command typo for "printing = vlp". | Günther Deschner | 1 | -1/+1 |
2009-04-13 | s3-spoolss: Fix permission checks for _spoolss_AddForm,SetForm and DelForm. | Günther Deschner | 1 | -12/+34 |
2009-04-13 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -3/+29 |
2009-04-13 | spoolss: add spoolss_DriverAttributes bitmask. | Günther Deschner | 1 | -2/+6 |
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 3 enum. | Günther Deschner | 1 | -67/+6 |
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 2 enum. | Günther Deschner | 1 | -66/+6 |
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 1 enum. | Günther Deschner | 1 | -67/+7 |
2009-04-13 | s3-spoolss: add generic enumprinterdrivers_level function. | Günther Deschner | 1 | -0/+86 |
2009-04-13 | s4-smbtorture: use printerinfo level 1 name, not description in | Günther Deschner | 1 | -4/+11 |
2009-04-13 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -73/+73 |
2009-04-13 | spoolss: fix order of strings in PrinterInfo1 structs. | Günther Deschner | 1 | -2/+2 |
2009-04-13 | Use convert_string_talloc, thanks Andrew! | Volker Lendecke | 1 | -1/+1 |
2009-04-12 | We have to deny a level 2 oplock if kernel oplocks are enabled | Volker Lendecke | 1 | -0/+6 |
2009-04-12 | Fix a bug in smbclient not sending the correct called name | Volker Lendecke | 1 | -1/+5 |
2009-04-12 | Add "netbios retarget" | Volker Lendecke | 1 | -0/+93 |
2009-04-12 | Reactivate get_socket_port | Volker Lendecke | 2 | -4/+2 |
2009-04-12 | write_data already guarantees everything was written | Volker Lendecke | 1 | -9/+6 |
2009-04-12 | Extract and print the server name type the client connects to | Volker Lendecke | 1 | -7/+7 |
2009-04-11 | Fix some nonempty blank lines | Volker Lendecke | 1 | -4/+4 |
2009-04-11 | Fix a memleak in an unlikely error path in change_notify_create() | Volker Lendecke | 1 | -0/+1 |
2009-04-11 | Use talloc_tos() for a temp convert_string_allocate() | Volker Lendecke | 1 | -3/+3 |
2009-04-10 | Link in the threads functions, not yet used. | Jeremy Allison | 2 | -1/+4 |
2009-04-10 | s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of th... | Stefan Metzmacher | 1 | -34/+55 |
2009-04-10 | s4:rpc_server: report available output for all replies | Stefan Metzmacher | 1 | -0/+24 |
2009-04-10 | socket_wrapper: fix crash bug in swrap_readv/writev | Stefan Metzmacher | 1 | -4/+10 |
2009-04-10 | s3-spoolss: implement dummy _spoolss_AddPort(). | Günther Deschner | 1 | -11/+12 |
2009-04-10 | s3-spoolss: add support for level 8 in _spoolss_GetPrinter(). | Günther Deschner | 1 | -0/+37 |
2009-04-10 | s3-eventlog: implement _eventlog_FlushEventLog(). | Günther Deschner | 1 | -6/+15 |
2009-04-10 | s3-eventlog: implement _eventlog_GetLogInformation(). | Günther Deschner | 1 | -6/+44 |
2009-04-10 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -1/+34 |
2009-04-10 | eventlog: make EVENTLOG_FULL_INFORMATION a public struct. | Günther Deschner | 1 | -1/+1 |
2009-04-09 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 230 | -21346/+12903 |
2009-04-09 | Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa... | Jeremy Allison | 1 | -18/+23 |
2009-04-10 | s3-selftest: enable the RPC-NTSVCS torture test against Samba3. | Günther Deschner | 1 | -1/+1 |
2009-04-10 | s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize. | Günther Deschner | 1 | -17/+24 |
2009-04-10 | s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service. | Günther Deschner | 1 | -18/+38 |
2009-04-10 | s3-rpcclient: allow to set flags in cmd_ntsvcs_get_dev_list(). | Günther Deschner | 1 | -4/+8 |
2009-04-10 | error-codes: add WERR_CM_INVALID_POINTER. | Günther Deschner | 1 | -0/+1 |
2009-04-10 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -6/+51 |
2009-04-10 | ntsvcs: add PNP_GetIdListFlags flags. | Günther Deschner | 1 | -2/+17 |
2009-04-09 | s3-svcctl: minor fix for _svcctl_EnumDependentServicesW(). | Günther Deschner | 1 | -0/+9 |