summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett9-347/+249
2009-04-14Move libcli/auth to the top levelAndrew Bartlett11-18/+14
2009-04-14s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2-43/+0
2009-04-14Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2-5/+5
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett21-356/+190
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett8-53/+86
2009-04-14Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett4-41/+102
2009-04-14s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett1-2/+6
2009-04-13s3-rpcclient: add set_job command.Günther Deschner1-0/+55
2009-04-13s4-smbtorture: fix two valgrind warnings.Günther Deschner1-0/+2
2009-04-13s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 for...Günther Deschner1-4/+8
2009-04-13s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to RPC-SPOOLSS-NOT...Günther Deschner2-36/+36
2009-04-13s3-spoolss: fix typo in fill_printer_driver_info3().Günther Deschner1-1/+1
2009-04-13s3-loadparm: Fix resume command typo for "printing = vlp".Günther Deschner1-1/+1
2009-04-13s3-spoolss: Fix permission checks for _spoolss_AddForm,SetForm and DelForm.Günther Deschner1-12/+34
2009-04-13s3: re-run make samba3-idl.Günther Deschner3-3/+29
2009-04-13spoolss: add spoolss_DriverAttributes bitmask.Günther Deschner1-2/+6
2009-04-13s3-spoolss: use enumprinterdrivers_level() for level 3 enum.Günther Deschner1-67/+6
2009-04-13s3-spoolss: use enumprinterdrivers_level() for level 2 enum.Günther Deschner1-66/+6
2009-04-13s3-spoolss: use enumprinterdrivers_level() for level 1 enum.Günther Deschner1-67/+7
2009-04-13s3-spoolss: add generic enumprinterdrivers_level function.Günther Deschner1-0/+86
2009-04-13s4-smbtorture: use printerinfo level 1 name, not description inGünther Deschner1-4/+11
2009-04-13s3: re-run make samba3-idl.Günther Deschner2-73/+73
2009-04-13spoolss: fix order of strings in PrinterInfo1 structs.Günther Deschner1-2/+2
2009-04-13Use convert_string_talloc, thanks Andrew!Volker Lendecke1-1/+1
2009-04-12We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke1-0/+6
2009-04-12Fix a bug in smbclient not sending the correct called nameVolker Lendecke1-1/+5
2009-04-12Add "netbios retarget"Volker Lendecke1-0/+93
2009-04-12Reactivate get_socket_portVolker Lendecke2-4/+2
2009-04-12write_data already guarantees everything was writtenVolker Lendecke1-9/+6
2009-04-12Extract and print the server name type the client connects toVolker Lendecke1-7/+7
2009-04-11Fix some nonempty blank linesVolker Lendecke1-4/+4
2009-04-11Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke1-0/+1
2009-04-11Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke1-3/+3
2009-04-10Link in the threads functions, not yet used.Jeremy Allison2-1/+4
2009-04-10s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of th...Stefan Metzmacher1-34/+55
2009-04-10s4:rpc_server: report available output for all repliesStefan Metzmacher1-0/+24
2009-04-10socket_wrapper: fix crash bug in swrap_readv/writevStefan Metzmacher1-4/+10
2009-04-10s3-spoolss: implement dummy _spoolss_AddPort().Günther Deschner1-11/+12
2009-04-10s3-spoolss: add support for level 8 in _spoolss_GetPrinter().Günther Deschner1-0/+37
2009-04-10s3-eventlog: implement _eventlog_FlushEventLog().Günther Deschner1-6/+15
2009-04-10s3-eventlog: implement _eventlog_GetLogInformation().Günther Deschner1-6/+44
2009-04-10s3: re-run make samba3-idl.Günther Deschner3-1/+34
2009-04-10eventlog: make EVENTLOG_FULL_INFORMATION a public struct.Günther Deschner1-1/+1
2009-04-09Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison230-21346/+12903
2009-04-09Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison1-18/+23
2009-04-10s3-selftest: enable the RPC-NTSVCS torture test against Samba3.Günther Deschner1-1/+1
2009-04-10s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize.Günther Deschner1-17/+24
2009-04-10s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service.Günther Deschner1-18/+38
2009-04-10s3-rpcclient: allow to set flags in cmd_ntsvcs_get_dev_list().Günther Deschner1-4/+8