1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/libnet
Matthias Dieter Wallnöfer a0e9814c0d s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uint64" and "samdb_result_string"
We have ldb_msg_find_attr_as_* calls which do exactly the same. Therefore this
reduces only code redundancies.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-10-15 08:36:01 +11:00
..
composite.h r24554: Add internal implementation (before api function) of group 2007-10-10 15:02:13 -05:00
config.mk s4-libnet Remove libnet_samdump_keytab() and net samdump keytab 2010-09-24 09:25:43 +10:00
groupinfo.c s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubs 2010-03-12 15:25:42 +01:00
groupinfo.h r24554: Add internal implementation (before api function) of group 2007-10-10 15:02:13 -05:00
groupman.c s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubs 2010-03-12 15:25:42 +01:00
groupman.h r26693: Add (untested) libnet_rpc_groupdel function. 2008-01-08 04:27:01 -06:00
libnet_become_dc.c s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uint64" and "samdb_result_string" 2010-10-15 08:36:01 +11:00
libnet_become_dc.h s4/rodc: change the libnet_become_dc code to do RODC join 2010-02-17 18:03:32 +02:00
libnet_domain.c s4:libnet/libnet_domain.c: make use of use tevent_req based dcerpc_binding_handle stubs 2010-03-12 15:25:43 +01:00
libnet_domain.h r23959: add more monitor messages support that's been sitting around on my 2007-10-10 15:01:11 -05:00
libnet_export_keytab.c s4-libnet: wipe the old keytab when exporting 2010-09-30 14:36:11 -07:00
libnet_export_keytab.h s4:kerberos Add 'net export keytab' command for wireshark decryption 2009-07-28 08:52:43 +10:00
libnet_group.c s4:libnet - free the "c" context also on error conditions 2010-08-14 18:48:20 +02:00
libnet_group.h s4:libnet: rename uint => uint32_t because uint is not portable 2009-07-15 20:47:00 +02:00
libnet_join.c s4-rpc: added target_principal binding handle option 2010-10-01 22:31:57 -07:00
libnet_join.h Factor out filling in the secrets database. 2008-04-09 14:56:24 +10:00
libnet_lookup.c s4-libnet: added server_address option in libnet context 2010-09-25 10:38:45 -07:00
libnet_lookup.h r26376: Add context for libcli_resolve. 2007-12-21 05:49:12 +01:00
libnet_passwd.c s4:libnet_passwd: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE for SetPassword 2010-04-15 17:32:31 +02:00
libnet_passwd.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libnet_rpc.c s4-rpc: added target_principal binding handle option 2010-10-01 22:31:57 -07:00
libnet_rpc.h s4:libnet Allow 'net password change' to work on expired passwords 2009-06-18 13:49:30 +10:00
libnet_samdump.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
libnet_samsync_ldb.c samdb: Add flags argument to samdb_connect(). 2010-10-10 23:08:49 +02:00
libnet_samsync.c s4:libnet/libnet_samsync.c: add explicit check for NTSTATUS r.out.result 2010-03-29 15:35:52 +02:00
libnet_samsync.h Rework Samba4 to use the new common libcli/auth code 2009-04-14 16:23:44 +10:00
libnet_share.c s4:libnet/libnet_share.c: make use of dcerpc_binding_handle stubs 2010-03-12 15:25:52 +01:00
libnet_share.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libnet_site.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
libnet_site.h r26408: Remove use of global_loadparm. 2007-12-21 05:49:39 +01:00
libnet_time.c s4:libnet/libnet_time.c: make use of dcerpc_binding_handle stubs 2010-03-12 15:25:52 +01:00
libnet_time.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libnet_unbecome_dc.c s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uint64" and "samdb_result_string" 2010-10-15 08:36:01 +11:00
libnet_unbecome_dc.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libnet_user.c s4:libnet - free the "c" context also on error conditions 2010-08-14 18:48:20 +02:00
libnet_user.h s4:libnet: rename uint => uint32_t because uint is not portable 2009-07-15 20:47:00 +02:00
libnet_vampire.c libcli/security Use common security.h 2010-10-12 03:35:36 +00:00
libnet_vampire.h s4-libnet: split libnet_Vampire() into two parts 2010-08-23 15:55:39 +10:00
libnet.c s4-libnet: added server_address option in libnet context 2010-09-25 10:38:45 -07:00
libnet.h s4-libnet: added server_address option in libnet context 2010-09-25 10:38:45 -07:00
prereq_domain.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
py_net.c s4-pynet: added server keyword to Net() initialisation 2010-09-25 10:38:45 -07:00
userinfo.c s4:libnet/userinfo.c: make use of use tevent_req based dcerpc_binding_handle stubs 2010-03-12 15:25:44 +01:00
userinfo.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
userman.c s4:libnet/usernam.c: make use of use tevent_req based dcerpc_binding_handle stubs 2010-03-12 15:25:44 +01:00
userman.h r25301: Merge my includes.h cleanups. 2007-10-10 15:07:09 -05:00
wscript_build Add missing dependencies for com_err. 2010-10-05 00:38:35 +02:00