Age | Commit message (Expand) | Author | Files | Lines |
2008-03-21 | libsmbconf: add backend specific init function. | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: rename smbconf_close() to smbconf_shutdown(). | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: rename smbconf_open() to smbconf_init(). | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: change the API to always take the smbconf_ctx parameter first. | Michael Adam | 1 | -4/+4 |
2008-03-20 | Move svc_status_string() out of rpc_client/cli_svcctl.c | Günther Deschner | 1 | -0/+37 |
2008-03-20 | No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore. | Günther Deschner | 1 | -34/+6 |
2008-03-19 | ntlm_auth: Improve compliance to the Squid helper protocol | Kai Blin | 1 | -31/+44 |
2008-03-18 | Bind Group Policy processing closer to the samba registry. | Günther Deschner | 1 | -37/+157 |
2008-03-18 | testparm: only check for %u und passwd program when passwd program is given. | Michael Adam | 1 | -5/+10 |
2008-03-18 | testparm: correctly check for empty lp_passwd_prog(). | Michael Adam | 1 | -1/+3 |
2008-03-18 | testparm: fix irritating indentation. | Michael Adam | 1 | -2/+1 |
2008-03-18 | testparm: fix a segfault triggered by setting "unix password sync = yes". | Michael Adam | 1 | -1/+0 |
2008-03-17 | Some simplifications | Volker Lendecke | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 3 | -4/+13 |
2008-03-17 | libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ . | Michael Adam | 1 | -48/+46 |
2008-03-17 | In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST | Volker Lendecke | 1 | -2/+2 |
2008-03-17 | Add "net idmap aclmapset" | Volker Lendecke | 1 | -0/+65 |
2008-03-15 | Fix typo. | Günther Deschner | 1 | -1/+1 |
2008-03-11 | The attached patch removes some global variables, and make them local to main(). | Charles | 1 | -8/+9 |
2008-03-10 | Use rpccli_srvsvc_NetFileEnum in net and rpcclient. | Günther Deschner | 1 | -19/+27 |
2008-03-10 | Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere. | Günther Deschner | 1 | -182/+119 |
2008-03-10 | Use rpccli_srvsvc_NetShareAdd in net. | Günther Deschner | 1 | -11/+45 |
2008-03-10 | Use rpccli_srvsvc_NetShareGetInfo in 2 places in "net". | Günther Deschner | 1 | -24/+23 |
2008-03-10 | Use rpccli_srvsvc_NetShareEnumAll in smbtree. | Günther Deschner | 1 | -15/+21 |
2008-03-09 | Fix return code. | Charles | 1 | -1/+1 |
2008-03-09 | smbget: Make global variables static. | Charles | 1 | -6/+6 |
2008-03-07 | Use rpccli_srvsvc_NetShareDel in net. | Günther Deschner | 1 | -4/+13 |
2008-03-07 | Enable libnetjoin debugging for now but avoid printing passwords. | Günther Deschner | 1 | -2/+2 |
2008-03-05 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 12 | -1538/+999 |
2008-03-05 | Fix formatting. | Jelmer Vernooij | 1 | -3/+2 |
2008-03-05 | Add --update option to smbget. | Charles | 1 | -3/+27 |
2008-03-04 | Move talloc_init to the right place in "net ads join". | Günther Deschner | 1 | -6/+6 |
2008-02-28 | winbind: use a struct element for WBFLAG_PAM_UNIX_NAME | Stefan Metzmacher | 1 | -1/+1 |
2008-02-28 | Remove original copy of now redundant join code. | Günther Deschner | 2 | -717/+0 |
2008-02-28 | Use libnetapi_get_error_string() in "net dom" commands. | Günther Deschner | 1 | -2/+2 |
2008-02-28 | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 1 | -9/+8 |
2008-02-28 | Use libnet_Join() for "net ads join". | Günther Deschner | 1 | -150/+33 |
2008-02-28 | Nicen error output in net_ads_leave. | Günther Deschner | 1 | -2/+3 |
2008-02-28 | Re-arrange dns update block during "net ads join" a little. | Günther Deschner | 1 | -20/+22 |
2008-02-28 | Let dsgetdcname() return a struct netr_DsRGetDCNameInfo. | Günther Deschner | 1 | -2/+5 |
2008-02-28 | Use libnet_Unjoin() for "net ads leave". | Günther Deschner | 1 | -47/+37 |
2008-02-28 | Some cosmetics for net_derive_salting_principal(). | Günther Deschner | 1 | -3/+1 |
2008-02-27 | Add my copyright. | Günther Deschner | 6 | -2/+6 |
2008-02-26 | Fix some typos. | Karolin Seeger | 1 | -3/+3 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-22 | Fix "used uninitialized" errors. | Jeremy Allison | 1 | -2/+6 |
2008-02-19 | Use rpccli_svcctl_QueryServiceStatus() in net. | Günther Deschner | 1 | -4/+12 |
2008-02-19 | Use rpccli_svcctl_ControlService() in net. | Günther Deschner | 1 | -3/+6 |
2008-02-19 | Use rpccli_svcctl_StartServiceW() in net. | Günther Deschner | 1 | -2/+7 |
2008-02-18 | Use rpccli_svcctl_OpenServiceW() in net. | Günther Deschner | 1 | -23/+34 |