summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3: Use talloc_tos() in the S3 buildVolker Lendecke1-1/+7
2011-04-13libcli/auth Use convert_string_error to check LM hash calculation.Andrew Bartlett1-9/+24
2011-04-13libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett1-14/+6
2011-04-12s3: add some forward declarations.Günther Deschner1-0/+2
2011-04-06tstream: make npa_tstream a private libraryAndrew Tridgell1-4/+5
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell2-2/+2
2011-04-06libcli/nbt Cope with blank lines in DNS hosts fileAndrew Bartlett1-3/+3
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-10/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2-0/+33
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-1/+2
2011-03-28Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison5-19/+52
2011-03-27s3: Fix Coverity ID 682: NEGATIVE_RETURNSVolker Lendecke1-1/+4
2011-03-25libcli: created smb_constants.hAndrew Tridgell2-0/+40
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell3-5/+4
2011-03-21libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher1-28/+30
2011-03-20ldapcli: allocate control value on the control object not on the control cont...Matthieu Patou1-2/+2
2011-03-19libcli/: Fix prototypes for all functions.Jelmer Vernooij5-0/+8
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner3-0/+36
2011-03-16libcli: openchange doesn't need these headers any moreAndrew Tridgell1-2/+0
2011-03-15libcli: protect access_check.h against double inclusionAndrew Tridgell1-0/+3
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell1-0/+2
2011-03-10Quite some callers of sid_split_rid do not care about the ridVolker Lendecke1-1/+3
2011-03-05Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-03-03Add dom_sid_string_bufVolker Lendecke2-12/+40
2011-03-01libcli/security Add unix_token and unix_info to auth_session_info tooAndrew Bartlett1-0/+2
2011-02-28libcli: Eliminate select from smb_readline_replacementVolker Lendecke1-7/+5
2011-02-25libcli/nbt/wscript_build - fix build of "lmhosts"Matthias Dieter Wallnöfer1-2/+2
2011-02-25Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison1-0/+2
2011-02-24build: moved util_reg.c into a common subsystemAndrew Tridgell1-0/+4
2011-02-24build: moved spnego_parse.c into a common subsystemAndrew Tridgell1-1/+5
2011-02-24build: moved lmhosts.c into a common subsystemAndrew Tridgell1-2/+6
2011-02-24build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell1-3/+3
2011-02-24build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell1-5/+10
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett4-1/+116
2011-02-22s3-waf: use common libcli/nbt build rulesAndrew Tridgell1-7/+6
2011-02-22libcli/nbt: allow use of the waf build for nbt in source3Andrew Tridgell1-12/+12
2011-02-21libcli/security/security_descriptor.c - fix three wrong counter variablesMatthias Dieter Wallnöfer1-3/+3
2011-02-21libcli/security/privileges.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/privileges.c - fix the counting of privilegesMatthias Dieter Wallnöfer1-9/+4
2011-02-21libcli/security/sddl.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/display_sec.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-17idl: naming a structure 'VERSION' is not a good idea!Andrew Tridgell1-2/+2
2011-02-15libcli/security - fix two output format specifiersMatthias Dieter Wallnöfer2-2/+2
2011-02-11libcli/auth: fix PAM_ERRORS subsystem build.Günther Deschner1-1/+2
2011-02-10security: Fixed some handling of ACEs with INHERITED flag provided by the userNadezhda Ivanova1-5/+16
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell2-2/+2
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2-90/+62
2011-02-10libcli/named_pipe_auth Remove support for unused levels 0-2.Andrew Bartlett1-160/+83
2011-02-08pam: share pam errors in a common location.Günther Deschner3-0/+176
2011-02-08pysecurity: Add missing dependency on pytalloc-util.Jelmer Vernooij1-1/+1