Age | Commit message (Expand) | Author | Files | Lines |
2008-06-26 | Now that we have p->server_info, use p->server_info->user_session_key | Volker Lendecke | 5 | -41/+47 |
2008-06-26 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-06-26 | Add server_info to pipes_struct | Volker Lendecke | 5 | -0/+39 |
2008-06-26 | ctdbd_connect: bump debug level to 1 for "connect failed" message. | Michael Adam | 1 | -1/+1 |
2008-06-26 | messages: bump debug level to 1 for "messaging_ctdb_init failed". | Michael Adam | 1 | -2/+2 |
2008-06-26 | nmbd: untangle logic in nmbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | nmbd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-06-26 | winbind: remove duplicate debug message for failing messaging_init(). | Michael Adam | 1 | -1/+0 |
2008-06-26 | winbind: untangle logic in winbind_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | winbindd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-06-26 | smbd: untangle logic in smbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | smbd: don't panic if messaging_init() fails but return NULL | Michael Adam | 1 | -1/+1 |
2008-06-26 | drsuapi: rerun make idl and add drsblobs generated files. | Günther Deschner | 4 | -1/+3741 |
2008-06-26 | drsuapi: add drsblobs.idl from samba4. | Günther Deschner | 2 | -1/+403 |
2008-06-26 | net_vampire: add some error output to libnet_dssync. | Günther Deschner | 1 | -1/+16 |
2008-06-26 | errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN. | Günther Deschner | 2 | -0/+7 |
2008-06-25 | Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-... | Jeremy Allison | 5 | -36/+187 |
2008-06-25 | Part of fix for #5551. Split out the group enumeration functions to a BUILTIN... | Jeremy Allison | 1 | -15/+27 |
2008-06-25 | rpcclient: add samr chgpasswd command. | Günther Deschner | 1 | -0/+93 |
2008-06-25 | rpc_client: add rpccli_samr_chgpasswd_user() call. | Günther Deschner | 2 | -0/+58 |
2008-06-25 | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 4 | -28/+28 |
2008-06-25 | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 5 | -19/+19 |
2008-06-25 | Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume... | Jeremy Allison | 1 | -23/+45 |
2008-06-25 | Fix the build | Volker Lendecke | 1 | -1/+1 |
2008-06-25 | make parametic options case insensitive | Andrew Tridgell | 1 | -1/+1 |
2008-06-25 | netapi: add NetUserChangePassword() example code. | Günther Deschner | 2 | -0/+105 |
2008-06-25 | netapi: add NetUserChangePassword() to public headers. | Günther Deschner | 1 | -0/+20 |
2008-06-25 | netapi: add NetUserChangePassword skeleton. | Günther Deschner | 3 | -0/+72 |
2008-06-25 | re-run make idl. | Günther Deschner | 3 | -13/+58 |
2008-06-25 | netapi: add NetUserChangePassword() to IDL. | Günther Deschner | 1 | -0/+11 |
2008-06-25 | rpc_client: let cli_get_session_key() return talloced session key. | Günther Deschner | 3 | -6/+13 |
2008-06-24 | Fix for bug #5551, smbd recursing back into winbindd from a winbindd call. | Jeremy Allison | 1 | -13/+66 |
2008-06-24 | Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a... | Jeremy Allison | 1 | -2/+3 |
2008-06-24 | net_vampire: add basic libnet_dssync() infrastructure. | Günther Deschner | 5 | -0/+400 |
2008-06-24 | rpc_client: add cli_get_session_key(). | Günther Deschner | 2 | -0/+34 |
2008-06-24 | net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL). | Günther Deschner | 2 | -1/+12 |
2008-06-24 | crypto: add decrypt_drsuapi_blob from samba4. | Günther Deschner | 2 | -0/+119 |
2008-06-24 | re-run make idl. | Günther Deschner | 2 | -0/+27 |
2008-06-24 | drsuapi: add some more attribute IDs. | Günther Deschner | 1 | -0/+9 |
2008-06-24 | net_vampire: add code to vampire a SAM database to a keytab file. | Günther Deschner | 7 | -3/+423 |
2008-06-24 | net_vampire: add username/password to samsync_context. | Günther Deschner | 1 | -0/+3 |
2008-06-24 | libads: use ads_connect_user_creds in some places. | Günther Deschner | 2 | -2/+2 |
2008-06-24 | libads: add ads_connect_user_creds() that won't overwrite given user creds. | Günther Deschner | 2 | -0/+13 |
2008-06-24 | libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames. | Günther Deschner | 2 | -8/+15 |
2008-06-24 | kerberos: add smb_krb5_keytab_name(). | Günther Deschner | 2 | -0/+26 |
2008-06-24 | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti... | Günther Deschner | 4 | -26/+57 |
2008-06-24 | net ads: Fix typos. | Karolin Seeger | 1 | -2/+2 |
2008-06-24 | rpc_client: Avoid warning in builds without krb5 headers. | Karolin Seeger | 1 | -0/+2 |
2008-06-24 | Remove "conn" from pipes_struct | Volker Lendecke | 3 | -5/+6 |
2008-06-24 | Correct calculation of "remark" in srv_srvsvc_nt.c | Volker Lendecke | 1 | -9/+25 |