summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-201-0/+2
* s3: Avoid races to change the machine password in winbindVolker Lendecke2009-11-191-0/+18
* s3: Protect against flooding the DC with pwchange requestsVolker Lendecke2009-11-191-14/+24
* s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke2009-11-191-0/+6
* s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke2009-11-191-0/+16
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-192-12/+14
* s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke2009-11-191-1/+1
* s3:pdb_ldap: fix a comment typoMichael Adam2009-11-191-1/+1
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2009-11-191-0/+75
* s3-build: really fix build of winbind_krb5_locator.Günther Deschner2009-11-191-1/+1
* s3-build: make sure to remove libds and client object files on make clean.Günther Deschner2009-11-191-1/+3
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-187-115/+63
* s3: Do not talloc in readdirVolker Lendecke2009-11-1812-141/+198
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-181-9/+1
* Start removing SMB_STRUCT_STAT variables except forJeremy Allison2009-11-171-15/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-1713-165/+231
* s3: Fix the build on SolarisVolker Lendecke2009-11-172-7/+7