| Commit message (Expand) | Author | Age | Files | Lines |
* | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 2010-10-23 | 1 | -6/+6 |
* | create_descriptor.c - fix comment | Matthias Dieter Wallnöfer | 2010-10-23 | 1 | -1/+1 |
* | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 2010-10-23 | 2 | -0/+282 |
* | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 2010-10-22 | 1 | -1/+1 |
* | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | libcli: make LIBCLI_NBT a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
* | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
* | Now we have SeSystemSecurity, remove the source3-only #ifdef. | Jeremy Allison | 2010-10-21 | 1 | -2/+0 |
* | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 2010-10-21 | 1 | -6/+3 |
* | libcli/security/access_check.c - fix a memory leak | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -7/+12 |
* | libcli/ldap Don't try and encode a control with a NULL OID | Andrew Bartlett | 2010-10-20 | 1 | -0/+6 |
* | Fix shadow warning for "access" variable. | Jeremy Allison | 2010-10-19 | 1 | -3/+3 |
* | readline: fixed the test for history_list() | Andrew Tridgell | 2010-10-19 | 1 | -1/+1 |
* | libcli/nbt: we don't need LIBCLI_COMPOSITE anymore | Stefan Metzmacher | 2010-10-18 | 1 | -1/+1 |
* | libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 2 | -87/+107 |
* | libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handler | Stefan Metzmacher | 2010-10-18 | 1 | -4/+4 |
* | libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/ | Stefan Metzmacher | 2010-10-18 | 1 | -4/+4 |
* | libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register... | Stefan Metzmacher | 2010-10-18 | 1 | -49/+51 |
* | libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 2 | -105/+158 |
* | libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handler | Stefan Metzmacher | 2010-10-18 | 1 | -5/+5 |
* | libcli/nbt: s/register_wins_state/nbt_name_register_wins_state | Stefan Metzmacher | 2010-10-18 | 1 | -7/+7 |
* | libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg... | Stefan Metzmacher | 2010-10-18 | 1 | -59/+60 |
* | libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 3 | -96/+145 |
* | libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handler | Stefan Metzmacher | 2010-10-18 | 1 | -5/+5 |
* | libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_state | Stefan Metzmacher | 2010-10-18 | 1 | -7/+7 |
* | libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr... | Stefan Metzmacher | 2010-10-18 | 1 | -57/+59 |
* | libcli/util: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 2010-10-18 | 1 | -0/+6 |
* | security: ensure the merge of libcli/security doesn't change s3 behaviour | Andrew Tridgell | 2010-10-14 | 1 | -0/+5 |
* | libcli/security Use static SIDs rather than parsing from strings | Andrew Bartlett | 2010-10-14 | 2 | -5/+6 |
* | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 2010-10-14 | 10 | -9/+1139 |
* | libcli/security Define traditional constants in terms of IDL macros | Andrew Bartlett | 2010-10-14 | 1 | -0/+64 |
* | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 2010-10-14 | 3 | -0/+306 |
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 5 | -7/+52 |
* | libcli/security Add debug class to security_token_debug() et al | Andrew Bartlett | 2010-10-12 | 4 | -16/+18 |
* | libcli/security Move most of security_token.c to common code. | Andrew Bartlett | 2010-10-12 | 3 | -1/+203 |
* | libsecurity-common: Add missing dependency on libndr. | Jelmer Vernooij | 2010-10-11 | 1 | -1/+1 |
* | libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 2010-10-11 | 1 | -2/+2 |
* | Add some const. Needed for my SD work. | Jeremy Allison | 2010-10-08 | 2 | -14/+14 |
* | libcli/ldap: ldap_full_packet() requires at least 6 bytes | Stefan Metzmacher | 2010-10-04 | 1 | -0/+7 |
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 5 | -0/+346 |
* | libcli/ldap: correctly marshall LDAP Unbind PDUs | Stefan Metzmacher | 2010-09-27 | 1 | -0/+2 |
* | libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size() | Stefan Metzmacher | 2010-09-26 | 1 | -1/+1 |
* | libcli/util: let tstream_read_pdu_blob_* cope with variable length headers | Stefan Metzmacher | 2010-09-26 | 1 | -5/+13 |
* | libcli: fix compile warning | Simo Sorce | 2010-09-23 | 1 | -0/+2 |
* | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 2010-09-22 | 1 | -1/+4 |
* | libcli/ldap Add const to ldap_encode_ndr_dom_sid() | Andrew Bartlett | 2010-09-20 | 2 | -2/+2 |
* | libcli: add dom_sid_compare_domain() | Günther Deschner | 2010-09-20 | 2 | -0/+20 |
* | werror: Add W_ERROR_HAVE_NO_MEMORY_AND_FREE() macro | Kamen Mazdrashki | 2010-09-18 | 1 | -0/+7 |
* | libcli/auth/ntlmssp Be clear about talloc parents for session keys | Andrew Bartlett | 2010-09-16 | 2 | -9/+7 |