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
2009-04-20
libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_key
Andrew Bartlett
1
-13
/
+7
2009-04-19
Remove unused headers
Andrew Bartlett
4
-9
/
+2
2009-04-19
s3:auth Fix segfault: Always initialise returned session keys
Andrew Bartlett
1
-1
/
+3
2009-04-20
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
1
-46
/
+8
2009-04-16
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
1
-4
/
+2
2009-04-16
Use an absolute path to ensure that we can always regenerate tables.c
Andrew Bartlett
1
-0
/
+2
2009-04-16
Fix building the now common msrpc_parse code
Andrew Bartlett
1
-1
/
+1
2009-04-16
Fix building the common libcli/samsync code
Andrew Bartlett
1
-1
/
+1
2009-04-16
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
5
-6
/
+5
2009-04-15
Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...
Andrew Bartlett
17
-115
/
+245
2009-04-15
Add missing header, remove generated header
Andrew Bartlett
1
-10
/
+8
2009-04-15
common:libcli/auth Add missing samsync config.mk
Andrew Bartlett
1
-0
/
+10
2009-04-15
Enable software rollout through AD
Matthias Dieter Wallnöfer
1
-0
/
+10
2009-04-14
Ensure a tls key is only generated once - wrap create & destroy in a mutex.
Jeremy Allison
4
-40
/
+71
2009-04-14
s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.
Günther Deschner
1
-10
/
+6
2009-04-14
netdomjoin-gui: make sure to grey out change fields when not running as root.
Günther Deschner
1
-0
/
+15
2009-04-14
Try and fix the S4 build - include thread includes.
Jeremy Allison
1
-0
/
+4
2009-04-14
Make talloc_stack threadsafe using TLS. Volker please
Jeremy Allison
4
-25
/
+93
2009-04-14
libwbclient: Fix undocumented arguments doxygen warnings.
Günther Deschner
1
-8
/
+8
2009-04-14
s3-nsswitch: fix make test_wbpad.
Günther Deschner
1
-1
/
+1
2009-04-14
socket_wrapper: fix the build on systems without ipv6 support
Stefan Metzmacher
1
-0
/
+2
2009-04-14
s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.
Günther Deschner
1
-0
/
+3
2009-04-14
s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().
Günther Deschner
1
-2
/
+1
2009-04-14
s3-spoolss: remove unused dup_nt_devicemode().
Günther Deschner
2
-29
/
+0
2009-04-14
s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.
Günther Deschner
1
-1
/
+32
2009-04-14
s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs
Andrew Bartlett
2
-11
/
+11
2009-04-14
Rework to use new API for common netlogon credential chaining
Andrew Bartlett
2
-13
/
+19
2009-04-14
Link in the common samsync decryption code
Andrew Bartlett
1
-0
/
+1
2009-04-14
libcli/auth Push schannel check into common libcli/auth
Andrew Bartlett
1
-4
/
+9
2009-04-14
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
12
-144
/
+164
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
27
-331
/
+330
2009-04-14
Rework netlogon credentials for the top level
Andrew Bartlett
2
-59
/
+130
2009-04-14
Push schannel_state.c into the top level.
Andrew Bartlett
4
-284
/
+323
2009-04-14
Use common samsync delta decryption functions in libnet_samsync.c
Andrew Bartlett
4
-291
/
+209
2009-04-14
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
5
-16
/
+20
2009-04-14
Adapt to common crypto functions: sam_pwd_hash() -> sam_rid_crypt()
Andrew Bartlett
2
-8
/
+10
2009-04-14
libcli/auth Don't compile against un-needed Samba4 headers
Andrew Bartlett
1
-1
/
+0
2009-04-14
Port Samba4 to the new combined libcli/auth functions
Andrew Bartlett
6
-49
/
+11
2009-04-14
Move ntlm_check.h into the common libcli/auth
Andrew Bartlett
1
-0
/
+0
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
48
-2520
/
+198
2009-04-14
Merge smbencrypt.c between Samba3 and Samba4
Andrew Bartlett
1
-31
/
+219
2009-04-14
Rework trivial msrpc parser to use convert_string_talloc()
Andrew Bartlett
1
-21
/
+21
2009-04-14
Move MSRPC-PARSE into the common libcli/auth
Andrew Bartlett
3
-6
/
+6
2009-04-14
Move DRSUAPI per-attribute decryption into a common file
Andrew Bartlett
9
-347
/
+249
2009-04-14
Move libcli/auth to the top level
Andrew Bartlett
11
-18
/
+14
2009-04-14
s3:charcnv remove now unused malloc() based conversion functions
Andrew Bartlett
2
-43
/
+0
2009-04-14
Add some harmless use of talloc_tos() in ntlm_auth
Andrew Bartlett
2
-5
/
+5
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
21
-356
/
+190
2009-04-14
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
8
-53
/
+86
2009-04-14
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett
4
-41
/
+102
[next]