summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18netapi: add more USER_INFO_X structures to IDL.Günther Deschner1-0/+140
Guenther (This used to be commit fd7c1d01648d9434a3cdd77b7c026a09ba2437b4)
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner3-0/+22
Guenther (This used to be commit 3228088a0954ac25584d06a681f4e0615dee425c)
2008-07-18netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner2-2/+39
Guenther (This used to be commit 538ac493b71b4c880bb6fb0fc5fc2f15e1a19f95)
2008-07-18netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner2-2/+48
Guenther (This used to be commit 3c63ebfc00cda0334802bff1883ebbc3138a70f1)
2008-07-18netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner2-0/+26
Guenther (This used to be commit 05cad0d8b4205c052c607b1d36c121bb4c226ab1)
2008-07-18netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner2-0/+52
Guenther (This used to be commit b042787ec61bb5cb98f882ac7be8df1691a78921)
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner3-0/+48
Guenther (This used to be commit 45fff2d37ae21c76d100f66d9154f6add446f380)
2008-07-18netapi: fix NetGroupGetInfo() against NT4.Günther Deschner1-1/+11
Guenther (This used to be commit c0fea9c4d0d3d297972c052c17b9be6d0530e098)
2008-07-18netapi: fix NetGroupDel() against NT4.Günther Deschner1-1/+3
Guenther (This used to be commit 55035d7240bd163abb155239029a03f399c8f41f)
2008-07-18netapi: fix NetUserAdd() against NT4.Günther Deschner1-0/+15
Guenther (This used to be commit 42c44d18eeb4d37e7c2e1209c421b3ec3a07ae28)
2008-07-18netapi: typo in NetGroupEnum example code.Günther Deschner1-1/+1
Guenther (This used to be commit b0c44d7e6cf321f84bd7b9cdb25635304bbfea81)
2008-07-18netapi: fix build warning for ConvertSidToStringSid().Günther Deschner1-3/+3
Guenther (This used to be commit 5136daec0a35e7f099477409009672ddd960b684)
2008-07-18kerberos: make smb_krb5_kt_add_entry() static.Günther Deschner1-6/+6
Guenther (This used to be commit 04b1847f87d166819dfe0f8c27c8cd9fc062544f)
2008-07-18libads: add prototype for ads_connect_gc().Günther Deschner1-0/+1
Guenther (This used to be commit 0122e4941db33f149a64d7e17286c0ba81247a19)
2008-07-18libnetjoin: make libnet_join_rollback() static.Günther Deschner1-2/+2
Guenther (This used to be commit f1cc39e3759357344cb7abcb6bfa9d3e3f4969e6)
2008-07-18Fix typos.Karolin Seeger1-14/+14
the user have -> has Karolin (This used to be commit 1ee2ad1051e6076709ef8ed2f45bebff10b0c3cf)
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger2-44/+43
Karolin (This used to be commit 7dae8b04f126d0ac86a452dcf373a690ee687ead)
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
2008-07-18Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke3-99/+26
The per-server xxx_get_pipe_fns functions can go once all the RPC servers are converted (This used to be commit 6aa2391cbe1cbda8269ded767117f53d83b243e1)
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
2008-07-18net rpc vampire: eliminate missing proto warning by making ↵Michael Adam1-8/+8
rpc_vampire_keytab_ds_internals static. Michael (This used to be commit 772a76ceb3cd1c041db3ebb5abe449ac6180070e)
2008-07-18dssync: fix missing prototype warning by including the proper header.Michael Adam1-1/+1
Michael (This used to be commit 7d7b63e89bb2a067783362a24d81e44e0d67e2ec)
2008-07-18Change the directory parameter in streams_depot to become consistentVolker Lendecke1-1/+1
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 ca2dfb372cfd9096407fca67a6b65bceda6f72b6) (This used to be commit 9393cdda97a886f4bdd187d76461724edeec9ed3)
2008-07-18smbldap: Fix typo in debug message.Karolin Seeger1-1/+1
Karolin (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
2008-07-17From Jim McDonoughJeremy Allison3-8/+15
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 62d319cc1a2ef891866b2ddbd22f3ed0944356af)
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
2008-07-17allow SID with 0 in subauthority to be converted properlyHerb Lewis1-1/+2
from string representation. (This used to be commit 23f338d1da96fd4ea3283bc96ca7d496b23bf854)
2008-07-17Use the macro to call samba_version_string().Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit d2682295f55a18d526434062834c033aa18e794b)
2008-07-17Simplify samba_version_string.Andreas Schneider3-46/+35
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 8b9301fbc73f28c657ec81c605760a0ff7a1973a)
2008-07-17netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner1-1/+6
Guenther (This used to be commit d9d0cf6411a29d456735e980f9ac8ad75f3edfbd)
2008-07-17netapi: add NetGroupEnum example code.Günther Deschner2-0/+159
Guenther (This used to be commit 133ea72a996a1eefda1b6351277f415823db55fc)
2008-07-17netapi: fill in NetGroupEnum_r().Günther Deschner1-2/+259
Guenther (This used to be commit 64700e09ce9417c0b0128cc016abd34ab92f3695)
2008-07-17netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2-5/+7
Guenther (This used to be commit f2875677194f440ffebf18e6f5171be948114353)
2008-07-17re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
2008-07-17netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner1-1/+1
Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
2008-07-17netapi: add NetGroupEnum to public headers.Günther Deschner1-0/+28
Guenther (This used to be commit 4564581f9aaf4afd6c47c6d5a9a299bc5012244d)
2008-07-17netapi: add skeleton for NetGroupEnum().Günther Deschner3-0/+82
Guenther (This used to be commit 21a0d9d254d5c21c4bc9fe305e9df2126476f3f4)
2008-07-17re-run make idl.Günther Deschner3-10/+83
Guenther (This used to be commit 1ae9ae839e2f9032bb30db377e0022112dee2419)
2008-07-17netapi: add NetGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner3-1/+67
Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
2008-07-17util: add policy_hnd_equal().Günther Deschner2-0/+12
Guenther (This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9)
2008-07-17netapi: fix documentation for NetGroupSetInfo.Günther Deschner1-2/+2
Guenther (This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison3-37/+46
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 c633f10d9e78327664e6bca51f66756bcf0505a6)
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke20-22/+53
This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke3-1/+19
(This used to be commit 5fc90908deb417130af122941e084542304a2543)
2008-07-16In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke1-8/+10
(This used to be commit 8be41382ed9bb4fb44a1846fff2c7652388e4f28)
2008-07-16Allow %u parameters for print job username - use advanced subJim McDonough1-3/+5
Based on 3.0 and 3.2 patch from Bo Yang <boyang@novell.com> Bo, please verify this version works for you. (This used to be commit 9e6760cfeaf77e80df3b84004090d934f3c2d574)
2008-07-16Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke1-24/+7
It's a bit difficult to explain why idmap config backend:FOO = rid should work while idmap config backend : FOO = rid should not. And I doubt we will ever see domain names with whitespaces... (This used to be commit 0207f99d3f02bd8ff5dadc1574fe13b46c3e09a3)
2008-07-16Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke1-46/+56
(This used to be commit 37dba0c192ec7d4105465beae0d6e8598c7dbb7a)
2008-07-16Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke1-26/+28
(This used to be commit 78801431c896f1e2007d652b611c2ce1108e1023)