Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-24 | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-24 | s4: Rename LIBCLI_LDAP to libcli_ldap. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 4 | -10/+10 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-23 | create_descriptor.c - fix comment | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
The location in MS-DTYPE changed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 21:33:46 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 2 | -0/+282 | |
2010-10-22 | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 1 | -1/+1 | |
2010-10-21 | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 1 | -1/+1 | |
these were left over from the old config.mk system | |||||
2010-10-21 | libcli: make LIBCLI_NBT a private library | Andrew Tridgell | 1 | -4/+5 | |
2010-10-21 | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 1 | -4/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | Now we have SeSystemSecurity, remove the source3-only #ifdef. | Jeremy Allison | 1 | -2/+0 | |
Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 01:35:00 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 1 | -6/+3 | |
open and get/set NT security descriptor code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 00:15:57 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | libcli/security/access_check.c - fix a memory leak | Matthias Dieter Wallnöfer | 1 | -7/+12 | |
2010-10-20 | libcli/ldap Don't try and encode a control with a NULL OID | Andrew Bartlett | 1 | -0/+6 | |
ctrl->oid is set to NULL by the Samba4 rootDSE module when removing controls that should not be exposed over LDAP (to avoid a realloc). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 20 04:13:44 UTC 2010 on sn-devel-104 | |||||
2010-10-19 | Fix shadow warning for "access" variable. | Jeremy Allison | 1 | -3/+3 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Oct 19 22:53:38 UTC 2010 on sn-devel-104 | |||||
2010-10-19 | readline: fixed the test for history_list() | Andrew Tridgell | 1 | -1/+1 | |
2010-10-18 | libcli/nbt: we don't need LIBCLI_COMPOSITE anymore | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req | Stefan Metzmacher | 2 | -87/+107 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handler | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-10-18 | libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/ | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_register_bcast_send to the top of ↵ | Stefan Metzmacher | 1 | -49/+51 | |
nbt_name_register_bcast_* metze | |||||
2010-10-18 | libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_req | Stefan Metzmacher | 2 | -105/+158 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handler | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2010-10-18 | libcli/nbt: s/register_wins_state/nbt_name_register_wins_state | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_register_wins_send() to the top of all ↵ | Stefan Metzmacher | 1 | -59/+60 | |
nbt_name_register_wins_* related code metze | |||||
2010-10-18 | libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_req | Stefan Metzmacher | 3 | -96/+145 | |
metze | |||||
2010-10-18 | libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handler | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2010-10-18 | libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_state | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-10-18 | libcli/nbt: move nbt_name_refresh_wins_send() to the top of all ↵ | Stefan Metzmacher | 1 | -57/+59 | |
nbt_name_refresh_wins_* related code metze | |||||
2010-10-18 | libcli/util: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-10-14 | security: ensure the merge of libcli/security doesn't change s3 behaviour | Andrew Tridgell | 1 | -0/+5 | |
Jeremy, you put a #if 0 around this logic in this commit: 8344e945 (Jeremy Allison 2008-10-31 10:51:45 -0700 181) is this still needed? Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 03:16:41 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | libcli/security Use static SIDs rather than parsing from strings | Andrew Bartlett | 2 | -5/+6 | |
This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 10 | -9/+1139 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Define traditional constants in terms of IDL macros | Andrew Bartlett | 1 | -0/+64 | |
The source3/ code uses these constants in a lot of places, and it will take time and care to rename them, if that is desired. Linking the macros here will at least allow common code to use the IDL based macros, and preserve a documentary link between the constants (other than just their value) Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 3 | -0/+306 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 5 | -7/+52 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-10-12 | libcli/security Add debug class to security_token_debug() et al | Andrew Bartlett | 4 | -16/+18 | |
This will allow it to replace functions in source3 that use debug classes. Andrew Bartlett | |||||
2010-10-12 | libcli/security Move most of security_token.c to common code. | Andrew Bartlett | 3 | -1/+203 | |
The source4-specific session_info functions have been left in session.c Andrew Bartlett | |||||
2010-10-11 | libsecurity-common: Add missing dependency on libndr. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-11 | libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-08 | Add some const. Needed for my SD work. | Jeremy Allison | 2 | -14/+14 | |
Jeremy | |||||
2010-10-04 | libcli/ldap: ldap_full_packet() requires at least 6 bytes | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 5 | -0/+346 | |
Guenther | |||||
2010-09-27 | libcli/ldap: correctly marshall LDAP Unbind PDUs | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-09-26 | libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size() | Stefan Metzmacher | 1 | -1/+1 | |
This allows us to read a full packet without read byte after byte or possible read to much. metze | |||||
2010-09-26 | libcli/util: let tstream_read_pdu_blob_* cope with variable length headers | Stefan Metzmacher | 1 | -5/+13 | |
metze | |||||
2010-09-23 | libcli: fix compile warning | Simo Sorce | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-22 | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 1 | -1/+4 | |
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC |