summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-netapi Compile (but do not install) netapi testsAndrew Bartlett2011-10-202-1/+7
* s3:libsmb/async_smb: in cli_state_notify_pending() we always disconnectStefan Metzmacher2011-10-201-7/+5
* Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison2011-10-201-2/+2
* Make use of the "dir_exists" we already have on directory open.Jeremy Allison2011-10-201-8/+28
* s3-waf: make sure we always compile (not install) our libsmbclient testcode.Günther Deschner2011-10-191-0/+1
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-193-14/+13
* s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher2011-10-192-5/+5
* s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher2011-10-193-9/+10
* s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer staticStefan Metzmacher2011-10-192-7/+2
* s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher2011-10-191-4/+4
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-194-52/+0
* s3: Avoid a winbind 100% cpu loopVolker Lendecke2011-10-191-0/+8
* vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.Jeremy Allison2011-10-191-5/+5
* The last argument to atalk_build_paths() is always false, remove it.Jeremy Allison2011-10-181-12/+9
* s3-util: dbwrap_tool: add fetch fuctions for hex and stringBjörn Baumbach2011-10-181-0/+61
* s3-util: dbwrap_tool: add store hex functionBjörn Baumbach2011-10-181-3/+43
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-188-52/+59
* s3-auth move the s3 auth context onto gensec_ntlmssp once we startAndrew Bartlett2011-10-181-2/+2
* s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.cAndrew Bartlett2011-10-182-85/+198
* s3-ntlmssp split auth_ntlmssp_client_start() into two partsAndrew Bartlett2011-10-185-25/+34
* s3-rpc_client remove cli_auth_ntlmssp_data_destructorAndrew Bartlett2011-10-181-9/+1
* s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group arrayStefan Metzmacher2011-10-181-2/+4
* s3-auth: use typedefs in auth.hAndrew Bartlett2011-10-181-8/+14
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-182-2/+3
* s3-auth fix comment after s3 ntlmssp gensec moduleAndrew Bartlett2011-10-181-1/+1
* s3-smbd Give the nt error string when failing to set up encrypted transportAndrew Bartlett2011-10-181-3/+5
* s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC moduleAndrew Bartlett2011-10-184-87/+229
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-1818-23/+23
* build: compile gensec_start.c and credentials.c in the autoconf buildAndrew Bartlett2011-10-181-0/+3
* s3-auth Add my copyrightAndrew Bartlett2011-10-182-2/+2
* libsmbclient: initial ABI signaturesAndrew Tridgell2011-10-181-0/+170
* libsmbclient: add ABI checking and pc fileAndrew Tridgell2011-10-182-2/+15
* Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman2011-10-171-2/+2
* 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