summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison3-13/+21
2009-11-23s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrapMichael Adam2-1/+369
2009-11-23s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam8-55/+87
2009-11-23s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam1-14/+14
2009-11-23Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison1-0/+10
2009-11-23s3-spoolss: Fix GetPrinter level 101.Günther Deschner1-1/+1
2009-11-23Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke5-18/+10
2009-11-23Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke3-12/+6
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke10-22/+15
2009-11-23Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke3-9/+5
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke19-66/+53
2009-11-23s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke1-1/+1
2009-11-23s3: Move a variable declaration to its only useVolker Lendecke1-1/+1
2009-11-23s3-printing: remove duplicate code while cleaning up driver structs.Günther Deschner1-68/+39
2009-11-23s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...Günther Deschner1-67/+0
2009-11-23s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.Günther Deschner1-41/+0
2009-11-23s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner5-375/+362
2009-11-23s3-printing: use spoolss types and structs while adding drivers.Günther Deschner3-484/+184
2009-11-23s3-spoolss: fix spoolss_EnumPrinterKey client and server code.Günther Deschner2-7/+40
2009-11-22s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke1-10/+23
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke9-568/+468
2009-11-21s3: Remove a struct typedefVolker Lendecke3-9/+9
2009-11-21s3: Make alloc_sub_basic() staticVolker Lendecke3-20/+22
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke19-53/+66
2009-11-21s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke3-5/+9
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke10-15/+22
2009-11-21s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke3-6/+12
2009-11-21s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke5-10/+18
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke3-77/+75
2009-11-21s3: Avoid two calls to strcmp()Volker Lendecke1-4/+4
2009-11-21s3: Fix a bool/enum mismatchVolker Lendecke1-1/+1
2009-11-21s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke6-44/+102
2009-11-21s3: Tune if-conditions in a very hot codepathVolker Lendecke1-1/+1
2009-11-21s3: Remove a pointless memsetVolker Lendecke1-1/+0
2009-11-21s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke4-17/+74
2009-11-21ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin1-2/+2
2009-11-20Fix logic bug where high bits tests was beingJeremy Allison1-1/+1
2009-11-21s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam1-4/+6
2009-11-21s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam1-4/+6
2009-11-20s3-build: delete more object files for "make clean".Günther Deschner1-2/+3
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam1-0/+2
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam1-0/+2
2009-11-19s3: Avoid races to change the machine password in winbindVolker Lendecke1-0/+18
2009-11-19s3: Protect against flooding the DC with pwchange requestsVolker Lendecke1-14/+24
2009-11-19s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke1-0/+6
2009-11-19s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke1-0/+16
2009-11-19s3: Factor timeval_string out of current_timestring()Volker Lendecke2-12/+14
2009-11-19s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke1-1/+1
2009-11-19s3:pdb_ldap: fix a comment typoMichael Adam1-1/+1
2009-11-19s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam1-0/+75