summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* netapi: fix NetGroupGetInfo() against NT4.Günther Deschner2008-07-181-1/+11
| | | | | Guenther (This used to be commit c0fea9c4d0d3d297972c052c17b9be6d0530e098)
* netapi: fix NetGroupDel() against NT4.Günther Deschner2008-07-181-1/+3
| | | | | Guenther (This used to be commit 55035d7240bd163abb155239029a03f399c8f41f)
* netapi: fix NetUserAdd() against NT4.Günther Deschner2008-07-181-0/+15
| | | | | Guenther (This used to be commit 42c44d18eeb4d37e7c2e1209c421b3ec3a07ae28)
* netapi: typo in NetGroupEnum example code.Günther Deschner2008-07-181-1/+1
| | | | | Guenther (This used to be commit b0c44d7e6cf321f84bd7b9cdb25635304bbfea81)
* netapi: fix build warning for ConvertSidToStringSid().Günther Deschner2008-07-181-3/+3
| | | | | Guenther (This used to be commit 5136daec0a35e7f099477409009672ddd960b684)
* kerberos: make smb_krb5_kt_add_entry() static.Günther Deschner2008-07-181-6/+6
| | | | | Guenther (This used to be commit 04b1847f87d166819dfe0f8c27c8cd9fc062544f)
* libads: add prototype for ads_connect_gc().Günther Deschner2008-07-181-0/+1
| | | | | Guenther (This used to be commit 0122e4941db33f149a64d7e17286c0ba81247a19)
* libnetjoin: make libnet_join_rollback() static.Günther Deschner2008-07-181-2/+2
| | | | | Guenther (This used to be commit f1cc39e3759357344cb7abcb6bfa9d3e3f4969e6)
* Fix typos.Karolin Seeger2008-07-181-14/+14
| | | | | | | the user have -> has Karolin (This used to be commit 1ee2ad1051e6076709ef8ed2f45bebff10b0c3cf)
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-182-44/+43
| | | | | Karolin (This used to be commit 7dae8b04f126d0ac86a452dcf373a690ee687ead)
* rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam2008-07-181-2/+18
| | | | | | | | | call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
* Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke2008-07-183-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)
* rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam2008-07-181-8/+26
| | | | | Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
* net rpc vampire: eliminate missing proto warning by making ↵Michael Adam2008-07-181-8/+8
| | | | | | | rpc_vampire_keytab_ds_internals static. Michael (This used to be commit 772a76ceb3cd1c041db3ebb5abe449ac6180070e)
* dssync: fix missing prototype warning by including the proper header.Michael Adam2008-07-181-1/+1
| | | | | Michael (This used to be commit 7d7b63e89bb2a067783362a24d81e44e0d67e2ec)
* Document the streams modulesVolker Lendecke2008-07-182-0/+146
| | | | (This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-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)
* smbldap: Fix typo in debug message.Karolin Seeger2008-07-181-1/+1
| | | | | Karolin (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
* From Jim McDonoughJeremy Allison2008-07-173-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)
* gitignore: ignore the proper genreated library symbol files.Michael Adam2008-07-171-4/+4
| | | | | Michael (This used to be commit 2a45f1a87c7c9a8879c3308d59d92f6c4985954d)
* rpcclient: for testing, add dsgetncchanges command.Günther Deschner2008-07-171-0/+229
| | | | | Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-171-1/+2
| | | | | from string representation. (This used to be commit 23f338d1da96fd4ea3283bc96ca7d496b23bf854)
* Update the developers documentation for the new vendor version options.Andreas Schneider2008-07-171-3/+5
| | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
* Use the macro to call samba_version_string().Andreas Schneider2008-07-171-1/+1
| | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit d2682295f55a18d526434062834c033aa18e794b)
* Simplify samba_version_string.Andreas Schneider2008-07-173-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)
* netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner2008-07-171-1/+6
| | | | | Guenther (This used to be commit d9d0cf6411a29d456735e980f9ac8ad75f3edfbd)
* netapi: add NetGroupEnum example code.Günther Deschner2008-07-172-0/+159
| | | | | Guenther (This used to be commit 133ea72a996a1eefda1b6351277f415823db55fc)
* netapi: fill in NetGroupEnum_r().Günther Deschner2008-07-171-2/+259
| | | | | Guenther (This used to be commit 64700e09ce9417c0b0128cc016abd34ab92f3695)
* netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2008-07-172-5/+7
| | | | | Guenther (This used to be commit f2875677194f440ffebf18e6f5171be948114353)
* re-run make idl.Günther Deschner2008-07-171-1/+1
| | | | | Guenther (This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
* netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner2008-07-171-1/+1
| | | | | Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
* netapi: add NetGroupEnum to public headers.Günther Deschner2008-07-171-0/+28
| | | | | Guenther (This used to be commit 4564581f9aaf4afd6c47c6d5a9a299bc5012244d)
* netapi: add skeleton for NetGroupEnum().Günther Deschner2008-07-173-0/+82
| | | | | Guenther (This used to be commit 21a0d9d254d5c21c4bc9fe305e9df2126476f3f4)
* re-run make idl.Günther Deschner2008-07-173-10/+83
| | | | | Guenther (This used to be commit 1ae9ae839e2f9032bb30db377e0022112dee2419)
* netapi: add NetGroupEnum to IDL.Günther Deschner2008-07-171-0/+14
| | | | | Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
* netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2008-07-173-1/+67
| | | | | Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
* util: add policy_hnd_equal().Günther Deschner2008-07-172-0/+12
| | | | | Guenther (This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9)
* netapi: fix documentation for NetGroupSetInfo.Günther Deschner2008-07-171-2/+2
| | | | | Guenther (This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-164-37/+161
| | | | | | | | | | | | | | | 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)
* In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke2008-07-1620-22/+53
| | | | | This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-163-1/+19
| | | | (This used to be commit 5fc90908deb417130af122941e084542304a2543)
* In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke2008-07-161-8/+10
| | | | (This used to be commit 8be41382ed9bb4fb44a1846fff2c7652388e4f28)
* Allow %u parameters for print job username - use advanced subJim McDonough2008-07-161-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)
* Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke2008-07-161-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)
* Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke2008-07-161-46/+56
| | | | (This used to be commit 37dba0c192ec7d4105465beae0d6e8598c7dbb7a)
* Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke2008-07-161-26/+28
| | | | (This used to be commit 78801431c896f1e2007d652b611c2ce1108e1023)
* The compatibility function also should have a const buffer pointerDerrell Lipman2008-07-161-1/+1
| | | | (This used to be commit b731447ec539d454002300fd755dddcad2351d6c)
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-163-4/+4
| | | | | | | | | As we try to provide POSIX function, we should use const like all other POSIX function. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (This used to be commit 36e5df59544de9df140ca40ad0efd77afd8e1468)
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-1623-426/+824
|\ | | | | | | (This used to be commit 11d74fc51c637b8129304b5de85bbe02a86a69ce)
| * libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
| | | | | | | | | | metze (This used to be commit 6b7ddb6d664f5f3b62161cdb3abf12633b263a64)