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-23
Avoid warning about KRB5_DEPRECATE with MIT libs
Simo Sorce
1
-0
/
+4
2012-04-23
Cracknames: use krb wrapper functions so it works with MIT
Simo Sorce
1
-25
/
+29
2012-04-23
krb5_samba: Add support for krb5_princ_size when using Heimdal
Simo Sorce
2
-0
/
+9
2012-04-23
Make krb5 wrapper library common so they can be used all over
Simo Sorce
25
-522
/
+470
2012-04-23
For now just disable this Heindal specific stuff in the MIT build
Simo Sorce
5
-3
/
+29
2012-04-23
Make krb5 context initialization not heimdal specific
Simo Sorce
3
-23
/
+55
2012-04-23
Make sure krb5_principal_get_num_comp is identified as present for Heimdal build
Alexander Bokovoy
1
-0
/
+1
2012-04-23
waf: rename SAMBA4_INTERNAL_HEIMDAL to SAMBA4_USES_HEIMDAL
Alexander Bokovoy
1
-1
/
+1
2012-04-23
waf: move krb5 checks to a separate waf file
Alexander Bokovoy
6
-191
/
+205
2012-04-23
Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...
Jeremy Allison
1
-0
/
+11
2012-04-23
Add complete test program for Linux kernel aio inside configure.in (I discove...
Jeremy Allison
1
-6
/
+28
2012-04-23
s4-libnet Always return after composite_error()
Andrew Bartlett
4
-1
/
+8
2012-04-23
s4-libnet Always return after composite_error()
Andrew Bartlett
3
-0
/
+3
2012-04-23
s4-libnet: Fix continue_groupinfo_openuser to check correct state info
Andrew Bartlett
1
-2
/
+2
2012-04-23
build: Remove support for a system libsmbclient
Andrew Bartlett
2
-10
/
+0
2012-04-23
build: Remove support for system libwbclient
Andrew Bartlett
2
-9
/
+19
2012-04-23
s4:librpc/rpc: directly return after composite_error()
Stefan Metzmacher
1
-1
/
+1
2012-04-23
s4:libnet_become_dc: add missing 'return' after composite_error()
Stefan Metzmacher
1
-0
/
+2
2012-04-23
selftest: Add test for bug #8884: wbinfo --group-info=administrator segfaults...
Andrew Bartlett
1
-0
/
+2
2012-04-23
s4-libnet: Fix continue_groupinfo_opengroup to check correct state info
Andrew Bartlett
1
-2
/
+2
2012-04-23
s4-libnet: Fix segfault shown by wbinfo --group-info=administrator
Andrew Bartlett
1
-0
/
+1
2012-04-23
s3-dbwrap: A void function can not return a value
Andrew Bartlett
1
-1
/
+1
2012-04-22
dlz_bind9: Also produce and install binary plugin for bind 9.9
Andrew Bartlett
1
-1
/
+1
2012-04-22
idl: fix the charset for the source_dsa_address in DsReplicaDel call
Matthieu Patou
1
-1
/
+1
2012-04-21
s3: Implement db_id for dbwrap_cache
Volker Lendecke
1
-0
/
+9
2012-04-21
s3: Initialize "stored_callback" in dbwrap_cache
Volker Lendecke
1
-0
/
+1
2012-04-21
s3: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2012-04-21
s3:smbcontrol: remove an unused variable
Michael Adam
1
-4
/
+0
2012-04-20
s3:memcache: remove the idmap-part from memcache
Michael Adam
1
-4
/
+0
2012-04-20
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam
4
-110
/
+4
2012-04-20
s3:passdb: do not use the in-memory idmap cache (it will be removed)
Michael Adam
3
-156
/
+0
2012-04-20
s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...
Stefan Metzmacher
1
-0
/
+3
2012-04-19
s3-g_lock: Use dbwrap_record_watch_send/recv
Volker Lendecke
3
-454
/
+172
2012-04-19
s3-dbwrap: Add "listwatchers" to dbwrap_tool
Volker Lendecke
1
-9
/
+62
2012-04-19
s3-dbwrap: Add dbwrap_record_watch_send/recv
Volker Lendecke
8
-1
/
+633
2012-04-20
s3-dbwrap: Add dbwrap_set_stored_callback
Volker Lendecke
6
-2
/
+47
2012-04-20
s3-dbwrap: Add "db_context" to "db_record"
Volker Lendecke
4
-0
/
+10
2012-04-20
s3-dbwrap: Add dbwrap_db_id
Volker Lendecke
6
-0
/
+50
2012-04-20
s3: Fix msg_channel in the cluster case
Volker Lendecke
1
-3
/
+6
2012-04-20
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2012-04-20
selftest: Add extra info on what is failing in wbclient tests
Andrew Bartlett
1
-65
/
+71
2012-04-20
wafsamba: allow certain public libraries to be forced to be private
Andrew Bartlett
3
-0
/
+12
2012-04-20
libwbclient: bump version to 0.9, and add this version to .pc file
Andrew Bartlett
2
-3
/
+7
2012-04-20
Move kdc_get_policy helper in the lsa server where it belongs.
Simo Sorce
7
-96
/
+44
2012-04-19
Use loadparm helper to find lifetime defaults
Simo Sorce
1
-6
/
+10
2012-04-19
loadparm: Add helper function to fetch default lifetime policies
Simo Sorce
2
-0
/
+24
2012-04-19
loadparm: Add convenience function to return long integers
Simo Sorce
1
-0
/
+25
2012-04-19
loadparm: Fix broken lp_ulong utility function
Simo Sorce
1
-2
/
+2
2012-04-19
Move README file in the right place.
Simo Sorce
1
-0
/
+0
2012-04-20
Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.
Joseph Tam
1
-1
/
+1
[next]