summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-261-0/+11
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
* Fix a debug messageVolker Lendecke2008-06-261-1/+1
* remove unused extern current_user from nt_printing.cVolker Lendecke2008-06-261-2/+0
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-264-7/+5
* remove unused extern current_user from lanman.cVolker Lendecke2008-06-261-2/+0
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-266-77/+94
* Remove p->vuidVolker Lendecke2008-06-264-20/+6
* Remove a check on p->vuid in _netr_LogonSamLogon/offVolker Lendecke2008-06-261-6/+0
* Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke2008-06-265-41/+47
* Fix typoVolker Lendecke2008-06-261-1/+1
* Add server_info to pipes_structVolker Lendecke2008-06-265-0/+39
* ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam2008-06-261-1/+1
* messages: bump debug level to 1 for "messaging_ctdb_init failed".Michael Adam2008-06-261-2/+2
* nmbd: untangle logic in nmbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* nmbd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* winbind: remove duplicate debug message for failing messaging_init().Michael Adam2008-06-261-1/+0
* winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* smbd: don't panic if messaging_init() fails but return NULLMichael Adam2008-06-261-1/+1
* drsuapi: rerun make idl and add drsblobs generated files.Günther Deschner2008-06-264-1/+3741
* drsuapi: add drsblobs.idl from samba4.Günther Deschner2008-06-262-1/+403
* net_vampire: add some error output to libnet_dssync.Günther Deschner2008-06-261-1/+16
* errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner2008-06-262-0/+7
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-06-255-36/+187
|\
| * rpcclient: add samr chgpasswd command.Günther Deschner2008-06-251-0/+93
| * rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner2008-06-252-0/+58
| * rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-254-28/+28
| * rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-255-19/+19
* | Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-251-15/+27
|/
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-251-23/+45
* Fix the buildVolker Lendecke2008-06-251-1/+1
* make parametic options case insensitiveAndrew Tridgell2008-06-251-1/+1
* netapi: add NetUserChangePassword() example code.Günther Deschner2008-06-252-0/+105
* netapi: add NetUserChangePassword() to public headers.Günther Deschner2008-06-251-0/+20
* netapi: add NetUserChangePassword skeleton.Günther Deschner2008-06-253-0/+72
* re-run make idl.Günther Deschner2008-06-253-13/+58
* netapi: add NetUserChangePassword() to IDL.Günther Deschner2008-06-251-0/+11
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-253-6/+13
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-241-13/+66
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner2008-06-245-0/+400
* rpc_client: add cli_get_session_key().Günther Deschner2008-06-242-0/+34
* net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).Günther Deschner2008-06-242-1/+12
* crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2008-06-242-0/+119
* re-run make idl.Günther Deschner2008-06-242-0/+27
* drsuapi: add some more attribute IDs.Günther Deschner2008-06-241-0/+9
* net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner2008-06-247-3/+423
* net_vampire: add username/password to samsync_context.Günther Deschner2008-06-241-0/+3