summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-19s3-build: really fix build of winbind_krb5_locator.Günther Deschner1-1/+1
2009-11-19s3-build: make sure to remove libds and client object files on make clean.Günther Deschner1-1/+3
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke7-115/+63
2009-11-18s3: Do not talloc in readdirVolker Lendecke12-141/+198
2009-11-18s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam1-9/+1
2009-11-17Start removing SMB_STRUCT_STAT variables except forJeremy Allison1-15/+13
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison13-165/+231
2009-11-17s3: Fix the build on SolarisVolker Lendecke2-7/+7
2009-11-16Don't overwrite a dynamic pointer with the address of a stackJeremy Allison3-17/+12
2009-11-16s3:libsmb: avoid passing a function call as function parameterStefan Metzmacher2-21/+21
2009-11-15s3: Fix a memleak in sys_popenVolker Lendecke1-0/+1
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke7-129/+72
2009-11-14Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2-0/+14
2009-11-14s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke4-44/+96
2009-11-14s3: Tiny logic simplificationVolker Lendecke1-10/+11
2009-11-14s3:fix a comment typoMichael Adam1-1/+1