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