| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | net rpc registry: add getvalue command. | Michael Adam | 2008-04-09 | 1 | -0/+100 | |
| * | net registry: add a getvalue subcommand that prints a single given value. | Michael Adam | 2008-04-09 | 1 | -0/+41 | |
| * | net (registry util): refactor printing of value without name out. | Michael Adam | 2008-04-09 | 4 | -7/+14 | |
| * | Fix typos. | Karolin Seeger | 2008-04-09 | 4 | -4/+4 | |
| * | Add NetUserEnum example. | Günther Deschner | 2008-04-09 | 2 | -1/+107 | |
| * | Add NetUserEnum to libnetapi. | Günther Deschner | 2008-04-09 | 4 | -1/+279 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-09 | 3 | -1/+82 | |
| * | Add NetUserEnum to libnetapi IDL. | Günther Deschner | 2008-04-09 | 1 | -0/+13 | |
| * | Add Add NetUserDel example. | Günther Deschner | 2008-04-09 | 2 | -1/+89 | |
| * | Add NetUserDel to libnetapi. | Günther Deschner | 2008-04-09 | 4 | -0/+246 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-09 | 3 | -1/+50 | |
| * | Add NetUserDel to libnetapi IDL. | Günther Deschner | 2008-04-09 | 1 | -0/+5 | |
| * | Add NetUserAdd example. | Günther Deschner | 2008-04-09 | 2 | -1/+110 | |
| * | Add NetUserAdd to libnetapi. | Günther Deschner | 2008-04-09 | 5 | -1/+438 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-09 | 3 | -1/+159 | |
| * | Add NetUserAdd to libnetapi IDL. | Günther Deschner | 2008-04-09 | 1 | -0/+21 | |
| * | Fix parameters string for rpc_trustdom_add_internals(). | Günther Deschner | 2008-04-09 | 1 | -2/+4 | |
| * | Try anonymous session setup | Volker Lendecke | 2008-04-09 | 1 | -1/+3 | |
| * | Check x_fflush returns. | Jeremy Allison | 2008-04-08 | 1 | -4/+8 | |
| * | Fix lsa_QueryTrustedDomainInfo caller. | Günther Deschner | 2008-04-08 | 1 | -2/+2 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-08 | 5 | -19/+32 | |
| * | Fix IDL for lsa_LookupPrivName. | Günther Deschner | 2008-04-08 | 1 | -2/+2 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-08 | 5 | -22/+35 | |
| * | Fix IDL for lsa_QueryTrustedDomainInfo. | Günther Deschner | 2008-04-08 | 1 | -2/+2 | |
| * | Fix lsa_TrustedDomainInfo callers. | Günther Deschner | 2008-04-08 | 2 | -11/+7 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-08 | 5 | -54/+101 | |
| * | Fix IDL for lsa_QueryTrustedDomainInfoBySid. | Günther Deschner | 2008-04-08 | 1 | -3/+3 | |
| * | Fix IDL for lsa_QueryTrustedDomainInfoByName. | Günther Deschner | 2008-04-08 | 1 | -1/+1 | |
| * | Fix IDL for lsa_QueryDomainInformationPolicy. | Günther Deschner | 2008-04-08 | 1 | -2/+2 | |
| * | Fix the build of reply_setattrE(). | Günther Deschner | 2008-04-08 | 1 | -2/+2 | |
| * | Move is_valid_policy_hnd() out of net. | Günther Deschner | 2008-04-08 | 2 | -7/+8 | |
| * | Try to use kerberos in libnetapi. | Günther Deschner | 2008-04-08 | 3 | -9/+30 | |
| * | Add DsGetDcName libnetapi example. | Günther Deschner | 2008-04-08 | 2 | -0/+95 | |
| * | Add DsGetDcName call to libnetapi library. | Günther Deschner | 2008-04-08 | 4 | -0/+178 | |
| * | Re-run make idl. | Günther Deschner | 2008-04-08 | 3 | -1/+145 | |
| * | Add DsGetDCName call to libnetapi.idl. | Günther Deschner | 2008-04-08 | 1 | -0/+22 | |
| * | Fix includes in libnetapi examples common.c | Günther Deschner | 2008-04-08 | 1 | -1/+4 | |
| * | selftest: run the BASE-DELAYWRITE test 4 times faster in make test | Stefan Metzmacher | 2008-04-08 | 2 | -0/+2 | |
| * | Use size_t for strlen return, not int. Karolin please | Jeremy Allison | 2008-04-08 | 1 | -1/+1 | |
| * | Use popt in libetapi example code. | Günther Deschner | 2008-04-08 | 6 | -114/+187 | |
| * | Prefill in username in libnetapi ctx. | Günther Deschner | 2008-04-08 | 1 | -1/+9 | |
| * | Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define. | Günther Deschner | 2008-04-08 | 2 | -0/+6 | |
| * | Destroy DMAPI session when main smbd daemon exits. | Alexander Bokovoy | 2008-04-08 | 2 | -0/+33 | |
| * | Allow broader range of HSM systems in vfs_tsmsm | Alexander Bokovoy | 2008-04-08 | 1 | -5/+31 | |
| * | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 2008-04-07 | 3 | -101/+142 | |
| * | Restructure inner workings of libnetapi a bit. | Günther Deschner | 2008-04-08 | 8 | -680/+663 | |
| * | Add libnetapi generated files. | Günther Deschner | 2008-04-08 | 3 | -0/+570 | |
| * | Build libnetapi.idl. | Günther Deschner | 2008-04-08 | 1 | -1/+2 | |
| * | Add libnetapi.idl. | Günther Deschner | 2008-04-08 | 1 | -0/+71 | |
| * | Remove unused variable. | James Peach | 2008-04-07 | 1 | -1/+0 | |
