summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-10-18libsmbclient: initial ABI signaturesAndrew Tridgell1-0/+170
2011-10-18libsmbclient: add ABI checking and pc fileAndrew Tridgell2-2/+15
2011-10-17Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman1-2/+2
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm8-14/+34
2011-10-17s3-waf: make sure we always build example pdb modules with --enable-developer.Günther Deschner2-1/+2
2011-10-17s3-auth: remove dead prototype.Günther Deschner1-1/+0
2011-10-17s3-waf: make sure we always build example auth modules with --enable-developer.Günther Deschner2-0/+2
2011-10-17s3: Before adding KDC's to the krb5.conf, cldap ping themVolker Lendecke3-49/+104
2011-10-17Add cldap_multi_netlogon_send/recvVolker Lendecke2-42/+314
2011-10-15Removed unused variable.Jeremy Allison1-1/+0
2011-10-14Remove unused function.Jeremy Allison1-18/+0
2011-10-14Fix const warning.Jeremy Allison1-1/+1
2011-10-14s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher1-3/+15
2011-10-14s3-net: Fix uninitialized variable in rpc_conf_import_internal().Günther Deschner1-1/+1
2011-10-14Fix sys_fseek wrapperBrad Smith3-3/+5
2011-10-14s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam1-0/+1
2011-10-14s3-utils: add capabilities to dbwrap_toolBjörn Baumbach1-17/+38
2011-10-14s3-waf: install passdb headers.Günther Deschner1-0/+6
2011-10-14s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.Günther Deschner1-1/+3
2011-10-14s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner2-2/+2
2011-10-14s3-passdb: add define guards for machine_sid.h.Günther Deschner1-0/+5
2011-10-14s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner1-0/+8
2011-10-14s3-passdb: use uintX_t at least in headers.Günther Deschner2-5/+5
2011-10-14s3-passdb: move passdb prototypes into passdb.hGünther Deschner2-326/+285
2011-10-14s3-passdb: move group mapping headers into passdb.hGünther Deschner3-132/+87
2011-10-14s3-auth: token_util needs system/passwd.h.Günther Deschner1-0/+1
2011-10-14s3: remove some dead prototypes.Günther Deschner2-3/+0
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm9-68/+30
2011-10-13s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam1-1/+7
2011-10-13build: run perl generators at autogen.sh timeAndrew Bartlett1-0/+6
2011-10-13build: clean new generated param headersAndrew Bartlett1-0/+4
2011-10-13build: only regenerate param files when requiredAndrew Bartlett1-1/+7
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett5-9/+57
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett3-9/+64
2011-10-13lib/param Add 'use mmap' parameter to control tdb use of mmapAndrew Bartlett1-0/+3
2011-10-13build: use lib/param loadparm code in source3 to get at lpcfg_ functionsAndrew Bartlett1-1/+5
2011-10-13Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ...Jeremy Allison1-3/+3
2011-10-13s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2-0/+11
2011-10-13s3:smb2_server: reject writes larger then the negotiated max_write size (bug ...Stefan Metzmacher1-2/+0
2011-10-13s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher6-8/+12
2011-10-12s3:smbcacls: fix violation of coding conventionsGregor Beck1-1/+2
2011-10-12s3:net: avoid unnecessary initialization of the registry.Gregor Beck1-2/+7
2011-10-12s3:net: add command registry checkGregor Beck7-1/+1433
2011-10-12s3:net: factor out interact_edit()Gregor Beck4-94/+165
2011-10-12s3:registry add function srprs_hive()Gregor Beck3-38/+89
2011-10-12s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2-2/+2
2011-10-12s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck5-16/+60
2011-10-12s3: factor out messaging_send_to_children()Gregor Beck3-8/+20
2011-10-12s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck3-2/+5