summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-libsmb: Remove unused spnego_parse_krb5_wrap()Andrew Bartlett2012-04-032-45/+0
* build: Reduce deps of ntlm_authAndrew Bartlett2012-04-032-4/+2
* s3-ntlm_auth: use manage_gensec_request for squid-2.5-ntlmsspAndrew Bartlett2012-04-031-178/+9
* s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett2012-04-033-6/+10
* s3-ntlm_auth: add ntlm_auth_generate_session_info_pac()Andrew Bartlett2012-04-031-0/+144
* s3-ntlm_auth Use GENSEC for gss-spnego serverAndrew Bartlett2012-04-031-404/+390
* s3: Enhance the dbwrap needed x attempts msgVolker Lendecke2012-04-031-1/+5
* s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2012-04-033-1/+442
* s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett2012-04-031-1/+1
* s3-smbd: Inline init_modules() into only callerAndrew Bartlett2012-04-032-10/+3
* s3: Notifies should never time outVolker Lendecke2012-04-021-0/+8
* s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke2012-03-311-7/+9
* s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke2012-03-311-10/+8
* s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke2012-03-311-2/+2
* Make sure we claim that a DACL or SACL is present if the SD says soRichard Sharpe2012-03-311-2/+2
* Who would have guessed - checking returns from strlcat found a memory overwri...Jeremy Allison2012-03-301-1/+1
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-308-26/+94
* s3: Avoid a crash with debug level 10Volker Lendecke2012-03-301-1/+2
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-1/+3
* Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison2012-03-291-1/+4
* s3: Fix a valgrind errorVolker Lendecke2012-03-291-1/+8
* Add DEBUG statements to show when access has been denied and why.Richard Sharpe2012-03-281-0/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-2610-29/+41
* s3: Fix a typoVolker Lendecke2012-03-261-1/+1
* s3: Rename a variable in inotify_watch for clarityVolker Lendecke2012-03-261-5/+5
* s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke2012-03-261-4/+4
* s3-make: Fix build with new smb2_session file.Jelmer Vernooij2012-03-261-0/+1
* smb2: Move smb2cli session setup code to cli_smb_common.Jelmer Vernooij2012-03-251-207/+0
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-246-39/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-2445-93/+93
* adt_tree: Fix return types.Jelmer Vernooij2012-03-241-3/+3
* s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij2012-03-241-52/+18
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-243-5/+8
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-245-36/+6
* util_malloc: Remove unused constant.Jelmer Vernooij2012-03-241-3/+0
* lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2012-03-241-3/+3
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-242-2/+2
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-243-6/+6
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-243-5/+5
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-242-4/+4
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-242-34/+0
* cli_pipe: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* sock_exec: Avoid sys_connect.Jelmer Vernooij2012-03-241-2/+2
* util_sock: Avoid sys_connect.Jelmer Vernooij2012-03-241-7/+13
* ctdb_conn: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-1/+1
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-235-63/+37
* s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 buildAndrew Bartlett2012-03-231-6/+0
* s3:vfs_gpfs: fix some compiler warningsChristian Ambach2012-03-222-4/+4
* s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach2012-03-221-6/+0