summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-178-14/+34
* s3-waf: make sure we always build example pdb modules with --enable-developer.Günther Deschner2011-10-172-1/+2
* s3-auth: remove dead prototype.Günther Deschner2011-10-171-1/+0
* s3-waf: make sure we always build example auth modules with --enable-developer.Günther Deschner2011-10-172-0/+2
* s3: Before adding KDC's to the krb5.conf, cldap ping themVolker Lendecke2011-10-173-49/+104
* Add cldap_multi_netlogon_send/recvVolker Lendecke2011-10-172-42/+314
* Removed unused variable.Jeremy Allison2011-10-151-1/+0
* Remove unused function.Jeremy Allison2011-10-141-18/+0
* Fix const warning.Jeremy Allison2011-10-141-1/+1
* s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher2011-10-141-3/+15
* s3-net: Fix uninitialized variable in rpc_conf_import_internal().Günther Deschner2011-10-141-1/+1
* Fix sys_fseek wrapperBrad Smith2011-10-143-3/+5
* s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam2011-10-141-0/+1
* s3-utils: add capabilities to dbwrap_toolBjörn Baumbach2011-10-141-17/+38
* s3-waf: install passdb headers.Günther Deschner2011-10-141-0/+6
* s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.Günther Deschner2011-10-141-1/+3
* s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner2011-10-142-2/+2
* s3-passdb: add define guards for machine_sid.h.Günther Deschner2011-10-141-0/+5
* s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner2011-10-141-0/+8
* s3-passdb: use uintX_t at least in headers.Günther Deschner2011-10-142-5/+5
* s3-passdb: move passdb prototypes into passdb.hGünther Deschner2011-10-142-326/+285
* s3-passdb: move group mapping headers into passdb.hGünther Deschner2011-10-143-132/+87
* s3-auth: token_util needs system/passwd.h.Günther Deschner2011-10-141-0/+1
* s3: remove some dead prototypes.Günther Deschner2011-10-142-3/+0
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-149-68/+30
* s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam2011-10-131-1/+7
* build: run perl generators at autogen.sh timeAndrew Bartlett2011-10-131-0/+6
* build: clean new generated param headersAndrew Bartlett2011-10-131-0/+4
* build: only regenerate param files when requiredAndrew Bartlett2011-10-131-1/+7
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-135-9/+57
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-133-9/+64
* lib/param Add 'use mmap' parameter to control tdb use of mmapAndrew Bartlett2011-10-131-0/+3
* build: use lib/param loadparm code in source3 to get at lpcfg_ functionsAndrew Bartlett2011-10-131-1/+5
* Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ...Jeremy Allison2011-10-131-3/+3
* s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2011-10-132-0/+11
* s3:smb2_server: reject writes larger then the negotiated max_write size (bug ...Stefan Metzmacher2011-10-131-2/+0
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-136-8/+12
* s3:smbcacls: fix violation of coding conventionsGregor Beck2011-10-121-1/+2
* s3:net: avoid unnecessary initialization of the registry.Gregor Beck2011-10-121-2/+7
* s3:net: add command registry checkGregor Beck2011-10-127-1/+1433
* s3:net: factor out interact_edit()Gregor Beck2011-10-124-94/+165
* s3:registry add function srprs_hive()Gregor Beck2011-10-123-38/+89
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-122-2/+2
* s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2011-10-125-16/+60
* s3: factor out messaging_send_to_children()Gregor Beck2011-10-123-8/+20
* s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck2011-10-123-2/+5
* s3:smbcacls: make get_domain_sid() staticMichael Adam2011-10-121-1/+1
* s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-10-121-2/+1
* s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverseMichael Adam2011-10-121-1/+1