summaryrefslogtreecommitdiff
path: root/source4/rpc_server/lsa
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2-8/+9
2008-04-02rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin3-9/+2
2008-03-20More kludge ACLs!Andrew Bartlett1-1/+47
2008-03-13Show why a LookupName fails (help debugging)Andrew Bartlett2-3/+21
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2-1/+2
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-7/+10
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2-9/+9
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+1
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+1
2007-12-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij1-2/+4
2007-12-21r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett1-5/+6
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2-1/+2
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-5/+5
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-4/+4
2007-10-10r25196: Thanks to id10ts on IRC for finding some typos in my well-known namesAndrew Bartlett1-2/+2
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett4-844/+1251
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24987: Clarify error conditions in secrets handling, before I add ACLs toAndrew Bartlett1-3/+3
2007-10-10r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)Andrew Bartlett1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23382: Fill in lsa_lsaRQueryForestTrustInformation.Günther Deschner1-3/+3
2007-10-10r21518: fix panic, sorry...Stefan Metzmacher1-1/+1
2007-10-10r21499: fill in the correct forest dns nameStefan Metzmacher1-2/+35
2007-10-10r20850: Prefix all server calls with dcesrv_Jelmer Vernooij1-138/+138
2007-10-10r20354: Trusted domains don't have a surname, I think we want 'cn' here.Andrew Bartlett1-2/+1
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-9/+10
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-10/+8
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-10/+10
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-14/+12
2007-10-10r19682: Fix comments.Andrew Bartlett1-2/+2
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij1-1/+1
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-1/+1
2007-10-10r18364: Get us closer to schema compliance. The corrent names for "secret"Andrew Bartlett1-10/+10
2007-10-10r18362: Make LookupSids map onto LookupSids2, as they both take a policyAndrew Bartlett1-16/+17
2007-10-10r18361: Invert the way we handle LookupSids2/LookupSids3 and LookupNames3/Loo...Andrew Bartlett1-36/+85
2007-10-10r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries,Andrew Bartlett1-2/+2
2007-10-10r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUPAndrew Bartlett1-0/+236
2007-10-10r17956: LSA Cleanup!Andrew Bartlett1-70/+325
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell1-2/+4
2007-10-10r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell1-5/+5
2007-10-10r17788: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r17529: Simo doesn't like the use of the internal ldb_errstring in functionsAndrew Bartlett1-3/+4
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-5/+5
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett1-48/+149
2007-10-10r16236: Add a proper baseDN to a large number of queries. Searching the NULLAndrew Bartlett1-1/+2
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r15319: remove unneeded macrosStefan Metzmacher1-4/+4
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher1-2/+0
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1