summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-27Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger6-69/+16
2008-06-27Fix two IBM checker warningsVolker Lendecke1-2/+2
2008-06-27Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke1-1/+5
2008-06-27Remove a strlen check that will never kick inVolker Lendecke1-2/+1
2008-06-26Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison4-4/+11
2008-06-27libnet_dssync: add last_query flag to processing routine.Günther Deschner2-4/+17
2008-06-27libnet_dssync: add output filename and dns_domain_name to dssync struct.Günther Deschner2-0/+8
2008-06-27net_vampire: use bool for last_query information in samsync.Günther Deschner6-19/+26
2008-06-27net_vampire: separate keytab code from samsync code.Günther Deschner6-154/+212
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison7-217/+220
2008-06-26Fix return of uninitialized variable.Jeremy Allison1-1/+1
2008-06-26libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.Günther Deschner2-0/+3
2008-06-26libnet_dssync: always decrypt attributes before passing them to the processin...Günther Deschner1-0/+127
2008-06-26Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke1-0/+11
2008-06-26Fix a segfault in rpcclient adddriverVolker Lendecke1-12/+13
2008-06-26Fix a debug messageVolker Lendecke1-1/+1
2008-06-26remove unused extern current_user from nt_printing.cVolker Lendecke1-2/+0
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke4-7/+5
2008-06-26remove unused extern current_user from lanman.cVolker Lendecke1-2/+0
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke6-77/+94
2008-06-26Remove p->vuidVolker Lendecke4-20/+6
2008-06-26Remove a check on p->vuid in _netr_LogonSamLogon/offVolker Lendecke1-6/+0
2008-06-26Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke5-41/+47
2008-06-26Fix typoVolker Lendecke1-1/+1
2008-06-26Add server_info to pipes_structVolker Lendecke5-0/+39
2008-06-26ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam1-1/+1
2008-06-26messages: bump debug level to 1 for "messaging_ctdb_init failed".Michael Adam1-2/+2
2008-06-26nmbd: untangle logic in nmbd_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26nmbd: don't panic if messaging_init() fails - return NULL instead.Michael Adam1-1/+1
2008-06-26winbind: remove duplicate debug message for failing messaging_init().Michael Adam1-1/+0
2008-06-26winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam1-1/+1
2008-06-26smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26smbd: don't panic if messaging_init() fails but return NULLMichael Adam1-1/+1
2008-06-26drsuapi: rerun make idl and add drsblobs generated files.Günther Deschner4-1/+3741
2008-06-26drsuapi: add drsblobs.idl from samba4.Günther Deschner2-1/+403
2008-06-26net_vampire: add some error output to libnet_dssync.Günther Deschner1-1/+16
2008-06-26errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner2-0/+7
2008-06-25Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison5-36/+187
2008-06-25Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison1-15/+27
2008-06-25rpcclient: add samr chgpasswd command.Günther Deschner1-0/+93
2008-06-25rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner2-0/+58
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner4-28/+28
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner5-19/+19
2008-06-25Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison1-23/+45
2008-06-25Fix the buildVolker Lendecke1-1/+1
2008-06-25make parametic options case insensitiveAndrew Tridgell1-1/+1
2008-06-25netapi: add NetUserChangePassword() example code.Günther Deschner2-0/+105
2008-06-25netapi: add NetUserChangePassword() to public headers.Günther Deschner1-0/+20
2008-06-25netapi: add NetUserChangePassword skeleton.Günther Deschner3-0/+72