summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Add the port argument to SMBC_server().Jeremy Allison1-3/+3
2013-06-11Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison1-3/+3
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison1-0/+6
2013-02-22libsmb: Fix possible null pointer dereference.Andreas Schneider1-2/+2
2012-07-31s3: Fix Coverity ID 710791 Resource leakVolker Lendecke1-0/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-3/+3
2011-07-23s3:libsmb_xattr: make use of the new cli_query_secdesc()Stefan Metzmacher1-13/+13
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach1-2/+2
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-6/+7
2011-07-03s3: Remove a use of cli_errstrVolker Lendecke1-4/+6
2011-07-03s3: Remove a use of cli_errstrVolker Lendecke1-3/+5
2011-07-03s3: Remove a use of cli_errstrVolker Lendecke1-3/+7
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-37/+37
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-60/+60
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-6/+6
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-01-15s3: Convert cli_set_secdesc to cli_transVolker Lendecke1-2/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-2/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-3/+4
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-12/+12
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-4/+4
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-14/+14
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-02-14s3-lib: use TYPESAFE_QSORT() in remaining s3 library codeAndrew Tridgell1-2/+1
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-210/+199
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-3/+3
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-12/+9
2009-03-18s3: remove POLICY_HND.Günther Deschner1-6/+6
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-17/+20
2009-02-14Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman1-16/+16
2009-02-09eliminate compiler warningsDerrell Lipman1-4/+7
2008-12-31Make a CONST_DISCARD unnecessary by applying some constVolker Lendecke1-3/+2
2008-12-17Fix a valgrind errorVolker Lendecke1-1/+2
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-1/+1
2008-09-11Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison1-34/+55
2008-07-21Remove one reference to PI_LSARPCVolker Lendecke1-1/+2
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-3/+3
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-314/+322
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-11/+11
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-0/+2293