index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcli
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: moved spnego_parse.c into a common subsystem
Andrew Tridgell
2011-02-24
1
-1
/
+5
*
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
2011-02-24
1
-3
/
+3
*
build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library
Andrew Tridgell
2011-02-24
1
-5
/
+10
*
idl: naming a structure 'VERSION' is not a good idea!
Andrew Tridgell
2011-02-17
1
-2
/
+2
*
libcli/auth: fix PAM_ERRORS subsystem build.
Günther Deschner
2011-02-11
1
-1
/
+2
*
pam: share pam errors in a common location.
Günther Deschner
2011-02-08
3
-0
/
+176
*
libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.
Andrew Bartlett
2011-01-20
2
-0
/
+147
*
libcli/auth: add netsec_outgoing_sig_size()
Stefan Metzmacher
2011-01-03
2
-0
/
+15
*
s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDs
Matthias Dieter Wallnöfer
2010-12-21
1
-2
/
+6
*
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
2010-12-08
1
-0
/
+2
*
libcli/auth: let spnego_write_mech_types() check the asn1_load() return
Stefan Metzmacher
2010-12-07
1
-0
/
+4
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-26
/
+0
*
s4-tdb: make tdb-wrap into a private library
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
2010-10-26
1
-1
/
+1
*
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.
Jelmer Vernooij
2010-10-11
1
-2
/
+2
*
libcli: fix compile warning
Simo Sorce
2010-09-23
1
-0
/
+2
*
libcli/auth/ntlmssp Be clear about talloc parents for session keys
Andrew Bartlett
2010-09-16
2
-9
/
+7
*
s4-auth: set the RODC bit for RODC schannel
Andrew Tridgell
2010-09-15
1
-0
/
+1
*
ntlm_check: Fix some nonempty blank lines
Volker Lendecke
2010-09-13
1
-21
/
+21
*
libcli/auth/schannel_state_tdb.c - fix includes
Matthias Dieter Wallnöfer
2010-09-11
1
-3
/
+1
*
libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/auth/ntlm_check.c - fix parameter indentation
Matthias Dieter Wallnöfer
2010-08-26
1
-3
/
+3
*
s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...
Günther Deschner
2010-08-24
2
-1
/
+47
*
ntlmssp: fix unitialized variable in ntlmssp_server_postauth().
Günther Deschner
2010-08-12
1
-1
/
+1
*
Fix a typo
Volker Lendecke
2010-08-12
1
-1
/
+1
*
libcli/auth Make the source3/ implementation of the NTLMSSP server common
Andrew Bartlett
2010-08-10
2
-0
/
+530
*
libcli/auth/ntlmssp: remove outdated comment. The version flag is well unders...
Günther Deschner
2010-08-10
1
-2
/
+0
*
libcli/auth Move some source3/ NTLMSSP functions to the common code.
Andrew Bartlett
2010-08-10
3
-0
/
+120
*
s3-libads: move spnego defines to their appropriate header file.
Günther Deschner
2010-07-01
1
-0
/
+6
*
libcli: Fixed a build warning for a missing prototype.
Andreas Schneider
2010-06-30
1
-0
/
+1
*
schannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()
Andrew Bartlett
2010-06-25
1
-32
/
+1
*
libcli/auth make open_schannel_session_store() public
Andrew Bartlett
2010-06-25
2
-7
/
+7
*
s4:ntlmssp Use common code for ntlmssp_sign.c
Andrew Bartlett
2010-06-01
2
-18
/
+19
*
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
Andrew Bartlett
2010-05-31
4
-0
/
+696
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-0
/
+139
*
Fix what looks like a cut-and-paste error in our read_negTokenInit() function.
Jeremy Allison
2010-05-20
1
-4
/
+4
*
Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...
Jeremy Allison
2010-05-19
1
-1
/
+4
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-8
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
4
-34
/
+14
*
libcli/auth: Fix an uninitialized variable
Volker Lendecke
2010-04-11
1
-2
/
+1
*
s4-waf: more dependencies on talloc
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s4-waf: install the rest of the headers
Andrew Tridgell
2010-04-06
1
-5
/
+1
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+27
*
libcli/auth/schannel_state_tdb.c - fix a memory leak
Matthias Dieter Wallnöfer
2010-03-16
1
-0
/
+1
*
libcli/auth/schannel_state_tdb.c - fix an obviously wrong error handling
Matthias Dieter Wallnöfer
2010-03-09
1
-1
/
+0
*
libcli/auth: add a const to des_crypt112_16()
Stefan Metzmacher
2010-03-05
2
-2
/
+2
*
Fix typo in comments.
Karolin Seeger
2010-03-03
1
-1
/
+1
*
libcli/auth: print the error in the debug message
Stefan Metzmacher
2010-02-26
1
-1
/
+2
[next]