]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agore-run "make idl" after changing u1 member to pid in DsBindInfo*.
Michael Adam [Tue, 22 Jul 2008 14:15:15 +0000 (16:15 +0200)] 
re-run "make idl" after changing u1 member to pid in DsBindInfo*.

Michael

17 years agodrsuapi.idl: change the u1 field in DsBindInfo* to "pid".
Michael Adam [Tue, 22 Jul 2008 13:33:26 +0000 (15:33 +0200)] 
drsuapi.idl: change the u1 field in DsBindInfo* to "pid".

According to the WSPP docs, section 5.35,
this is the "process identifyer" of the client.
It is meant for informational and debugging purposes
only and its assignment is implementation specific.

Michael

17 years agoCheck for f_frsize when using statvfs
Zach Loafman [Thu, 3 Jul 2008 18:52:53 +0000 (11:52 -0700)] 
Check for f_frsize when using statvfs

Add a configure test for the availability of f_frsize in struct statvfs
(for broken platforms that define statvfs but still have
f_bsize/f_iosize). Also add sys/types.h to the other struct statvfs test
(again, some platforms need it).

17 years agoMake DSO_EXPORTS_CMD regexp more POSIX compliant
Zach Loafman [Wed, 9 Jul 2008 07:05:50 +0000 (00:05 -0700)] 
Make DSO_EXPORTS_CMD regexp more POSIX compliant

The FreeBSD sed command doesn't understand \? without passing -E to turn
on extended regexps. This patch changes the DSO_EXPORTS_CMD regexp to a
POSIX compliant RE by switching the \+ to a \{1,\} bound and the \? to a
\{0,1\} bound.

17 years agoFix warnings on FreeBSD-based platforms
Zach Loafman [Thu, 3 Jul 2008 19:21:33 +0000 (12:21 -0700)] 
Fix warnings on FreeBSD-based platforms

Fix two shadowed declaration warnings on FreeBSD-based platform:
'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in
netinet/tcp.h.

17 years agoFix various build warnings
Zach Loafman [Fri, 4 Jul 2008 05:53:42 +0000 (22:53 -0700)] 
Fix various build warnings

This fixes various build warnings on our platform. I'm sure I haven't
caught them all, but it's a start.

17 years agoAdd --enable-picky-developer
Zach Loafman [Thu, 3 Jul 2008 20:45:07 +0000 (13:45 -0700)] 
Add --enable-picky-developer

This adds an --enable-picky-developer option that will halt compilation
on warnings. Yes, this could be handled by a direct Makefile change, but
people should be encourage to do it!

17 years agorpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)
Michael Adam [Tue, 22 Jul 2008 10:16:46 +0000 (12:16 +0200)] 
rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)

Michael

17 years agore-run make idl after adding drsuapi_DsBindInfo48 to drsuapi.idl
Michael Adam [Tue, 22 Jul 2008 11:23:18 +0000 (13:23 +0200)] 
re-run make idl after adding drsuapi_DsBindInfo48 to drsuapi.idl

Michael

17 years agodrsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.
Michael Adam [Tue, 22 Jul 2008 11:07:55 +0000 (13:07 +0200)] 
drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.

This knowledge is obtained from the wspp-docs (section 5.35).

Michael
(cherry picked from commit f5afb695045b1a2f3b8c00a4d82d40e8e50726c9)

17 years agodrsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.
Michael Adam [Tue, 22 Jul 2008 10:46:04 +0000 (12:46 +0200)] 
drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.

This bit seems not to be documented in the WSPP docs.

Michael
(cherry picked from commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93)

17 years agodrsuapi.idl: add drsuapi_DsBindInfo48.
Michael Adam [Tue, 22 Jul 2008 09:37:32 +0000 (11:37 +0200)] 
drsuapi.idl: add drsuapi_DsBindInfo48.

This is necessary to make DsGetNcChanges work with win2008.

Michael
(cherry picked from commit dd278b069b8683a0e3721ebb7d0de06d2bc1c86f)

17 years agore-run make idl after Jelmer's "poperly cast array lengths" pidl change.
Michael Adam [Tue, 22 Jul 2008 09:54:54 +0000 (11:54 +0200)] 
re-run make idl after Jelmer's "poperly cast array lengths" pidl change.

(f321240fa91fa19c1131f119c42f64897d220682)

Michael

17 years agoman pages: "printcap name" is a global parameter, not a share specific one.
Karolin Seeger [Tue, 22 Jul 2008 09:27:16 +0000 (11:27 +0200)] 
man pages: "printcap name" is a global parameter, not a share specific one.

Karolin

17 years agoUpdate Roadmap
Volker Lendecke [Mon, 21 Jul 2008 14:12:22 +0000 (16:12 +0200)] 
Update Roadmap
(cherry picked from commit d1c3b57085b493b47398daf71ce18f16ece57da0)

17 years agoYESS -- remove the PI_* pipe constants
Volker Lendecke [Mon, 21 Jul 2008 11:30:45 +0000 (13:30 +0200)] 
YESS -- remove the PI_* pipe constants

17 years agoMake idl: cli_do_rpc_ndr does not use pipe_idx anymore
Volker Lendecke [Mon, 21 Jul 2008 11:04:41 +0000 (13:04 +0200)] 
Make idl: cli_do_rpc_ndr does not use pipe_idx anymore

17 years agoRemove unused function rpccli_is_pipe_idx
Volker Lendecke [Mon, 21 Jul 2008 11:04:13 +0000 (13:04 +0200)] 
Remove unused function rpccli_is_pipe_idx

17 years agoRefactoring: CLI_DO_RPC_* uses interface instead of pipe_idx
Volker Lendecke [Mon, 21 Jul 2008 10:50:32 +0000 (12:50 +0200)] 
Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idx

17 years agoRemove a reference to pipe_idx
Volker Lendecke [Mon, 21 Jul 2008 10:49:50 +0000 (12:49 +0200)] 
Remove a reference to pipe_idx

17 years agoRemove some unused code
Volker Lendecke [Mon, 21 Jul 2008 10:05:46 +0000 (12:05 +0200)] 
Remove some unused code

17 years agoRemove one reference to PI_NETLOGON
Volker Lendecke [Mon, 21 Jul 2008 10:04:44 +0000 (12:04 +0200)] 
Remove one reference to PI_NETLOGON

17 years agoRemove one reference to PI_LSARPC
Volker Lendecke [Mon, 21 Jul 2008 10:01:12 +0000 (12:01 +0200)] 
Remove one reference to PI_LSARPC

17 years agoRemove some fully outdated sample code
Volker Lendecke [Mon, 21 Jul 2008 09:57:11 +0000 (11:57 +0200)] 
Remove some fully outdated sample code

17 years agoRemove now unused cli_get_pipe_name
Volker Lendecke [Sun, 20 Jul 2008 16:48:44 +0000 (18:48 +0200)] 
Remove now unused cli_get_pipe_name

17 years agoRemove now unused cli_get_pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 16:46:13 +0000 (18:46 +0200)] 
Remove now unused cli_get_pipe_idx

17 years agoRemove now unused cli_get_iface
Volker Lendecke [Sun, 20 Jul 2008 16:45:39 +0000 (18:45 +0200)] 
Remove now unused cli_get_iface

17 years agoRefactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 16:44:32 +0000 (18:44 +0200)] 
Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx

17 years agoRefactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 16:40:31 +0000 (18:40 +0200)] 
Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx

17 years agoRefactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 16:36:31 +0000 (18:36 +0200)] 
Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx

17 years agoRefactoring: rpcclient uses ndr_syntax_id instead of pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 16:17:52 +0000 (18:17 +0200)] 
Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx

17 years agoRefactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke [Sun, 20 Jul 2008 15:59:30 +0000 (17:59 +0200)] 
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx

17 years agotestsuite: fix expr error on Tru64, triggered by uninitialized failed variable.
Michael Adam [Mon, 21 Jul 2008 09:23:55 +0000 (11:23 +0200)] 
testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.

Michael

17 years agotestsuite: fix another expr syntax error. in tests_all.sh.
Michael Adam [Mon, 21 Jul 2008 09:17:36 +0000 (11:17 +0200)] 
testsuite: fix another expr syntax error. in tests_all.sh.

Michael

17 years agotestsuite: fix expr syntax error in net registry test.
Michael Adam [Sun, 20 Jul 2008 21:49:40 +0000 (23:49 +0200)] 
testsuite: fix expr syntax error in net registry test.

Pointed out by Björn Jacke <bj@sernet.de>.

Michael

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_krb5
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_schannel
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_schannel

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUS
Volker Lendecke [Sun, 20 Jul 2008 14:36:55 +0000 (16:36 +0200)] 
Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUS

17 years agoRefactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke [Sun, 20 Jul 2008 14:33:26 +0000 (16:33 +0200)] 
Refactoring: Make get_schannel_session_key return NTSTATUS

17 years agoRefactoring: Make get_schannel_session_key_common return NTSTATUS
Volker Lendecke [Sun, 20 Jul 2008 14:27:45 +0000 (16:27 +0200)] 
Refactoring: Make get_schannel_session_key_common return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for cli_rpc_pipe_open
Volker Lendecke [Sun, 20 Jul 2008 09:04:31 +0000 (11:04 +0200)] 
Refactoring: Change calling conventions for cli_rpc_pipe_open

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoRefactoring: Change calling conventions for rpc_pipe_open_np
Volker Lendecke [Sun, 20 Jul 2008 08:56:36 +0000 (10:56 +0200)] 
Refactoring: Change calling conventions for rpc_pipe_open_np

Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS

17 years agoAllocate rpc_cli->dc in rpccli_netlogon_setup_creds()
Volker Lendecke [Sun, 20 Jul 2008 08:40:43 +0000 (10:40 +0200)] 
Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()

The general cli_pipe routines should not have to know about this NETLOGON
speciality.

17 years agoStore copies of the syntax ids in rpc_pipe_client
Volker Lendecke [Sun, 20 Jul 2008 08:21:14 +0000 (10:21 +0200)] 
Store copies of the syntax ids in rpc_pipe_client

17 years agoSimplify pipe_names: we only do ndr_transfer_syntax anyway
Volker Lendecke [Sun, 20 Jul 2008 08:00:46 +0000 (10:00 +0200)] 
Simplify pipe_names: we only do ndr_transfer_syntax anyway

17 years agoFix link for Using Samba
Alexander Bokovoy [Sat, 19 Jul 2008 20:11:50 +0000 (00:11 +0400)] 
Fix link for Using Samba

17 years agoThe PIPE_ pipename macros are only used in cli_pipe.c
Volker Lendecke [Sat, 19 Jul 2008 19:07:14 +0000 (21:07 +0200)] 
The PIPE_ pipename macros are only used in cli_pipe.c

17 years agoMake the pipe_names[] array static to cli_pipe.c
Volker Lendecke [Sat, 19 Jul 2008 18:40:27 +0000 (20:40 +0200)] 
Make the pipe_names[] array static to cli_pipe.c

17 years agoIntroduce is_known_pipename
Volker Lendecke [Sat, 19 Jul 2008 18:27:56 +0000 (20:27 +0200)] 
Introduce is_known_pipename

This scans the list of pipes registered via rpc_pipe_register_commands instead
of using static tables.

17 years agoMake use of ndr_syntax_id_equal
Volker Lendecke [Sat, 19 Jul 2008 17:53:01 +0000 (19:53 +0200)] 
Make use of ndr_syntax_id_equal

17 years agoOoops, GUID_equal was already around :-)
Volker Lendecke [Sat, 19 Jul 2008 17:50:36 +0000 (19:50 +0200)] 
Ooops, GUID_equal was already around :-)

17 years agoFix the build of vfs_zfsacl.c
Volker Lendecke [Fri, 18 Jul 2008 08:01:39 +0000 (10:01 +0200)] 
Fix the build of vfs_zfsacl.c
(cherry picked from commit b83beeda44e1c8d485c2ad6bb8ee539cdcbe8bda)

17 years agonetapi: add caching of samr policy handles.
Günther Deschner [Thu, 17 Jul 2008 20:44:24 +0000 (22:44 +0200)] 
netapi: add caching of samr policy handles.

Guenther

17 years agonetapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.
Günther Deschner [Fri, 18 Jul 2008 14:24:02 +0000 (16:24 +0200)] 
netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.

Guenther

17 years agonetapi: implement NetLocalGroupEnum_r.
Günther Deschner [Fri, 18 Jul 2008 13:11:08 +0000 (15:11 +0200)] 
netapi: implement NetLocalGroupEnum_r.

Guenther

17 years agonetapi: add NetLocalGroupEnum example code.
Günther Deschner [Thu, 17 Jul 2008 23:41:30 +0000 (01:41 +0200)] 
netapi: add NetLocalGroupEnum example code.

Guenther

17 years agonetapi: add NetLocalGroupEnum to public header.
Günther Deschner [Thu, 17 Jul 2008 23:40:34 +0000 (01:40 +0200)] 
netapi: add NetLocalGroupEnum to public header.

Guenther

17 years agonetapi: add skeleton for NetLocalGroupEnum().
Günther Deschner [Thu, 17 Jul 2008 23:23:26 +0000 (01:23 +0200)] 
netapi: add skeleton for NetLocalGroupEnum().

Guenther

17 years agore-run make idl.
Günther Deschner [Thu, 17 Jul 2008 23:21:38 +0000 (01:21 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetLocalGroupEnum to IDL.
Günther Deschner [Thu, 17 Jul 2008 23:20:56 +0000 (01:20 +0200)] 
netapi: add NetLocalGroupEnum to IDL.

Guenther

17 years agonetapi: make map_alias_info_to_buffer suitable for arrays in the buffer.
Günther Deschner [Fri, 18 Jul 2008 13:10:43 +0000 (15:10 +0200)] 
netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.

Guenther

17 years agonetapi: add libnetapi_samr_open_alias_queryinfo.
Günther Deschner [Fri, 18 Jul 2008 13:01:21 +0000 (15:01 +0200)] 
netapi: add libnetapi_samr_open_alias_queryinfo.

Guenther

17 years agonetapi: add NetUserSetInfo example code.
Günther Deschner [Fri, 18 Jul 2008 00:23:29 +0000 (02:23 +0200)] 
netapi: add NetUserSetInfo example code.

Guenther

17 years agonetapi: add NetUserSetInfo to public header.
Günther Deschner [Thu, 17 Jul 2008 23:40:14 +0000 (01:40 +0200)] 
netapi: add NetUserSetInfo to public header.

Guenther

17 years agonetapi: add skeleton for NetUserSetInfo.
Günther Deschner [Wed, 16 Jul 2008 23:00:33 +0000 (01:00 +0200)] 
netapi: add skeleton for NetUserSetInfo.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 16 Jul 2008 22:59:57 +0000 (00:59 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetUserSetInfo to IDL.
Günther Deschner [Wed, 16 Jul 2008 22:59:13 +0000 (00:59 +0200)] 
netapi: add NetUserSetInfo to IDL.

Guenther

17 years agonetapi: fill in NetUserGetInfo_r().
Günther Deschner [Thu, 17 Jul 2008 20:45:09 +0000 (22:45 +0200)] 
netapi: fill in NetUserGetInfo_r().

Guenther

17 years agonetapi: add NetUserGetInfo example code.
Günther Deschner [Wed, 16 Jul 2008 08:59:53 +0000 (10:59 +0200)] 
netapi: add NetUserGetInfo example code.

Guenther

17 years agonetapi: add NetUserGetInfo to public headers.
Günther Deschner [Wed, 16 Jul 2008 08:50:26 +0000 (10:50 +0200)] 
netapi: add NetUserGetInfo to public headers.

Guenther

17 years agonetapi: add skeleton for NetUserGetInfo().
Günther Deschner [Wed, 16 Jul 2008 08:47:38 +0000 (10:47 +0200)] 
netapi: add skeleton for NetUserGetInfo().

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 16 Jul 2008 08:45:31 +0000 (10:45 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetUserGetInfo to IDL.
Günther Deschner [Wed, 16 Jul 2008 08:45:11 +0000 (10:45 +0200)] 
netapi: add NetUserGetInfo to IDL.

Guenther

17 years agonetapi: support more infolevels in NetUserEnum.
Günther Deschner [Tue, 1 Jul 2008 18:19:10 +0000 (20:19 +0200)] 
netapi: support more infolevels in NetUserEnum.

Guenther

17 years agonetapi: add support to define info level in NetUserEnum example.
Günther Deschner [Thu, 17 Jul 2008 11:37:06 +0000 (13:37 +0200)] 
netapi: add support to define info level in NetUserEnum example.

Guenther

17 years agonetapi: add new USER_INFO_X structures to public headers.
Günther Deschner [Thu, 17 Jul 2008 11:37:50 +0000 (13:37 +0200)] 
netapi: add new USER_INFO_X structures to public headers.

Guenther

17 years agore-run make idl.
Günther Deschner [Thu, 17 Jul 2008 09:21:43 +0000 (11:21 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add more USER_INFO_X structures to IDL.
Günther Deschner [Thu, 17 Jul 2008 09:21:28 +0000 (11:21 +0200)] 
netapi: add more USER_INFO_X structures to IDL.

Guenther

17 years agonetapi: add libnetapi_samr_free().
Günther Deschner [Thu, 17 Jul 2008 17:06:02 +0000 (19:06 +0200)] 
netapi: add libnetapi_samr_free().

Guenther

17 years agonetapi: use private samr structure in libnetapi_samr_open_builtin().
Günther Deschner [Thu, 17 Jul 2008 18:16:10 +0000 (20:16 +0200)] 
netapi: use private samr structure in libnetapi_samr_open_builtin().

Guenther

17 years agonetapi: use private samr structure in libnetapi_samr_open_domain().
Günther Deschner [Thu, 17 Jul 2008 17:43:34 +0000 (19:43 +0200)] 
netapi: use private samr structure in libnetapi_samr_open_domain().

Guenther

17 years agonetapi: add libnetapi_samr_close_builtin_handle().
Günther Deschner [Thu, 17 Jul 2008 17:56:25 +0000 (19:56 +0200)] 
netapi: add libnetapi_samr_close_builtin_handle().

Guenther

17 years agonetapi: add libnetapi_samr_close_domain/connect_handle.
Günther Deschner [Thu, 17 Jul 2008 17:47:59 +0000 (19:47 +0200)] 
netapi: add libnetapi_samr_close_domain/connect_handle.

Guenther

17 years agonetapi: add libnetapi_private_ctx and init function.
Günther Deschner [Tue, 1 Jul 2008 18:14:36 +0000 (20:14 +0200)] 
netapi: add libnetapi_private_ctx and init function.

Guenther

17 years agonetapi: fix NetGroupGetInfo() against NT4.
Günther Deschner [Thu, 17 Jul 2008 23:11:32 +0000 (01:11 +0200)] 
netapi: fix NetGroupGetInfo() against NT4.

Guenther

17 years agonetapi: fix NetGroupDel() against NT4.
Günther Deschner [Thu, 17 Jul 2008 23:11:08 +0000 (01:11 +0200)] 
netapi: fix NetGroupDel() against NT4.

Guenther

17 years agonetapi: fix NetUserAdd() against NT4.
Günther Deschner [Thu, 17 Jul 2008 23:10:31 +0000 (01:10 +0200)] 
netapi: fix NetUserAdd() against NT4.

Guenther

17 years agonetapi: typo in NetGroupEnum example code.
Günther Deschner [Thu, 17 Jul 2008 23:39:27 +0000 (01:39 +0200)] 
netapi: typo in NetGroupEnum example code.

Guenther

17 years agonetapi: fix build warning for ConvertSidToStringSid().
Günther Deschner [Fri, 18 Jul 2008 14:42:07 +0000 (16:42 +0200)] 
netapi: fix build warning for ConvertSidToStringSid().

Guenther

17 years agokerberos: make smb_krb5_kt_add_entry() static.
Günther Deschner [Fri, 18 Jul 2008 14:41:34 +0000 (16:41 +0200)] 
kerberos: make smb_krb5_kt_add_entry() static.

Guenther

17 years agolibads: add prototype for ads_connect_gc().
Günther Deschner [Fri, 18 Jul 2008 14:39:24 +0000 (16:39 +0200)] 
libads: add prototype for ads_connect_gc().

Guenther

17 years agolibnetjoin: make libnet_join_rollback() static.
Günther Deschner [Fri, 18 Jul 2008 14:29:05 +0000 (16:29 +0200)] 
libnetjoin: make libnet_join_rollback() static.

Guenther

17 years agoFix typos.
Karolin Seeger [Fri, 18 Jul 2008 13:31:36 +0000 (15:31 +0200)] 
Fix typos.

the user have -> has

Karolin

17 years agoUse LDAP macros instead of attribute names.
Karolin Seeger [Fri, 18 Jul 2008 11:15:05 +0000 (13:15 +0200)] 
Use LDAP macros instead of attribute names.

Karolin

17 years agorpcclient: add ability to fetch single objects with dsgetncchanges command
Michael Adam [Fri, 18 Jul 2008 13:10:51 +0000 (15:10 +0200)] 
rpcclient: add ability to fetch single objects with dsgetncchanges command

call as "dsgetncchanges <object_dn> single"

after calling "seal"

Michael

17 years agoSimplify the RPC servers: remove get_pipe_fns
Volker Lendecke [Tue, 15 Jul 2008 22:03:49 +0000 (00:03 +0200)] 
Simplify the RPC servers: remove get_pipe_fns

The per-server xxx_get_pipe_fns functions can go once all the RPC servers are
converted