libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0
[kai/samba.git] / libcli /
2010-09-11 Andrew Bartlettlibcli/auth Failure to find the cached session key...
2010-09-11 Andrew Tridgellprivileges: privilege luids are not all below 64
2010-09-11 Andrew Bartlettlibcli/security Make sec_privilege_from_index() return...
2010-09-11 Andrew Bartlettlibcli/security Remove unused declarations from privile...
2010-09-11 Andrew Bartlettlibcli/security Expose sec_privilege_mask()
2010-09-11 Andrew Bartlettlibcli/security make sec_privilege_id() return SEC_PRIV...
2010-09-11 Andrew Bartlettlibcli/security Remove unused functions and constants.
2010-09-11 Andrew Bartlettlibcli/security Rename all privilege bitmaps constants
2010-09-11 Andrew Bartlettlibcli/security Remove luid_to_se_priv() and luid_to_pr...
2010-09-11 Andrew Bartlettlibcli/security Improve dump of privileges: Just walk...
2010-09-11 Andrew Bartletts3-privs Remove pointer indirection from se_priv_to_pri...
2010-09-11 Andrew Bartlettlibcli/security Don't export privs[] as a global variable
2010-09-11 Andrew Bartlettlibcli/security Merge privilege lists from source3...
2010-09-11 Andrew Bartlettlibcli/security Return number of entries in the old...
2010-09-11 Andrew Bartlettlibcli/privileges Simplify get_privilege_luid() to...
2010-09-11 Andrew Bartlettlibcli/security Don't memcpy a uint64_t value, just...
2010-09-11 Andrew Bartlettlibcli/security Use ARRAY_SIZE() consistantly.
2010-09-11 Andrew Bartlettlibcli/security Fix and clarify privilege manipulation...
2010-09-11 Andrew Bartlettlibcli/security Make the two privileges tables share...
2010-09-11 Andrew Bartlettlibcli/security Move source4/ privileges code into...
2010-09-11 Andrew Bartletts3-privs Move manual prototypes to common privileges.h
2010-09-11 Andrew Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartlettlibcli/security Use talloc_realloc() not TALLOC_REALLOC...
2010-09-11 Andrew Bartlettlibcli/security Use C99 types
2010-09-11 Andrew Bartlettlibcli/security Use true and false, not True and False
2010-09-11 Andrew Bartletts3-privs Move source3/ privileges implmentation into...
2010-09-10 Matthias Dieter... s3/s4:libcli/tstream - add more "char *" casts in order...
2010-09-09 Günther Deschnerlibcli/netlogon: add LOGON_REQUEST handling to pull_nbt...
2010-09-09 Günther Deschnerlibcli/netlogon: add LOGON_RESPONSE2 to pull_nbt_netlog...
2010-09-09 Günther Deschnerlibcli/netlogon: add NETLOGON_RESPONSE2 to push_nbt_net...
2010-08-26 Matthias Dieter... libcli/auth/ntlm_check.c - fix parameter indentation
2010-08-26 Jelmer Vernooijmanpages: Avoid using Samba-Team specific DTD, which...
2010-08-24 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2010-08-14 Matthias Dieter... werror.h - fix order and duplicate DS error codes
2010-08-12 Günther Deschnerntlmssp: fix unitialized variable in ntlmssp_server_pos...
2010-08-12 Volker LendeckeFix a typo
2010-08-10 Andrew Bartlettlibcli/auth Make the source3/ implementation of the...
2010-08-10 Günther Deschnerlibcli/auth/ntlmssp: remove outdated comment. The versi...
2010-08-10 Andrew Bartlettlibcli/auth Move some source3/ NTLMSSP functions to...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Günther Deschnerlibcli/netlogon: re-enable debugging.
2010-07-01 Günther Deschners3-libads: move spnego defines to their appropriate...
2010-06-30 Andreas Schneiderlibcli: Fixed a build warning for a missing prototype.
2010-06-25 Andrew Bartlettschannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()
2010-06-25 Andrew Bartlettlibcli/auth make open_schannel_session_store() public
2010-06-21 Stefan Metzmacherlibcli/named_pipe_auth: fix error handling in _tstream_...
2010-06-21 Stefan Metzmacherlibcli/named_pipe_auth: fix memory handling for tempora...
2010-06-21 Matthias Dieter... s3/s4 - remove "talloc_tos()" from common code since...
2010-06-19 Brendan Powerslibcli: Fixed a segfault in security_acl_dup when the...
2010-06-14 Jeremy AllisonFix warning messages about unused result of talloc_move...
2010-06-07 Andrew Bartlettnamed_pipe_auth Always lower case the incoming pipe...
2010-06-01 Andrew Bartletts4:ntlmssp Use common code for ntlmssp_sign.c
2010-05-31 Andrew Bartletts3:ntlmssp Move ntlmssp_sign.c from source3 to common...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Günther Deschnerlibcli/nbt/lmhosts: fix missing prototype warning.
2010-05-26 Simo Sorcenamed_pipe_auth: implement tstream_npa_accept_existing_...
2010-05-21 Jeremy AllisonMake DFS work over SMB2.
2010-05-20 Jeremy AllisonFix what looks like a cut-and-paste error in our read_n...
2010-05-19 Jeremy AllisonThanks to Andrew Bartlett's advice, fix the NTLMSSP...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-06 Jelmer VernooijRemove the copy of ldb from Samba 3.
2010-04-28 Stefan Metzmacherlibcli/named_pipe_auth: we need to hide length of the...
2010-04-27 Matthias Dieter... nbt: samlogon/netlogon structures - unify denominations
2010-04-27 Günther Deschnerregistry: add some shared registry helper functions.
2010-04-18 Andrew Tridgells4-waf: removed the unused installdir= option to SAMBA_...
2010-04-11 Volker Lendeckelibcli/auth: Fix an uninitialized variable
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: more dependencies on talloc
2010-04-06 Andrew Tridgells4-waf: cleanup use of LIBPOPT vs popt dependency
2010-04-06 Andrew Tridgells4-waf: fixed some deps now we don't auto-include teven...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: install the rest of the headers
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-30 Matthias Dieter... libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into...
2010-03-28 Volker LendeckeAttempt to fix the build on AIX, that system seems...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-19 Günther Deschnererror_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.
2010-03-18 Stefan Metzmacherlibcli/util: add more NT_STATUS_RPC_* defines
2010-03-16 Matthias Dieter... libcli/auth/schannel_state_tdb.c - fix a memory leak
2010-03-11 Andrew Bartlettlibcli/nbt Add parser for a 'hosts' file that takes...
2010-03-09 Matthias Dieter... libcli/auth/schannel_state_tdb.c - fix an obviously...
2010-03-05 Stefan Metzmacherlibcli/auth: add a const to des_crypt112_16()
2010-03-03 Karolin SeegerFix typo in comments.
2010-03-03 Michael Adamlibcli/security: fix sddl.c to be able to build it...
2010-03-03 Michael Adams4:move the sddl code down to the top level
2010-02-26 Stefan Metzmacherlibcli/auth: print the error in the debug message
2010-02-23 Simo Sorces4:cleanup remove unused schannel ldb code
2010-02-23 Simo Sorces4:schannel merge code with s3
2010-02-23 Simo Sorceschannel_tdb: make code compilable in both trees
2010-02-23 Simo Sorces3:schannel streamline interface
2010-02-23 Simo Sorces3:schannel fix memory hierarchy
2010-02-23 Simo Sorceschannel: merge header files
2010-02-23 Simo Sorces4:schannel more readable check logic
2010-02-23 Simo Sorces3:schannel more readable check logic
2010-02-23 Andreas Schneidertstream: Added a typedef for the function prototype.
2010-02-14 Andrew Tridgelllib: use TYPESAFE_QSORT() in lib/ and libcli/
next