wbinfo: use wbcDomainInfo()
[samba.git] / source3 /
2008-03-28 Stefan Metzmacherwbinfo: use wbcDomainInfo()
2008-03-28 Stefan Metzmacherwbinfo: use wbcGetgrnam()
2008-03-28 Stefan Metzmacherwbinfo: use wbcListUsers() and wbcListGroups()
2008-03-28 Stefan Metzmacherwbinfo: use wbcLookupUserSids()
2008-03-28 Stefan Metzmacherlibwbclient: remove prototype of non existing wbcDomain...
2008-03-28 Stefan Metzmacherlibwbclient: add wbcListUsers() and wbcListGroups()
2008-03-28 Stefan Metzmacherlibwbclient: add wbcLookupUserSids()
2008-03-28 Günther DeschnerAdd Support for DOMAIN\DCNAME syntax in libnetjoin.
2008-03-28 Günther DeschnerLet libnetjoin find the dc in wkssvc NetrJoinDomain2...
2008-03-28 Günther DeschnerCheck for buffer in decode_wkssvc_join_password_buffer.
2008-03-28 Volker LendeckeFix a segfault
2008-03-28 Volker LendeckeFix a confusing variable name
2008-03-28 Volker LendeckeFix a memory leak
2008-03-28 Volker LendeckeMake some fns static
2008-03-28 Volker Lendeckeprintclose has only 1 vwv
2008-03-28 Günther DeschnerRemove unneeded pack_dsdcinfo/unpack_dsdcinfo.
2008-03-28 Günther DeschnerUse NDR for netr_DsRGetDCNameInfo un-/marshalling in...
2008-03-28 Günther DeschnerRe-run make idl.
2008-03-28 Günther DeschnerMake netr_DsRGetDCNameInfo public.
2008-03-28 Günther DeschnerFix blob used in pull_netr_AcctLockStr().
2008-03-28 Günther DeschnerRe-run make idl.
2008-03-28 Günther DeschnerRename string to array in lsa_BinaryString.
2008-03-27 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-27 Jeremy AllisonFix up the comments on security=share to explain we're
2008-03-27 Günther DeschnerMake sure to zero the returned handle in _svcctl_CloseS...
2008-03-27 Jeremy AllisonFix for termination problems when no interfaces found...
2008-03-27 Günther DeschnerRemove last reference to rpc_netlogon.h.
2008-03-27 Günther DeschnerRemove unused marshalling for Netlogon Lockout String.
2008-03-27 Günther DeschnerRe-add support for display and vampire of account polic...
2008-03-27 Günther DeschnerMinor fix for net rpc samdump.
2008-03-27 Günther Deschnerre-run make idl.
2008-03-27 Günther DeschnerFill in netr_AcctLockStr and use lsa_BinaryString in...
2008-03-27 Günther DeschnerAdd lsa_BinaryString.
2008-03-27 Michael Adamregdb: use == 0 (instead of != -1) as indicator for...
2008-03-27 Michael Adamdbwrap: fix dbwrap_trans_[delete|store]() to stop when...
2008-03-27 Michael Adamregdb: use != 0 instead of == -1 check for transaction_...
2008-03-27 Stefan Metzmacherpdb_tdb: use db_open_trans()
2008-03-27 Stefan Metzmacherpdb_tdb: use db_sam->transaction_start(db_sam) != 0...
2008-03-27 Stefan Metzmacherpassdb/secrets: use db_open_trans()
2008-03-27 Stefan Metzmacherpassdb/secrets: it's enough to use traverse_read()...
2008-03-27 Stefan Metzmacherregdb: use db_open_trans()
2008-03-27 Stefan Metzmacherregdb: use regdb->transaction_start(regdb) != 0 consistent
2008-03-27 Stefan Metzmacherregdb: use dbwrap->fetch() instead of fetch_locked...
2008-03-27 Stefan Metzmacherregdb: use dbwrap_trans_store_int32
2008-03-27 Stefan Metzmacherdbwrap: add db_open_trans()
2008-03-27 Stefan Metzmacherdbwrap: add dbwrap_trans_store_int32()
2008-03-27 Günther DeschnerFix typo.
2008-03-27 Günther DeschnerNdr pull and push errors are worth to be logged with...
2008-03-27 Gerald W. CarterOnly add WBFLAG_PAM_CONTACT_TRUSTDOM when performing...
2008-03-27 Gerald W. CarterDon't fill password policy structure for any domain...
2008-03-27 Volker LendeckeFix wbinfo -a trusted\\user%password on a Samba DC...
2008-03-27 Günther DeschnerRemove unused DS_DOMAIN_CONTROLLER_INFO struct.
2008-03-27 Günther DeschnerFix samlogon rpc client & server.
2008-03-27 Günther DeschnerRe-run make idl.
2008-03-27 Günther DeschnerMove netr_LogonLevel flags to IDL, rename old one to...
2008-03-27 Günther DeschnerMove DSGETDC_VALID_FLAGS to IDL.
2008-03-27 Günther DeschnerMove LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
2008-03-27 Günther DeschnerMove the known NETLOGON_CONTROL reply flags to IDL.
2008-03-27 Günther DeschnerMove inline comment about MSV1_0 flags to IDL.
2008-03-27 Michael Adamlibwbclient: fix Coverity ID 536 remove duplicate error...
2008-03-27 Michael Adamlibreplace: fix coverity ID 517 - untangle close from...
2008-03-27 Günther DeschnerRe-run make idl.
2008-03-27 Günther DeschnerUse netr_LogonControlCode in netr_LogonControl2().
2008-03-27 Michael Adamposix_acls: clarify loop condition code, removing unnee...
2008-03-26 Günther DeschnerFix typo.
2008-03-26 Michael Adamnet_conf: fix non-testmode import function.
2008-03-26 Michael Adamlibsmbconf: text - pass the cache instead of all privat...
2008-03-26 Michael Adamlibsmbconf: text - change the cache to be talloced
2008-03-26 Michael Adamlibsmbconf: in text backend, put flushing of the cache...
2008-03-26 Gerald W. CarterFix a bug in the output from print_canonical_sockaddr...
2008-03-26 Günther DeschnerFix winbind NETLOGON cred chain on a samba dc for w2k8...
2008-03-26 Günther DeschnerRe-run make idl.
2008-03-26 Günther DeschnerFix IDL for netr_NETLOGON_INFO_2.
2008-03-26 Günther DeschnerFix _netr_LogonControl2(). Return talloced dcname.
2008-03-26 Günther DeschnerAdd ntsvcs_getdevregprop command to rpcclient.
2008-03-26 Michael Adamnet_conf: reformat - re-indent one function call.
2008-03-26 Michael Adamnet_conf: add casts to avoid compiler warnings.
2008-03-26 Michael Adamnet_conf: rename "ctx" to "mem_ctx" for clarity.
2008-03-26 Michael Adamnet_conf: use talloc_stackframe() instead of talloc_init().
2008-03-26 Michael Adamnet_conf: fix import function by using the new text...
2008-03-26 Michael Adamlibsmbconf: add a text backend to libsmbconf based...
2008-03-26 Michael Adamloadparm: add userdata parameter to do_section() and...
2008-03-26 Günther DeschnerStrip whitespace in ntsvcs rpc server.
2008-03-26 Günther DeschnerRe-run make idl.
2008-03-26 Günther DeschnerFill in IDL for PNP_GetDeviceRegProp.
2008-03-26 Günther DeschnerComment out some svcctl headers which are now defined...
2008-03-26 Günther DeschnerRe-run make idl.
2008-03-26 Günther DeschnerAdd svcctl_MgrAccessMask and svcctl_ServiceAccessMask.
2008-03-26 Michael Adamsmbconf: reformat - fix intentation.
2008-03-26 Michael Adamutil_tdb: remove trivial and unused tdb_wipe().
2008-03-26 Michael Adamuse tdb_wipe_all() instead of tdb_wipe() - it is faster...
2008-03-26 Michael Adamutil_tdb: make the _byblob fetch/store functions public...
2008-03-26 Günther DeschnerFix wbcAuthenticateUserEx().
2008-03-26 Günther DeschnerAdd debug statement in auth_winbind to display wbcAuthe...
2008-03-25 Volker LendeckeFix a valgrind error
2008-03-25 Volker LendeckeFix a segfault
2008-03-25 Volker LendeckeFix typo
2008-03-25 Günther DeschnerRe-run make idl (after pidl change for adding header...
2008-03-25 Michael Adamutil_tdb: add my (C) for the tdb validation code
2008-03-25 Michael Adamutil_tdb: add a wrapper tdb_wipe() for traverse with...
next