summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli/security Add python bindings for se_access_checkAndrew Bartlett2011-01-142-0/+89
* security: Fixed incorrect indentation in create_descriptor.cNadezhda Ivanova2011-01-131-12/+12
* security: Fixed bugs in expansion of generic information ACEsNadezhda Ivanova2011-01-111-38/+82
* libcli/security: fix sid_type_lookup().Günther Deschner2011-01-101-7/+5
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-078-17/+16
* libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher2011-01-032-0/+15
* Fix a valgrind errorVolker Lendecke2011-01-021-2/+4
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-4/+4
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer2010-12-211-2/+6
* libcli/security: remove unused variable.Günther Deschner2010-12-171-1/+0
* libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett2010-12-162-3/+14
* libcli/echo: fix off by 1 crash bugStefan Metzmacher2010-12-111-1/+1
* libcli/echo: lowercase testsuite namesStefan Metzmacher2010-12-111-2/+2
* s4 libcli: Add libcli_echo lib and torture testKai Blin2010-12-095-0/+368
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-0/+2
* libcli/auth: let spnego_write_mech_types() check the asn1_load() returnStefan Metzmacher2010-12-071-0/+4
* s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer2010-12-061-1/+1
* Turns out there are lots of places in S3 where token passed inJeremy Allison2010-12-021-0/+4
* libcli/security/object_tree.c - remove unreachable statementMatthias Dieter Wallnöfer2010-11-291-1/+0
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* s4-doserr: telling our users to "see Windows help" doesn't seem rightAndrew Tridgell2010-11-171-4/+4
* raw.h is only needed in the S4 buildVolker Lendecke2010-11-091-0/+2
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-311-22/+22
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-3110-227/+0
* s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell2010-10-301-1/+1
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-262-4/+4
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-265-10/+10
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-263-4/+4
* libcli/security Remove unused sec_acl_equal()Andrew Bartlett2010-10-242-47/+0
* s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij2010-10-241-3/+3
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-244-10/+10
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-231-6/+6
* create_descriptor.c - fix commentMatthias Dieter Wallnöfer2010-10-231-1/+1
* s4 dns: Import DNS win32 error codes from MS-ERREFKai Blin2010-10-232-0/+282
* Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison2010-10-221-1/+1
* libcli: LIBSECURITY depends on NDR_SECURITYAndrew Tridgell2010-10-211-1/+1
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-1/+1
* libcli: make LIBCLI_NBT a private libraryAndrew Tridgell2010-10-211-4/+5
* libcli: make the LIBSECURITY subsystem into a private libraryAndrew Tridgell2010-10-211-4/+5
* Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison2010-10-211-2/+0
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-211-6/+3
* libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer2010-10-201-7/+12
* libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett2010-10-201-0/+6
* Fix shadow warning for "access" variable.Jeremy Allison2010-10-191-3/+3
* readline: fixed the test for history_list()Andrew Tridgell2010-10-191-1/+1
* libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher2010-10-181-1/+1
* libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher2010-10-182-87/+107