summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2010-11-09raw.h is only needed in the S4 buildVolker Lendecke1-0/+2
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-22/+22
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij10-227/+0
2010-10-30s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell1-1/+1
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2-4/+4
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij5-10/+10
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij3-4/+4
2010-10-24libcli/security Remove unused sec_acl_equal()Andrew Bartlett2-47/+0
2010-10-24s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij1-3/+3
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij4-10/+10
2010-10-24s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij1-1/+1
2010-10-23s4: Rename LIBNETIF to libnetif.Jelmer Vernooij1-6/+6
2010-10-23create_descriptor.c - fix commentMatthias Dieter Wallnöfer1-1/+1
2010-10-23s4 dns: Import DNS win32 error codes from MS-ERREFKai Blin2-0/+282
2010-10-22Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison1-1/+1
2010-10-21libcli: LIBSECURITY depends on NDR_SECURITYAndrew Tridgell1-1/+1
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-1/+1
2010-10-21libcli: make LIBCLI_NBT a private libraryAndrew Tridgell1-4/+5
2010-10-21libcli: make the LIBSECURITY subsystem into a private libraryAndrew Tridgell1-4/+5
2010-10-21Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison1-2/+0
2010-10-21Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison1-6/+3
2010-10-20libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer1-7/+12
2010-10-20libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett1-0/+6
2010-10-19Fix shadow warning for "access" variable.Jeremy Allison1-3/+3
2010-10-19readline: fixed the test for history_list()Andrew Tridgell1-1/+1
2010-10-18libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher1-1/+1
2010-10-18libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher2-87/+107
2010-10-18libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handlerStefan Metzmacher1-4/+4
2010-10-18libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/Stefan Metzmacher1-4/+4
2010-10-18libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register...Stefan Metzmacher1-49/+51
2010-10-18libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_reqStefan Metzmacher2-105/+158
2010-10-18libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handlerStefan Metzmacher1-5/+5
2010-10-18libcli/nbt: s/register_wins_state/nbt_name_register_wins_stateStefan Metzmacher1-7/+7
2010-10-18libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg...Stefan Metzmacher1-59/+60
2010-10-18libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_reqStefan Metzmacher3-96/+145
2010-10-18libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher1-5/+5
2010-10-18libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher1-7/+7
2010-10-18libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr...Stefan Metzmacher1-57/+59
2010-10-18libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher1-0/+6
2010-10-14security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell1-0/+5
2010-10-14libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2-5/+6
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett10-9/+1139
2010-10-14libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett1-0/+64
2010-10-14libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett3-0/+306
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett5-7/+52
2010-10-12libcli/security Add debug class to security_token_debug() et alAndrew Bartlett4-16/+18
2010-10-12libcli/security Move most of security_token.c to common code.Andrew Bartlett3-1/+203
2010-10-11libsecurity-common: Add missing dependency on libndr.Jelmer Vernooij1-1/+1
2010-10-11libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij1-2/+2