Age | Commit message (Expand) | Author | Files | Lines |
2008-09-29 | setup the loadparm context for ldb in testjoin | Andrew Tridgell | 1 | -0/+1 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-08-27 | Add a test to explore Netlogon PAC validation | Andrew Bartlett | 1 | -0/+1 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -8/+10 |
2008-05-16 | In torture_leave_domain, say what account was deleted | Volker Lendecke | 1 | -2/+4 |
2008-04-14 | Fix problems with event context not being the parent. | Simo Sorce | 1 | -2/+2 |
2008-04-04 | Pass discovered server DN down to provision. | Andrew Bartlett | 1 | -0/+8 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -5/+6 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23816: A little more static, but leave the dead code testjoin.c as documenta... | Andrew Bartlett | 1 | -11/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22983: This should ensure that torture_create_testuser() can be called, | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21827: move comments to the place where the functionality is implemented | Stefan Metzmacher | 1 | -120/+1 |
2007-10-10 | r21821: move comment about the becoming a dc to the code which implements it | Stefan Metzmacher | 1 | -442/+1 |
2007-10-10 | r20115: from Julien Kerihuel <j.kerihuel@openchange.org>, thanks!: | Stefan Metzmacher | 1 | -4/+14 |
2007-10-10 | r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in | Andrew Bartlett | 1 | -0/+18 |
2007-10-10 | r20093: some documentation updates | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r20065: make it possible to get the dns domain name and netbios domain name | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r20039: things which need to be done for unbecoming a dc | Stefan Metzmacher | 1 | -1/+121 |
2007-10-10 | r20038: document first rootdse search | Stefan Metzmacher | 1 | -0/+35 |
2007-10-10 | r20002: finish requests on the first LDAP connection | Stefan Metzmacher | 1 | -2/+48 |
2007-10-10 | r20000: 20000 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r19999: add section for adding the server object | Stefan Metzmacher | 1 | -0/+12 |
2007-10-10 | r19998: add section for finding details about the new_dc server object | Stefan Metzmacher | 1 | -0/+26 |
2007-10-10 | r19997: section about finding the new_dc computer account | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r19996: add section about finding site details | Stefan Metzmacher | 1 | -0/+26 |
2007-10-10 | r19995: add section about finding details of the RID Manager fSMORoleOwner | Stefan Metzmacher | 1 | -0/+53 |
2007-10-10 | r19994: complete section about finding details about the | Stefan Metzmacher | 1 | -0/+41 |
2007-10-10 | r19988: the first LDAP calls for becoming a ads dc | Stefan Metzmacher | 1 | -0/+94 |
2007-10-10 | r19987: some more notes about how to w2k3 becomes a dc | Stefan Metzmacher | 1 | -14/+54 |
2007-10-10 | r19969: split become ads dc TODO lists into W2K and W2K3 sections | Stefan Metzmacher | 1 | -0/+45 |
2007-10-10 | r19968: add some more notes about what's needed for becoming a ads dc | Stefan Metzmacher | 1 | -6/+46 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19641: ldap_delete() is only allowed as user, we need to give credentials to... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r17954: Avoid including \n in error strings (left over from DEBUG() conversion). | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 |