index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
s4-auth-krb: Move function to db-glue.c and make it static.
Simo Sorce
3
-20
/
+21
2012-04-12
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
8
-710
/
+754
2012-04-12
s4-auth-krb: Streamline and cleanup code to make it readable.
Simo Sorce
1
-190
/
+256
2012-04-12
s4-auth-krb: streamline and rename enctype functions
Simo Sorce
1
-11
/
+12
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.
Simo Sorce
2
-3
/
+1
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.
Simo Sorce
1
-1
/
+7
2012-04-12
s4-auth-krb: Move function into more appropriate header.
Simo Sorce
2
-8
/
+8
2012-04-12
s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.
Simo Sorce
2
-2
/
+4
2012-04-12
s4-auth-krb: Make impersonate_principal_from_credentials static.
Simo Sorce
2
-6
/
+1
2012-04-12
gensec_gssapi: keep private header file close to the actual code
Simo Sorce
2
-7
/
+6
2012-04-12
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
2
-8
/
+0
2012-04-12
s4-ldb: use KRB5_KEY macros to access key elements.
Günther Deschner
1
-8
/
+8
2012-04-12
wafsamba: point out that local heimdal paths are not included when
Günther Deschner
1
-0
/
+1
2012-04-12
waf: when USING_SYSTEM_KRB5 environment variable is set, dont configure local
Günther Deschner
1
-1
/
+2
2012-04-12
waf: when building with system krb5, we do not need to build local heimdal.
Günther Deschner
1
-1
/
+2
2012-04-12
s3-waf: remove requirement of having --enable-developer for running system kr...
Günther Deschner
1
-1
/
+1
2012-04-12
Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...
Jeremy Allison
2
-18
/
+2
2012-04-11
Try and fix autoconf on the build farm. Always include sys/types.h when worki...
Jeremy Allison
1
-0
/
+2
2012-04-11
s3:smbd only care about missing level2 support if kernel oplocks are enabled
Christian Ambach
1
-4
/
+10
2012-04-11
s3:smbd only initialize kernel oplocks if they are enabled for a share
Christian Ambach
1
-0
/
+4
2012-04-11
s3:smbd add seperate function to initialize kernel oplocks
Christian Ambach
2
-3
/
+8
2012-04-11
docs: update kernel oplocks documentation
Christian Ambach
1
-2
/
+7
2012-04-11
s3:param convert kernel oplocks to share parameter
Christian Ambach
4
-9
/
+7
2012-04-11
build: Fix spelling of tevent
Andrew Bartlett
1
-1
/
+1
2012-04-11
build: use include paths for pkg-config found libraries
Andrew Bartlett
3
-15
/
+23
2012-04-11
lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2
Andrew Bartlett
1
-3
/
+1
2012-04-11
s4-smb2: Fix a talloc crash bug.
Andreas Schneider
1
-2
/
+2
2012-04-11
Simplify the logic around doing an immediate event reschedule.
Jeremy Allison
1
-23
/
+7
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...
Matthias Dieter Wallnöfer
6
-83
/
+46
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...
Matthias Dieter Wallnöfer
2
-18
/
+23
2012-04-11
s4:dsdb - introduce a only constant-time "get_last_structural_class()" call
Matthias Dieter Wallnöfer
3
-37
/
+18
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...
Matthias Dieter Wallnöfer
2
-46
/
+47
2012-04-11
s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...
Matthias Dieter Wallnöfer
2
-217
/
+200
2012-04-11
s4:acl LDB module - remove set but unused variables
Matthias Dieter Wallnöfer
1
-5
/
+0
2012-04-11
s4:objectclass LDB module - remove unneeded build dependencies
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
Matthias Dieter Wallnöfer
1
-0
/
+1
2012-04-11
s4:schema/schema_query.c - fix a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:dsdb/pydsdb.c - fix indentation
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
on our way with Samba 4.0alpha20
Andrew Bartlett
1
-2
/
+2
2012-04-11
prepare WHATSNEW for Samba 4.0alpha19 release and mark as release.
Andrew Bartlett
2
-32
/
+37
2012-04-11
ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h
Andrew Bartlett
1
-0
/
+4
2012-04-11
remove --enable-developer from samba4-libs autobuild
Andrew Bartlett
1
-5
/
+5
2012-04-11
remove --enable-developer from recursive waf build in autoconf build
Andrew Bartlett
1
-1
/
+1
2012-04-11
buildtools: Add --enable-debug option
Andrew Bartlett
2
-0
/
+7
2012-04-11
.gitignore: ignore MYMETA.yml
Andrew Bartlett
1
-0
/
+1
2012-04-11
build: search for talloc, tdb, tevent in non-standard system locations
Andrew Bartlett
1
-5
/
+21
2012-04-11
build: Add tevent deps for users of tevent calls
Andrew Bartlett
1
-3
/
+3
2012-04-11
Add a new module, aio_linux which implements Linux kernel aio support. Docs t...
Jeremy Allison
5
-0
/
+786
2012-04-10
pidl/NDR/Parser: also do range checks on the array size
Stefan Metzmacher
1
-5
/
+20
[next]