Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r17989: Add RPC-NETLOGON as a test we now run against Samba4. | Andrew Bartlett | 2006-09-01 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17988: Add 'not for Samba4' hacks into the RPC-NETLOGON torture test. | Andrew Bartlett | 2006-09-01 | 1 | -0/+56 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17987: Make the LSA pipe listen on the \pipe\netlogon interface. | Andrew Bartlett | 2006-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17986: Add a copy of the Heimdal licence to our source tree, to make it very | Andrew Bartlett | 2006-09-01 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | clear what the conditions on this code are, and that the terms are GPL compatible. Andrew Bartlett | |||||
| | | * | r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries, | Andrew Bartlett | 2006-09-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | which has been recently fixed to cope with NULL pointers (fix segfault on Solaris). Andrew Bartlett | |||||
| | | * | r17982: One final hack... | Andrew Bartlett | 2006-09-01 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | When against a real, schema-checking LDAP backend, we need extensibleObject on the baseDN entry (as entryUUID isn't run for creating this basic ldif) output. | |||||
| | | * | r17980: handle NULL arguments without crashing in strcasecmp_m() and | Andrew Tridgell | 2006-09-01 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane | |||||
| | | * | r17978: make the ldap backend test for ldb work both with and without modules | Andrew Tridgell | 2006-09-01 | 2 | -2/+19 | |
| | | | | | | | | | | | | | | | | (so it works on both redhat and debian, for example) | |||||
| | | * | r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP | Andrew Bartlett | 2006-08-31 | 3 | -271/+237 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is just one call. This simplifies the one remaining DSSETUP call, and removes another user of the dnsDomain attribute. Andrew Bartlett | |||||
| | | * | r17967: Somewhere along the line we lost unixName here, and so lost the | Andrew Bartlett | 2006-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ability for 'administrator' to log in as unix user 'root'. Andrew Bartlett | |||||
| | | * | r17966: remove all generated files | Stefan Metzmacher | 2006-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17965: make talloc build more portable | Stefan Metzmacher | 2006-08-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17964: try to support sun* hosts | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17963: fix install logic for talloc.3 | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17962: source/intl/ isn't used in samba4 anymore | Stefan Metzmacher | 2006-08-31 | 2 | -343/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17961: source/po/ isn't justed in samba4, so remove it | Stefan Metzmacher | 2006-08-31 | 7 | -12147/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17960: try to use gmake if present on IRIX | Stefan Metzmacher | 2006-08-31 | 3 | -0/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17958: as talloc_init() enabled null tracking, we should avoid to use it | Stefan Metzmacher | 2006-08-31 | 5 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in smbtorture, and in the LOCAL-TALLOC we should reset the null tracking also make bin/smbtorture //url/foo LOCAL-TALLOC LOCAL-TALLOC possible metze | |||||
| | | * | r17957: don't try to use an internet connection when generating the manpage | Stefan Metzmacher | 2006-08-31 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and only install the manpage if we build it metze | |||||
| | | * | r17956: LSA Cleanup! | Andrew Bartlett | 2006-08-31 | 6 | -108/+467 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit cleans up a number of aspects of the LSA interface. Firstly, we do 2 simple searches on opening the LSA policy, to obtain the basic information we need. This also avoids us searching for dnsDomain (an invented attribute). While I was at it, I added and tested new LSA calls, including the enumTrustedDomainsEx call. I have also merged the identical structures lsa_DomainInformation and lsa_DomainList. Also in this commit: Fix netlogon use of uninitialised variables. Andrew Bartlett | |||||
| | | * | r17955: Don't search for the dnsDomain attribute, it is invented (not in the | Andrew Bartlett | 2006-08-31 | 1 | -7/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | AD schema). Andrew Bartlett | |||||
| | | * | r17954: Avoid including \n in error strings (left over from DEBUG() conversion). | Andrew Bartlett | 2006-08-31 | 2 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to debug CrackNames failures. Andrew Bartlett | |||||
| | | * | r17952: merge changes from samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17950: sync talloc with samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17940: Fix a warning spotted on the buildfarm. | Rafal Szczesniak | 2006-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17939: Fix compiler warnings spotted on buildfarm. | Rafal Szczesniak | 2006-08-30 | 1 | -8/+19 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17938: More comments. | Rafal Szczesniak | 2006-08-30 | 1 | -12/+101 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17932: Fix header installation. | Jelmer Vernooij | 2006-08-30 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r17931: Really remove the files this time. Looks like there's something ↵ | Jelmer Vernooij | 2006-08-30 | 3 | -924/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | wrong with the rename code in bzr-svn... | |||||
| | | * | r17930: Merge noinclude branch: | Jelmer Vernooij | 2006-08-30 | 106 | -691/+1669 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) | |||||
| | | * | r17926: add trustedDomain class | Simo Sorce | 2006-08-29 | 1 | -0/+263 | |
| | | | | ||||||
| | | * | r17925: Another class we need. | Andrew Bartlett | 2006-08-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17907: - add a generic talloc_report_depth_cb() function which takes a callback | Stefan Metzmacher | 2006-08-29 | 4 | -52/+173 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do the actual report. - make the talloc_report_depth_file() a wrapper of it - and talloc_report() and talloc_report_full() are wrapper of talloc_report_depth_file() metze | |||||
| | | * | r17905: fix c++ warnings | Stefan Metzmacher | 2006-08-29 | 1 | -13/+13 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17904: we don't want warnings about unused parameters | Stefan Metzmacher | 2006-08-29 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | volker that one was for you:-) metze | |||||
| | | * | r17898: handle objectcategory and isdefunct for classes | Simo Sorce | 2006-08-28 | 1 | -17/+60 | |
| | | | | ||||||
| | | * | r17895: - talloc_increase_ref_count() can fail | Stefan Metzmacher | 2006-08-28 | 4 | -7/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - make talloc_reference() typesafe when gcc >= 3 is used metze | |||||
| | | * | r17894: better name for the internal syntax type | Simo Sorce | 2006-08-28 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | r17893: add a function to disable the null_context | Stefan Metzmacher | 2006-08-28 | 3 | -2/+15 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17892: fix the last talloc c++ warning | Stefan Metzmacher | 2006-08-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17891: remove c++ warnings from talloc | Stefan Metzmacher | 2006-08-28 | 2 | -13/+14 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17890: add -Wc++-compat option to gcc but don't use it yet | Stefan Metzmacher | 2006-08-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17889: allocate a valid element where the pointer can point to, | Stefan Metzmacher | 2006-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fix c++ warnings metze | |||||
| | | * | r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size() | Stefan Metzmacher | 2006-08-28 | 2 | -19/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | functions to get rid of c++ warnings metze | |||||
| | | * | r17887: fix c++ warnings | Stefan Metzmacher | 2006-08-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17886: add talloc_ptrtype() and talloc_array_ptrtype(), | Stefan Metzmacher | 2006-08-28 | 4 | -0/+112 | |
| | | | | | | | | | | | | | | | | | | | | | | | | see the manpage what they do:-) metze | |||||
| | | * | r17885: use _TALLOC_TYPEPF() consitently | Stefan Metzmacher | 2006-08-28 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17884: Shape up the snprintf fix after Metzes comments | Volker Lendecke | 2006-08-28 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r17883: check if talloc_asprintf() works correct | Stefan Metzmacher | 2006-08-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17882: merge change from samba3 | Stefan Metzmacher | 2006-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze |