summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-08-29netapi: add skeleton for NetUserGetGroups.Günther Deschner3-0/+81
2008-08-29netapi: support level 1014 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: support level 1024 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: support level 1051 in NetUserSetInfo.Günther Deschner1-1/+12
2008-08-29netapi: support level 1053 in NetUserSetInfo.Günther Deschner1-2/+10
2008-08-29netapi: support level 1052 in NetUserSetInfo.Günther Deschner1-1/+11
2008-08-29netapi: support level 1006 in NetUserSetInfo.Günther Deschner1-0/+6
2008-08-29netapi: support level 1012 in NetUserSetInfo.Günther Deschner1-1/+12
2008-08-29netapi: fix acct_flags handling in convert_USER_INFO_X_to_samr_user_info21.Günther Deschner1-5/+7
2008-08-29netapi: support level 1009 in NetUserSetInfo.Günther Deschner1-0/+6
2008-08-29netapi: support level 1011 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: fix convert_USER_INFO_X_to_samr_user_info21.Günther Deschner1-2/+2
2008-08-29netapi: support level 1003 in NetUserSetInfo.Günther Deschner1-8/+10
2008-08-29netapi: process level 1003 in construct_USER_INFO_X as well.Günther Deschner1-0/+5
2008-08-29netapi: make set_user_info_USER_INFO_X a separate function.Günther Deschner1-42/+64
2008-08-29netapi: add more infolevels to NetUserSetInfo example.Günther Deschner1-6/+116
2008-08-29netapi: add ENCRYPTED_PWLEN to public header.Günther Deschner1-0/+2
2008-08-29netapi: add all USER_INFO structs to public header.Günther Deschner1-0/+108
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-10/+30
2008-08-27ldb: Fix permissions of new ldg files.Karolin Seeger1-1/+1
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-0/+260
2008-08-24Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-08-24Fix some C++ warningsVolker Lendecke1-4/+6
2008-08-21Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison1-2/+3
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison1-2/+5
2008-08-15I think the problem with these functions is that lookup_usergroupsHerb Lewis1-17/+17
2008-08-15popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam1-0/+10
2008-08-15Use module_path() instead of lib_path() for loading shared modules.Michael Adam1-1/+1
2008-08-15Add modules_path() to construct paths to files in MODULESDIR.Michael Adam1-0/+13
2008-08-14netapi: add some remaining documentation fixes.Günther Deschner1-3/+3
2008-08-14netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.Günther Deschner1-0/+30
2008-08-14netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.Günther Deschner1-0/+75
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner8-196/+114
2008-08-14netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner6-38/+35
2008-08-14netapi: add NetLocalGroupGetMembers example code.Günther Deschner2-0/+171
2008-08-14netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.Günther Deschner1-85/+77
2008-08-13netapi: add c++ guard.Günther Deschner1-1/+8
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell1-0/+2
2008-08-13register the ctdbd reconfigure messageAndrew Tridgell1-0/+8
2008-08-13allow nested ctdb transactions in the same manner that they areAndrew Tridgell1-2/+21
2008-08-13drop retries to 5Andrew Tridgell1-1/+1
2008-08-13use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell1-2/+3
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell3-10/+14
2008-08-13don't leave a dangling transaction on retry errorAndrew Tridgell1-2/+4
2008-08-13cope with the control failing completely without returning a statusAndrew Tridgell1-12/+18
2008-08-13handle two special casesAndrew Tridgell1-16/+42
2008-08-13put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell1-0/+12
2008-08-13we need to commit, not cancel, on record destructionAndrew Tridgell1-1/+4
2008-08-13removed more unused codeAndrew Tridgell1-72/+0
2008-08-13all persistent databases now do all stores via automatic transactionsAndrew Tridgell1-150/+46