Age | Commit message (Expand) | Author | Files | Lines |
2008-09-29 | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 1 | -4/+4 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -5/+4 |
2008-09-08 | Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008. | Andrew Bartlett | 1 | -51/+64 |
2008-09-08 | More work towards trusted domains support in Samba4's LSA | Andrew Bartlett | 1 | -50/+323 |
2008-09-01 | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust. | Andrew Bartlett | 1 | -0/+6 |
2008-08-26 | More LSA server and testuite work. | Andrew Bartlett | 1 | -1/+38 |
2008-08-26 | Implement matching logic to Windows 2008 on handling of secrets. | Andrew Bartlett | 1 | -16/+8 |
2008-08-26 | Fix LSA server to pass more of RPC-LSA and match Windows 2008 | Andrew Bartlett | 1 | -17/+32 |
2008-07-21 | Remove bogus test in 'enum trusted domains' LSA server. | Andrew Bartlett | 1 | -6/+0 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -2/+2 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 2 | -8/+9 |
2008-04-02 | rpc_server: Remove references to sidmap from the lsa pipe code. | Kai Blin | 3 | -9/+2 |
2008-03-20 | More kludge ACLs! | Andrew Bartlett | 1 | -1/+47 |
2008-03-13 | Show why a LookupName fails (help debugging) | Andrew Bartlett | 2 | -3/+21 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 2 | -1/+2 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -7/+10 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26205: Pass loadparm_context to secrets_db_connect() rather than using globa... | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 1 | -5/+6 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 2 | -1/+2 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25196: Thanks to id10ts on IRC for finding some typos in my well-known names | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 4 | -844/+1251 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24987: Clarify error conditions in secrets handling, before I add ACLs to | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23382: Fill in lsa_lsaRQueryForestTrustInformation. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r21518: fix panic, sorry... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21499: fill in the correct forest dns name | Stefan Metzmacher | 1 | -2/+35 |
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -138/+138 |
2007-10-10 | r20354: Trusted domains don't have a surname, I think we want 'cn' here. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r20034: Start using ldb_search_exp_fmt() | Simo Sorce | 1 | -10/+8 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -10/+10 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -14/+12 |
2007-10-10 | r19682: Fix comments. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r18364: Get us closer to schema compliance. The corrent names for "secret" | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r18362: Make LookupSids map onto LookupSids2, as they both take a policy | Andrew Bartlett | 1 | -16/+17 |
2007-10-10 | r18361: Invert the way we handle LookupSids2/LookupSids3 and LookupNames3/Loo... | Andrew Bartlett | 1 | -36/+85 |
2007-10-10 | r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries, | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP | Andrew Bartlett | 1 | -0/+236 |
2007-10-10 | r17956: LSA Cleanup! | Andrew Bartlett | 1 | -70/+325 |