index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
Jeremy Allison
2009-04-16
1
-1
/
+1
|
|
*
Fix IDL licensing file that got missed when IDL files were moved.
Jeremy Allison
2009-04-16
2
-0
/
+18
|
|
*
Add notify_onelevel.tdb
Volker Lendecke
2009-04-16
8
-0
/
+383
|
|
*
Rename notify_context->db to db_recursive
Volker Lendecke
2009-04-16
1
-9
/
+12
|
|
*
In net_conf_import, start a transaction when importing a single share.
Martin Schwenke
2009-04-16
1
-0
/
+8
|
*
|
Don't look up local user for remote changes, even when root.
Jim McDonough
2009-04-16
1
-6
/
+10
|
|
/
|
*
tsocket: fix the build without ipv6 support
Stefan Metzmacher
2009-04-16
1
-0
/
+2
|
*
s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.
Günther Deschner
2009-04-16
1
-1
/
+9
|
*
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2009-04-15
12
-59
/
+51
|
*
s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.
Günther Deschner
2009-04-15
1
-7
/
+15
|
*
s3-examples: make sure to match correct key name in adssearch.
Günther Deschner
2009-04-15
1
-1
/
+1
|
*
s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.
Günther Deschner
2009-04-15
1
-6
/
+8
*
|
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
2009-04-20
5
-9
/
+11
*
|
libcli/auth Ensure we cancel the transaction when schannel not detected
Andrew Bartlett
2009-04-20
1
-0
/
+1
*
|
s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
Andrew Bartlett
2009-04-20
2
-12
/
+12
*
|
libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_key
Andrew Bartlett
2009-04-20
1
-13
/
+7
*
|
Remove unused headers
Andrew Bartlett
2009-04-19
4
-9
/
+2
*
|
s3:auth Fix segfault: Always initialise returned session keys
Andrew Bartlett
2009-04-19
1
-1
/
+3
*
|
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
2009-04-20
1
-46
/
+8
*
|
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
2009-04-16
1
-4
/
+2
*
|
Use an absolute path to ensure that we can always regenerate tables.c
Andrew Bartlett
2009-04-16
1
-0
/
+2
*
|
Fix building the now common msrpc_parse code
Andrew Bartlett
2009-04-16
1
-1
/
+1
*
|
Fix building the common libcli/samsync code
Andrew Bartlett
2009-04-16
1
-1
/
+1
*
|
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
2009-04-16
5
-6
/
+5
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...
Andrew Bartlett
2009-04-15
17
-115
/
+245
|
\
|
|
*
Enable software rollout through AD
Matthias Dieter Wallnöfer
2009-04-15
1
-0
/
+10
|
*
Ensure a tls key is only generated once - wrap create & destroy in a mutex.
Jeremy Allison
2009-04-14
4
-40
/
+71
|
*
s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.
Günther Deschner
2009-04-14
1
-10
/
+6
|
*
netdomjoin-gui: make sure to grey out change fields when not running as root.
Günther Deschner
2009-04-14
1
-0
/
+15
|
*
Try and fix the S4 build - include thread includes.
Jeremy Allison
2009-04-14
1
-0
/
+4
|
*
Make talloc_stack threadsafe using TLS. Volker please
Jeremy Allison
2009-04-14
4
-25
/
+93
|
*
libwbclient: Fix undocumented arguments doxygen warnings.
Günther Deschner
2009-04-14
1
-8
/
+8
|
*
s3-nsswitch: fix make test_wbpad.
Günther Deschner
2009-04-14
1
-1
/
+1
|
*
socket_wrapper: fix the build on systems without ipv6 support
Stefan Metzmacher
2009-04-14
1
-0
/
+2
|
*
s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.
Günther Deschner
2009-04-14
1
-0
/
+3
|
*
s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().
Günther Deschner
2009-04-14
1
-2
/
+1
|
*
s3-spoolss: remove unused dup_nt_devicemode().
Günther Deschner
2009-04-14
2
-29
/
+0
|
*
s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.
Günther Deschner
2009-04-14
1
-1
/
+32
*
|
Add missing header, remove generated header
Andrew Bartlett
2009-04-15
1
-10
/
+8
*
|
common:libcli/auth Add missing samsync config.mk
Andrew Bartlett
2009-04-15
1
-0
/
+10
*
|
s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs
Andrew Bartlett
2009-04-14
2
-11
/
+11
*
|
Rework to use new API for common netlogon credential chaining
Andrew Bartlett
2009-04-14
2
-13
/
+19
*
|
Link in the common samsync decryption code
Andrew Bartlett
2009-04-14
1
-0
/
+1
*
|
libcli/auth Push schannel check into common libcli/auth
Andrew Bartlett
2009-04-14
1
-4
/
+9
*
|
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
2009-04-14
12
-144
/
+164
*
|
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
2009-04-14
27
-331
/
+330
*
|
Rework netlogon credentials for the top level
Andrew Bartlett
2009-04-14
2
-59
/
+130
*
|
Push schannel_state.c into the top level.
Andrew Bartlett
2009-04-14
4
-284
/
+323
*
|
Use common samsync delta decryption functions in libnet_samsync.c
Andrew Bartlett
2009-04-14
4
-291
/
+209
*
|
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
2009-04-14
5
-16
/
+20
[prev]
[next]