summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server.Günther Deschner2009-11-242-3/+3
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-241-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-243-30/+18
* s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timerStefan Metzmacher2009-11-242-33/+19
* s3:torture/nbio: use timeval_current/timeval_elapsed instead of start_timer/e...Stefan Metzmacher2009-11-241-2/+5
* s3:dbwrap_torture: use timeval_current/timeval_elapsed instead of start_timer...Stefan Metzmacher2009-11-241-16/+3
* s3:fix the merged build of bin/smbtorture4Michael Adam2009-11-247-6/+6
* Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison2009-11-231-5/+68
* Remove unused code.Jeremy Allison2009-11-232-49/+0
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-233-13/+21
* s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrapMichael Adam2009-11-232-1/+369
* s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam2009-11-238-55/+87
* s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam2009-11-231-14/+14
* Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison2009-11-231-0/+10
* s3-spoolss: Fix GetPrinter level 101.Günther Deschner2009-11-231-1/+1
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-235-18/+10
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke2009-11-233-12/+6
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-2310-22/+15
* Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke2009-11-233-9/+5
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-2319-66/+53
* s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke2009-11-231-1/+1
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-231-1/+1
* s3-printing: remove duplicate code while cleaning up driver structs.Günther Deschner2009-11-231-68/+39
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...Günther Deschner2009-11-231-67/+0
* s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.Günther Deschner2009-11-231-41/+0
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-235-375/+362
* s3-printing: use spoolss types and structs while adding drivers.Günther Deschner2009-11-233-484/+184
* s3-spoolss: fix spoolss_EnumPrinterKey client and server code.Günther Deschner2009-11-232-7/+40
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-11-221-10/+23
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-219-568/+468
* s3: Remove a struct typedefVolker Lendecke2009-11-213-9/+9
* s3: Make alloc_sub_basic() staticVolker Lendecke2009-11-213-20/+22
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-2119-53/+66
* s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke2009-11-213-5/+9
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-2110-15/+22
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-213-6/+12
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-215-10/+18
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-213-77/+75
* s3: Avoid two calls to strcmp()Volker Lendecke2009-11-211-4/+4
* s3: Fix a bool/enum mismatchVolker Lendecke2009-11-211-1/+1
* s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke2009-11-216-44/+102
* s3: Tune if-conditions in a very hot codepathVolker Lendecke2009-11-211-1/+1
* s3: Remove a pointless memsetVolker Lendecke2009-11-211-1/+0
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-214-17/+74
* ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin2009-11-211-2/+2
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-201-1/+1
* s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* s3-build: delete more object files for "make clean".Günther Deschner2009-11-201-2/+3
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-201-0/+2