summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* netapi: implement NetUserSetInfo_r() for at least level 1007.Günther Deschner2008-07-301-1/+123
| | | | | Guenther (This used to be commit ff9bcd57738aa04c5e18e0e21dd0e788127317c4)
* netapi: add convert_USER_INFO_X_to_samr_user_info21 fn and use it NetUserAdd.Günther Deschner2008-07-301-49/+126
| | | | | Guenther (This used to be commit c3e4c7cb5f2728a8219789aeb2344bff368713d5)
* netapi: add netapi testsuite.Günther Deschner2008-07-308-0/+1211
| | | | | Guenther (This used to be commit 8b3149b4a663f59b504c1458cd7ecafe0c0e0322)
* netapi: fix NetLocalGroupAdd.Günther Deschner2008-07-301-0/+17
| | | | | Guenther (This used to be commit d4594a7a03381fb251c9f8caf4c70e1ed97674b6)
* Remove unused extern struct current_user from substitute.cVolker Lendecke2008-07-271-2/+0
| | | | | A bit hard to believe, but substitute.c does not use current_user anymore. (This used to be commit de5d27d70abcad996af91b4e93879fc415f2b38d)
* Create doxygen comments for async_req.[ch]Volker Lendecke2008-07-261-4/+80
| | | | (This used to be commit 1dab45b16a23b1126fbf29890747a2b256f08968)
* talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger2008-07-251-1/+1
| | | | | | | | | | | | | | | | This fixes BUG #5635. Finished print jobs were not removed from the $PRINTER.tdb file if "printing=cups". In print_queue_update, talloc_string_sub2 is used to assemble the "lprm command". In the case of using "printing=cups", the default "lprm command" is an empty string. talloc_string_sub2 is called with this empty string and returns NULL which leads to exiting print_queue_update without doing the actual print queue update. Signed-off by Michael Adam <obnox@samba.org> (This used to be commit 03d66554d1bbd9d6c72a3dd5203e5305343c76b8)
* Check for f_frsize when using statvfsZach Loafman2008-07-221-0/+5
| | | | | | | | 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). (This used to be commit 591bf1d15ff3b93db908cc3a4b6e10d09e5b74b6)
* Fix warnings on FreeBSD-based platformsZach Loafman2008-07-221-19/+19
| | | | | | | 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. (This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
* Fix various build warningsZach Loafman2008-07-223-4/+5
| | | | | | This fixes various build warnings on our platform. I'm sure I haven't caught them all, but it's a start. (This used to be commit 6b73f259cb67d9dda9127907d706f9244a871fa3)
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-218-68/+93
| | | | (This used to be commit 726e56c72fdb685ab5eddefd2fd8b043dc38d6ad)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
* Ooops, GUID_equal was already around :-)Volker Lendecke2008-07-191-10/+0
| | | | (This used to be commit 9a0bc277f23831124d049301bc7009a285d91a11)
* netapi: add caching of samr policy handles.Günther Deschner2008-07-184-106/+112
| | | | | Guenther (This used to be commit bf8453da9af1be788955204cc581c5143a854072)
* netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.Günther Deschner2008-07-181-17/+13
| | | | | Guenther (This used to be commit f93090037798ffb4d9b875a4320f970ae10a64b6)
* netapi: implement NetLocalGroupEnum_r.Günther Deschner2008-07-181-1/+165
| | | | | Guenther (This used to be commit 2cd91e7d4d4847e1daef2585b09da4e6da6c9d11)
* netapi: add NetLocalGroupEnum example code.Günther Deschner2008-07-182-0/+132
| | | | | Guenther (This used to be commit a5a8d03699220e1f237debb84a75cacbbb8899fa)
* netapi: add NetLocalGroupEnum to public header.Günther Deschner2008-07-181-0/+28
| | | | | Guenther (This used to be commit 151c8fa7901983a3e7a82f1af599c839249b6cd7)
* netapi: add skeleton for NetLocalGroupEnum().Günther Deschner2008-07-183-0/+82
| | | | | Guenther (This used to be commit 71bd0109d6c393d4361729b514e63fab113bf78a)
* netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.Günther Deschner2008-07-181-11/+20
| | | | | Guenther (This used to be commit dc0f737bd5e86369b2bbfbef420a095205c2d3cb)
* netapi: add libnetapi_samr_open_alias_queryinfo.Günther Deschner2008-07-181-0/+44
| | | | | Guenther (This used to be commit 401d6ce210817d9ab6915ed838e1495ae220559a)
* netapi: add NetUserSetInfo example code.Günther Deschner2008-07-182-0/+103
| | | | | Guenther (This used to be commit 5000d4c743b09665405776569782f46eeb6c2e36)
* netapi: add NetUserSetInfo to public header.Günther Deschner2008-07-181-0/+22
| | | | | Guenther (This used to be commit 0acf8352a3ca7deb2e3465be441f20d455eb802b)
* netapi: add skeleton for NetUserSetInfo.Günther Deschner2008-07-183-0/+75
| | | | | Guenther (This used to be commit 8cc555602f53f6afaded2eff58ed57f87b915c64)
* netapi: fill in NetUserGetInfo_r().Günther Deschner2008-07-181-1/+104
| | | | | Guenther (This used to be commit d282e5eca298c4c45cbe91a93350273d1417a050)
* netapi: add NetUserGetInfo example code.Günther Deschner2008-07-182-0/+150
| | | | | Guenther (This used to be commit 62cdd66a7e91b986f76f94935f04375591671893)
* netapi: add NetUserGetInfo to public headers.Günther Deschner2008-07-181-0/+20
| | | | | Guenther (This used to be commit 7260fb4dbae556b116e385bdcc240416e8a8cbd2)
* netapi: add skeleton for NetUserGetInfo().Günther Deschner2008-07-183-0/+73
| | | | | Guenther (This used to be commit 84962bf50d2c3265c0134481f24f6fa34f1dfc99)
* netapi: support more infolevels in NetUserEnum.Günther Deschner2008-07-181-29/+245
| | | | | Guenther (This used to be commit 22bd3d401e47ffedf1169c0c74a329e9fdcac561)
* netapi: add support to define info level in NetUserEnum example.Günther Deschner2008-07-181-6/+63
| | | | | Guenther (This used to be commit 7cbc90c3e881fd54c97df553168e089ad7f2294c)
* netapi: add new USER_INFO_X structures to public headers.Günther Deschner2008-07-181-0/+140
| | | | | Guenther (This used to be commit 4439edb0465630091e53fdcc2d647acc7abf1045)
* netapi: add libnetapi_samr_free().Günther Deschner2008-07-183-0/+22
| | | | | Guenther (This used to be commit 3228088a0954ac25584d06a681f4e0615dee425c)
* netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner2008-07-182-2/+39
| | | | | Guenther (This used to be commit 538ac493b71b4c880bb6fb0fc5fc2f15e1a19f95)
* netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner2008-07-182-2/+48
| | | | | Guenther (This used to be commit 3c63ebfc00cda0334802bff1883ebbc3138a70f1)
* netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner2008-07-182-0/+26
| | | | | Guenther (This used to be commit 05cad0d8b4205c052c607b1d36c121bb4c226ab1)
* netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner2008-07-182-0/+52
| | | | | Guenther (This used to be commit b042787ec61bb5cb98f882ac7be8df1691a78921)
* netapi: add libnetapi_private_ctx and init function.Günther Deschner2008-07-183-0/+48
| | | | | Guenther (This used to be commit 45fff2d37ae21c76d100f66d9154f6add446f380)
* 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)
* smbldap: Fix typo in debug message.Karolin Seeger2008-07-181-1/+1
| | | | | Karolin (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
* Simplify samba_version_string.Andreas Schneider2008-07-171-34/+11
| | | | | | | | | 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)
* 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)