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
...
*
s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_generic
Stefan Metzmacher
2012-01-31
1
-27
/
+5
*
s3:smbd: remove unused code from sesssetup.c
Stefan Metzmacher
2012-01-31
2
-549
/
+0
*
s3:smbd: remove pending_auth_data logic
Stefan Metzmacher
2012-01-31
2
-269
/
+0
*
s3:smbd: always use the gensec code path in sesssetup.c
Stefan Metzmacher
2012-01-31
1
-67
/
+32
*
s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic*
Stefan Metzmacher
2012-01-31
1
-22
/
+28
*
s3:smbd: always use the gensec code path in smb2_sesssetup.c
Stefan Metzmacher
2012-01-31
1
-460
/
+7
*
libcli/smb: Convert struct smb_trans_enc_state to talloc
Andrew Bartlett
2012-01-31
5
-81
/
+20
*
s3-libsmb: Remove unused enum smb_trans_enc_type
Andrew Bartlett
2012-01-31
2
-11
/
+3
*
s3-libsmb: Use gensec_spnego in smb seal client
Andrew Bartlett
2012-01-31
2
-41
/
+7
*
s3-smbd: Use gensec_spnego in smb seal server
Andrew Bartlett
2012-01-31
1
-304
/
+29
*
s3:libsmb/auth_generic: make use of gensec_spnego in the client
Stefan Metzmacher
2012-01-31
1
-4
/
+9
*
s3:auth/auth_generic: make use of gensec_spnego in the server
Stefan Metzmacher
2012-01-31
1
-4
/
+9
*
s3: Unify stream testing in open_directory
Volker Lendecke
2012-01-31
1
-9
/
+5
*
s3: Re-indent an && sequence for better understanding
Volker Lendecke
2012-01-31
1
-2
/
+2
*
s3: Fix "smbcontrol smbd close-share"
Volker Lendecke
2012-01-31
1
-0
/
+11
*
s3:net ads join: remove a useless empty comment block
Michael Adam
2012-01-31
1
-2
/
+1
*
s3:net ads join: add a comment for the call to _net_ads_join_dns_update()
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: reduce indentation in _net_ads_join_dns_updates()
Michael Adam
2012-01-31
1
-46
/
+47
*
s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...
Michael Adam
2012-01-31
1
-77
/
+84
*
s3:net ads join: improve comment for dns update block
Michael Adam
2012-01-31
1
-4
/
+4
*
s3:net ads join: improve status evaluation for call to net_update_dns()
Michael Adam
2012-01-31
1
-2
/
+5
*
s3:net ads join: interpret return code of ads_kinit_password() in dns update ...
Michael Adam
2012-01-31
1
-1
/
+8
*
s3:net ads join: check for malloc success and react accordingly in dns update...
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: check for success of fetching machine password in dns update...
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: untangle assignment from check, fix return code and improve ...
Michael Adam
2012-01-31
1
-2
/
+8
*
s3:net ads join: reduce indentation and improve logging in the dns update cod...
Michael Adam
2012-01-31
1
-13
/
+17
*
s3:net ads join: untangle assignment from check.
Michael Adam
2012-01-31
1
-1
/
+2
*
s3:net registry: fix a copy and paste error in a help text
Michael Adam
2012-01-31
1
-2
/
+2
*
tevent: Fix python documentation strings
Amitay Isaacs
2012-01-31
1
-2
/
+2
*
replace: Only include C files from which there are actually functions used.
Jelmer Vernooij
2012-01-31
1
-2
/
+21
*
replace: use libbsd for strlcat/strlcpy when available.
Jelmer Vernooij
2012-01-31
1
-15
/
+21
*
s4-s3-upgrade: Check if there are duplicate sids for users and groups
Amitay Isaacs
2012-01-31
1
-0
/
+4
*
s4-s3-upgrade: Use lowercase hostname as hostname for provision
Amitay Isaacs
2012-01-31
1
-1
/
+1
*
Fix bug #8139 - smbclient fails if server does not support Echo request.
Jeremy Allison
2012-01-31
1
-1
/
+5
*
s3-winbind: don't try to do clever thing if the username is not found while a...
Matthieu Patou
2012-01-30
1
-1
/
+2
*
s3: check that a user in a bogus domain name is mapped to the localnetbios na...
Matthieu Patou
2012-01-30
2
-0
/
+21
*
s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)
Andrew Bartlett
2012-01-30
1
-4
/
+0
*
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
2012-01-30
4
-43
/
+27
*
s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained
Andrew Bartlett
2012-01-30
1
-1
/
+1
*
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
2012-01-30
6
-41
/
+74
*
tdb2: make --enable-tdb2 the default.
Rusty Russell
2012-01-30
1
-2
/
+2
*
tdb2: add -1 and -2 options to tdbtorture
Rusty Russell
2012-01-30
1
-1
/
+18
*
tdb2:tdbtorture: use TEST_DATA_PREFIX for files
Rusty Russell
2012-01-30
1
-9
/
+34
*
tdb2: name tools the same as TDB1 tools.
Rusty Russell
2012-01-30
1
-5
/
+5
*
tdb2: tools/tdb2backup
Rusty Russell
2012-01-30
2
-0
/
+374
*
samdb: use compat wrappers for tdb_fetch().
Rusty Russell
2012-01-30
1
-6
/
+6
*
tdb_compat: only use hashsize attribute when O_CREAT
Rusty Russell
2012-01-30
1
-1
/
+1
*
ldb_wrap.c: fix TDB2-incompatible API usage.
Rusty Russell
2012-01-30
1
-1
/
+1
*
tdb2: copy tdb1's changed expansion logic.
Rusty Russell
2012-01-30
3
-27
/
+40
*
tdb2: careful on wrap.
Rusty Russell
2012-01-30
6
-20
/
+29
[prev]
[next]