summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2010-09-15s4-finddcs: added finddcs_cldap()Andrew Tridgell3-3/+284
2010-09-15s4-secrets: fixed shadowed variable warningAndrew Tridgell1-4/+4
2010-09-15s4-resolve: added resolve_name_multiple_recv()Andrew Tridgell1-0/+34
2010-09-15s4-dns: fixed lookup of SRV records using dns_exAndrew Tridgell1-2/+2
2010-09-15s4: fixed some printf format errorsAndrew Tridgell3-3/+3
2010-09-15s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell4-89/+128
2010-09-15s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell4-4/+27
2010-09-15s4-auth: when we are a DC enable winbind authAndrew Tridgell1-1/+3
2010-09-15s4-auth: set the RODC bit for RODC schannelAndrew Tridgell1-1/+4
2010-09-15s4-schannel: fixed reference to context after freeAndrew Tridgell1-2/+3
2010-09-15s4-auth: allow multiple active auth backendsAndrew Tridgell1-35/+43
2010-09-15s4-smb: serialise session setup operationsAndrew Tridgell2-0/+16
2010-09-15s4-rodc: add a trigger message for REPL_SECRET to auth_samAndrew Tridgell3-0/+73
2010-09-15s4-messaging: add support for no_reply in irpc messagesAndrew Tridgell2-0/+8
2010-09-15s4-kcc: removed redundent loop check Andrew Tridgell1-1/+1
2010-09-15s4-smb: smbsrv_blob_push_string() can return -1Andrew Tridgell1-8/+11
2010-09-15s4-dsdb: check for invalid backend typeAndrew Tridgell1-0/+2
2010-09-15s4-rootdse: setup length after NULL checkAndrew Tridgell1-2/+2
2010-09-15s4-dsdb: fixed use after free for RODCAndrew Tridgell1-2/+1
2010-09-15s4-dsdb: free right context on failureAndrew Tridgell1-1/+1
2010-09-15s4-dsdb: defer ac->msg after check for NULL acAndrew Tridgell1-1/+3
2010-09-15s4-anr: check for allocation failure before useAndrew Tridgell1-1/+1
2010-09-14s4: Fix two typosVolker Lendecke1-2/+2
2010-09-14rpc_server: Remove unnecessary dependency on server modules, buildJelmer Vernooij1-1/+1
2010-09-14waf: work around circular dependency finder erroneously removing dependency o...Jelmer Vernooij1-1/+4
2010-09-14s4-smbtorture: try to fix spoolss winreg Form tests on bigendian machines.Günther Deschner1-15/+36
2010-09-14param: Add prototype for lpcfg_private_dir(), used by openchange.Jelmer Vernooij1-0/+1
2010-09-13s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer4-12/+16
2010-09-13s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer6-17/+17
2010-09-13param: Only include param_proto.h for Samba builds, provide thoseJelmer Vernooij2-1/+7
2010-09-13Revert "s4:samldb LDB module - simplify the message handling on add and modif...Matthias Dieter Wallnöfer1-26/+33
2010-09-12s4:samldb LDB module - remove a disastrous "talloc_free"Matthias Dieter Wallnöfer1-2/+0
2010-09-12Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec...Matthias Dieter Wallnöfer1-1/+4
2010-09-12s4:torture/rpc/samr.c - fix typos in outputsMatthias Dieter Wallnöfer1-7/+7
2010-09-12s4:util_samr.c - also here we've now the default primaryGroupID detection wor...Matthias Dieter Wallnöfer1-4/+1
2010-09-12s4:ldap.py - tests the primary group detection by the "userAccountControl"Matthias Dieter Wallnöfer1-2/+47
2010-09-12s4:setup/provision_self_join.ldif - now the samldb LDB module detects automat...Matthias Dieter Wallnöfer1-1/+0
2010-09-12s4:samldb LDB module - "samldb_check_primaryGroupID" - support RID derivation...Matthias Dieter Wallnöfer1-1/+5
2010-09-12s4:samldb LDB module - free the "ac" context after the delete checksMatthias Dieter Wallnöfer1-1/+4
2010-09-12s4:samldb LDB module - simplify the message handling on add and modify operat...Matthias Dieter Wallnöfer1-33/+28
2010-09-12s4:samldb LDB module - move "samldb_prim_group_users_check" more down to see ...Matthias Dieter Wallnöfer1-41/+41
2010-09-12s4:samldb LDB module - add a comment to mark the beginning of the extended op...Matthias Dieter Wallnöfer1-0/+2
2010-09-12s4:samldb LDB module - refactor "samldb_find_for_defaultObjectCategory" to be...Matthias Dieter Wallnöfer1-94/+22
2010-09-12s4:samldb LDB module - refactor the "primaryGroupID" check on user creationMatthias Dieter Wallnöfer1-137/+39
2010-09-12s4:samldb LDB module - get rid of the SID context variableMatthias Dieter Wallnöfer1-20/+17
2010-09-12s4:samldb LDB module - use also here the real attribute denomination "sAMAcco...Matthias Dieter Wallnöfer1-1/+1
2010-09-12s4:samldb LDB module - rename "check_SamAccountType" into "check_sAMAccountType"Matthias Dieter Wallnöfer1-5/+4
2010-09-12s4:samldb LDB module - make "samldb_check_sAMAccountName" synchronous againMatthias Dieter Wallnöfer1-71/+19
2010-09-12s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer1-1/+1
2010-09-11ldb:tools/cmdline.c - reorganise importsMatthias Dieter Wallnöfer1-6/+2