1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

29433 Commits

Author SHA1 Message Date
Günther Deschner
da1677d4eb re-run make idl.
Guenther
(This used to be commit 075fad24f7)
2008-07-18 16:59:38 +02:00
Günther Deschner
fda7b7d93a netapi: add more USER_INFO_X structures to IDL.
Guenther
(This used to be commit fd7c1d0164)
2008-07-18 16:59:30 +02:00
Günther Deschner
352d40c066 netapi: add libnetapi_samr_free().
Guenther
(This used to be commit 3228088a09)
2008-07-18 16:52:42 +02:00
Günther Deschner
bbdf38d1d7 netapi: use private samr structure in libnetapi_samr_open_builtin().
Guenther
(This used to be commit 538ac493b7)
2008-07-18 16:52:34 +02:00
Günther Deschner
6fa58fdc07 netapi: use private samr structure in libnetapi_samr_open_domain().
Guenther
(This used to be commit 3c63ebfc00)
2008-07-18 16:52:26 +02:00
Günther Deschner
4704864338 netapi: add libnetapi_samr_close_builtin_handle().
Guenther
(This used to be commit 05cad0d8b4)
2008-07-18 16:52:05 +02:00
Günther Deschner
3b667f90aa netapi: add libnetapi_samr_close_domain/connect_handle.
Guenther
(This used to be commit b042787ec6)
2008-07-18 16:51:57 +02:00
Günther Deschner
3f0da66d5c netapi: add libnetapi_private_ctx and init function.
Guenther
(This used to be commit 45fff2d37a)
2008-07-18 16:51:48 +02:00
Günther Deschner
f09df9b186 netapi: fix NetGroupGetInfo() against NT4.
Guenther
(This used to be commit c0fea9c4d0)
2008-07-18 16:47:05 +02:00
Günther Deschner
0f966cfd8a netapi: fix NetGroupDel() against NT4.
Guenther
(This used to be commit 55035d7240)
2008-07-18 16:46:58 +02:00
Günther Deschner
d711db5811 netapi: fix NetUserAdd() against NT4.
Guenther
(This used to be commit 42c44d18ee)
2008-07-18 16:46:46 +02:00
Günther Deschner
a5e1a7a9f7 netapi: typo in NetGroupEnum example code.
Guenther
(This used to be commit b0c44d7e6c)
2008-07-18 16:43:16 +02:00
Günther Deschner
4ee046a791 netapi: fix build warning for ConvertSidToStringSid().
Guenther
(This used to be commit 5136daec0a)
2008-07-18 16:43:05 +02:00
Günther Deschner
c11fb13864 kerberos: make smb_krb5_kt_add_entry() static.
Guenther
(This used to be commit 04b1847f87)
2008-07-18 16:42:55 +02:00
Günther Deschner
24f0f552de libads: add prototype for ads_connect_gc().
Guenther
(This used to be commit 0122e4941d)
2008-07-18 16:42:47 +02:00
Günther Deschner
88b0b867cb libnetjoin: make libnet_join_rollback() static.
Guenther
(This used to be commit f1cc39e375)
2008-07-18 16:42:38 +02:00
Karolin Seeger
bce33f8b82 Fix typos.
the user have -> has

Karolin
(This used to be commit 1ee2ad1051)
2008-07-18 15:36:20 +02:00
Karolin Seeger
490b60b500 Use LDAP macros instead of attribute names.
Karolin
(This used to be commit 7dae8b04f1)
2008-07-18 15:36:20 +02:00
Michael Adam
4f0e0e5e83 rpcclient: add ability to fetch single objects with dsgetncchanges command
call as "dsgetncchanges <object_dn> single"

after calling "seal"

Michael
(This used to be commit c9ab2953c5)
2008-07-18 15:15:49 +02:00
Volker Lendecke
bcb652451b 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
(This used to be commit 6aa2391cbe)
2008-07-18 15:04:05 +02:00
Michael Adam
f52b17f25c rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.
Michael
(This used to be commit 3ab2e7fada)
2008-07-18 14:34:46 +02:00
Michael Adam
82a5c62e64 net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab_ds_internals static.
Michael
(This used to be commit 772a76ceb3)
2008-07-18 12:20:11 +02:00
Michael Adam
0bb7c0a5d9 dssync: fix missing prototype warning by including the proper header.
Michael
(This used to be commit 7d7b63e89b)
2008-07-18 12:20:11 +02:00
Volker Lendecke
f6b10006ef Document the streams modules
(This used to be commit ff158a1126)
2008-07-18 11:22:16 +02:00
Volker Lendecke
c1636e7383 Change the directory parameter in streams_depot to become consistent
This is not built by default and not documented in 3.2.0, so I doubt this will
break any setups :-)
(cherry picked from commit ca2dfb372c)
(This used to be commit 9393cdda97)
2008-07-18 11:21:57 +02:00
Karolin Seeger
45afa8d894 smbldap: Fix typo in debug message.
Karolin
(This used to be commit 6e9e85b897)
2008-07-18 09:38:32 +02:00
Jeremy Allison
1484b7f3b5 From Jim McDonough
In reloading the smb.conf, if a "log file" is specified in smb.conf,
winbind children will overwrite the logfile name to be the same as the
parent.

Jeremy.
(This used to be commit 62d319cc1a)
2008-07-17 20:10:18 -07:00
Michael Adam
e9b8e887c1 gitignore: ignore the proper genreated library symbol files.
Michael
(This used to be commit 2a45f1a87c)
2008-07-17 21:02:32 +02:00
Günther Deschner
9ec4980161 rpcclient: for testing, add dsgetncchanges command.
Guenther
(This used to be commit 54f14b3824)
2008-07-17 18:54:11 +02:00
Herb Lewis
a935b1b6d6 allow SID with 0 in subauthority to be converted properly
from string representation.
(This used to be commit 23f338d1da)
2008-07-17 09:38:08 -07:00
Andreas Schneider
41b4637a84 Update the developers documentation for the new vendor version options.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 815383a417)
2008-07-17 14:20:33 +02:00
Andreas Schneider
c400d0a0af Use the macro to call samba_version_string().
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit d2682295f5)
2008-07-17 14:16:33 +02:00
Andreas Schneider
2a8ebdca53 Simplify samba_version_string.
This adds a new macro for a vender version function which will be returned
by the samba_version_string() function if defined.

Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 8b9301fbc7)
2008-07-17 14:16:19 +02:00
Günther Deschner
848558026f netapi: use ConvertSidToStringSid in NetGetGroupInfo query.
Guenther
(This used to be commit d9d0cf6411)
2008-07-17 10:49:44 +02:00
Günther Deschner
f266bb4cec netapi: add NetGroupEnum example code.
Guenther
(This used to be commit 133ea72a99)
2008-07-17 10:46:44 +02:00
Günther Deschner
bf0eaf64ce netapi: fill in NetGroupEnum_r().
Guenther
(This used to be commit 64700e09ce)
2008-07-17 10:41:15 +02:00
Günther Deschner
89f4e869b6 netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Guenther
(This used to be commit f287567719)
2008-07-17 10:37:12 +02:00
Günther Deschner
4d387af305 re-run make idl.
Guenther
(This used to be commit d9e9e64ad9)
2008-07-17 10:37:03 +02:00
Günther Deschner
9fb4915201 netapi: make sid in GROUP_INFO_3 a pointer.
Guenther
(This used to be commit 84dc9bb89d)
2008-07-17 10:36:55 +02:00
Günther Deschner
a035851b65 netapi: add NetGroupEnum to public headers.
Guenther
(This used to be commit 4564581f9a)
2008-07-17 10:35:17 +02:00
Günther Deschner
c343190344 netapi: add skeleton for NetGroupEnum().
Guenther
(This used to be commit 21a0d9d254)
2008-07-17 10:35:08 +02:00
Günther Deschner
27897dbebd re-run make idl.
Guenther
(This used to be commit 1ae9ae839e)
2008-07-17 10:35:00 +02:00
Günther Deschner
91adc283cb netapi: add NetGroupEnum to IDL.
Guenther
(This used to be commit f224019236)
2008-07-17 10:34:51 +02:00
Günther Deschner
a6aeb73e4a netapi: add ConvertSidToStringSid() for convenience of the callers.
Guenther
(This used to be commit b7633998ed)
2008-07-17 10:33:27 +02:00
Günther Deschner
6a3b742db7 util: add policy_hnd_equal().
Guenther
(This used to be commit 6aca163e89)
2008-07-17 10:32:03 +02:00
Günther Deschner
bda5542de1 netapi: fix documentation for NetGroupSetInfo.
Guenther
(This used to be commit 7b4f84793b)
2008-07-17 10:29:24 +02:00
Jeremy Allison
cdabee2bb4 This patchset comprises a number of cleanups for the cifs upcall
binary. The biggest change is that it renames it from cifs.spnego
to cifs.upcall since the cifs.spnego name really isn't applicable
anymore.

It also fixes a segfault when the program is run without any args
and adds a manpage. Comments and/or suggestions appreciated.

This set should apply cleanly to the 3.3 test branch.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeremy.
(This used to be commit c633f10d9e)
2008-07-16 17:27:05 -07:00
Volker Lendecke
e0f3ea2cbe In api_pipe_bind_req(), check for the iface id, not the pipe name
This requires to store the rpc_interface in "struct rpc_table"
(This used to be commit 654f8de849)
2008-07-16 23:19:48 +02:00
Volker Lendecke
e65ea7471e Add ndr_syntax_id_equal()
(This used to be commit 5fc90908de)
2008-07-16 23:19:48 +02:00
Volker Lendecke
1bd7293817 In api_pipe_bind_req(), decode the bind request before checking the pipe
(This used to be commit 8be41382ed)
2008-07-16 23:19:47 +02:00