Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r9995: Add file describing the REGF file format in IDL. | Jelmer Vernooij | 2005-09-03 | 1 | -0/+154 | |
| | | | | | | | | | | | | (used in reg_backend_nt4.c rewrite) | |||||
| | * | r9993: Gcc is fussy about the lack of parentheses around assignment statements. | Tim Potter | 2005-09-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | r9959: Fix bug where data offset was incorrect after parsing element with | Jelmer Vernooij | 2005-09-02 | 1 | -17/+2 | |
| | | | | | | | | | | | | [charset] | |||||
| | * | r9957: Switch to using DATA_BLOBs internally in TDR | Jelmer Vernooij | 2005-09-02 | 2 | -33/+25 | |
| | | | ||||||
| | * | r9949: Portability fixes for mingw32samba-misc-tags/SOC-jelmer | Jelmer Vernooij | 2005-09-02 | 2 | -4/+3 | |
| | | | ||||||
| | * | r9948: Be a bit less verbose | Jelmer Vernooij | 2005-09-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | r9940: When guessing, don't make DEBUG(1,... errors. | Andrew Bartlett | 2005-09-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r9929: Fix indentation | Andrew Bartlett | 2005-09-01 | 2 | -3/+5 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r9928: ncName is a DN, and needs to use DN matching rules. | Andrew Bartlett | 2005-09-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r9919: Remove debug statement from samba3sam | Jelmer Vernooij | 2005-09-01 | 2 | -2/+68 | |
| | | | | | | | | | | | | Add SOC STATUS doc | |||||
| | * | r9918: Fix two copy-n-paste bugs that were preventing the modification | Jelmer Vernooij | 2005-09-01 | 2 | -3/+3 | |
| | | | | | | | | | | | | of special DN's when the rdn_name or timestamps modules were in use. | |||||
| | * | r9915: Some more mappings. Fix weird sAMAccountName values. | Jelmer Vernooij | 2005-09-01 | 1 | -4/+32 | |
| | | | ||||||
| | * | r9912: Fix another bug in ldb_map. | Jelmer Vernooij | 2005-09-01 | 3 | -77/+97 | |
| | | | ||||||
| | * | r9908: Generate posixUser and posixGroup as well | Jelmer Vernooij | 2005-09-01 | 2 | -56/+66 | |
| | | | ||||||
| | * | r9899: Be more conservative about what is sent to the remote server in ldb_map. | Jelmer Vernooij | 2005-09-01 | 2 | -167/+350 | |
| | | | ||||||
| | * | r9885: Fix code before declarations. | Tim Potter | 2005-09-01 | 1 | -1/+2 | |
| | | | ||||||
| | * | r9881: I can't believe this can make a difference... | Tim Potter | 2005-09-01 | 1 | -2/+2 | |
| | | | ||||||
| | * | r9880: Convert remaining initialisers to more portable form. This should | Tim Potter | 2005-09-01 | 1 | -6/+10 | |
| | | | | | | | | | | | | clean out a lot of build farm breakage. | |||||
| | * | r9879: A quick check to see if nested initialisers (?) is portable across the | Tim Potter | 2005-09-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | build farm. I have a feeling it isn't. | |||||
| | * | r9857: Fix rename/delete issues | Jelmer Vernooij | 2005-09-01 | 2 | -12/+24 | |
| | | | ||||||
| | * | r9854: Finish ldb_map testsuite | Jelmer Vernooij | 2005-09-01 | 4 | -16/+19 | |
| | | | | | | | | | | | | | | | Update PLAN Some more small other fixes | |||||
| | * | r9842: More error checks in the ldb_map modules, extend testsuite | Jelmer Vernooij | 2005-08-31 | 1 | -44/+99 | |
| | | | ||||||
| | * | r9835: Make ldb_map compile in the stand-alone LDB build | Jelmer Vernooij | 2005-08-31 | 4 | -45/+48 | |
| | | | ||||||
| | * | r9827: Convert 'passdb backend' rather then 'passdb backends' | Jelmer Vernooij | 2005-08-31 | 1 | -1/+2 | |
| | | | | | | | | | | | | Be a bit more verbose | |||||
| | * | r9816: Work on testsuite for upgrade | Jelmer Vernooij | 2005-08-31 | 2 | -3/+6 | |
| | | | | | | | | | | | | Add 'paths' object to provision code. | |||||
| | * | r9813: Conver testsuite for samba3sam module to EJS | Jelmer Vernooij | 2005-08-30 | 1 | -61/+0 | |
| | | | ||||||
| | * | r9808: Improve code that selects what "passdb backend" to import from. | Jelmer Vernooij | 2005-08-30 | 3 | -5/+55 | |
| | | | ||||||
| | * | r9807: Use talloc in fd_lines_load() and file_lines_load(). The return | Jelmer Vernooij | 2005-08-30 | 1 | -7/+20 | |
| | | | | | | | | | | | | | | | value now can be freed using talloc(). I couldn't find the free_lines_list() function that was supposed to free it before. | |||||
| | * | r9800: Add EJS interface to param. tridge, sorry this overlaps a bit | Jelmer Vernooij | 2005-08-30 | 1 | -3/+5 | |
| | | | | | | | | | | | | with your loadparm interface. :-/ | |||||
| | * | r9798: Add generic functions for handling smb.conf files (the parameters ↵ | Jelmer Vernooij | 2005-08-30 | 4 | -104/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome... Remove old smb.conf-parsing code from libsamba3. | |||||
| | * | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 2005-08-30 | 5 | -9/+9 | |
| | | | | | | | | | | | | StrCaseCmp was sys_strcasecmp, while it is in fact strcasecmp_m! | |||||
| | * | r9791: r11611@blu: tridge | 2005-08-30 21:48:22 +1000 | Andrew Tridgell | 2005-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | recognise any case combination of 'localhost' as 127.0.0.1 | |||||
| | * | r9789: Patch from Volker that fixes the build on AIX. | Jelmer Vernooij | 2005-08-30 | 2 | -22/+33 | |
| | | | ||||||
| | * | r9786: Move ldb_map into ldb/modules/ | Jelmer Vernooij | 2005-08-30 | 7 | -865/+5 | |
| | | | | | | | | | | | | Move samba3sam to dsdb/ | |||||
| | * | r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000 | Andrew Tridgell | 2005-08-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | fixed the help message | |||||
| | * | r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000 | Andrew Tridgell | 2005-08-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | make sure we don't walk off the end of the hash array | |||||
| | * | r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000 | Andrew Tridgell | 2005-08-30 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimise this case a bit more. The total speedup using non-indexed ldbtest is now around a factor of 80x. The code is ugly as hell, but I think this speed is worth it. Of course, if we only ever do indexed searches in ldb then this doesn't help, but it seems all too common that we get unindexable searches, so the optimisation is worthwhile | |||||
| | * | r9772: Make credentials callbacks more consistant with the abstraction | Andrew Bartlett | 2005-08-30 | 2 | -13/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function interface used in the credentials code. Fix bug in ntlm_auth, where we would overwrite the PW specified as a first input. (Reported and chased by Kai Blin <blin@gmx.net>, bug #3040) Andrew Bartlett | |||||
| | * | r9771: - Prevent ldb crash when a invalid DN is added | Jelmer Vernooij | 2005-08-30 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | - Don't silently drop records with empty attributes tridge/simo: Could you please verify this patch is correct? | |||||
| | * | r9770: Couple other bugfixes | Jelmer Vernooij | 2005-08-30 | 5 | -93/+51 | |
| | | | | | | | | | | | | Update TODO-list | |||||
| | * | r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000 | Andrew Tridgell | 2005-08-30 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | added a tdb optimisation that speeds up non-indexed ldb by a large margin (often 10x or more). I'd be interested in any comments on the safety of this optimisation. See the comment in the code for an explanation. | |||||
| | * | r9766: Prevent erroneous OOM message | Jelmer Vernooij | 2005-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | ldb_dup_val() sets out->data to NULL if in->length == 0 | |||||
| | * | r9762: Add support for reading good old smbpasswd files | Jelmer Vernooij | 2005-08-29 | 3 | -17/+151 | |
| | | | | | | | | | | | | | | | Fix password support Make base64 decode/encode functions available to EJS | |||||
| | * | r9756: One-way upgrade from Samba3->Samba4 basically works now | Jelmer Vernooij | 2005-08-29 | 2 | -282/+1 | |
| | | | | | | | | | | | | Still need to polish some rough edges | |||||
| | * | r9754: Upgrading with the command line utility now works, at least partially (-: | Jelmer Vernooij | 2005-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | Upgrading using SWAT should work as well now. | |||||
| | * | r9751: Remove C version of samba3dump (the EJS version works nicely as well). | Jelmer Vernooij | 2005-08-29 | 3 | -347/+44 | |
| | | | | | | | | | | | | Fix a couple of bugs in ldb_map. | |||||
| | * | r9744: - [upgrade.js] Start working on smb.conf conversion. | Jelmer Vernooij | 2005-08-29 | 5 | -60/+302 | |
| | | | | | | | | | | | | - [ldb_map] Support storing non-mappable data in a fallback LDB | |||||
| | * | r9735: More work on generating a valid Samba4 configuration using the | Jelmer Vernooij | 2005-08-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | Samba3 data (both console and SWAT) | |||||
| | * | r9731: Fix typo | Andrew Bartlett | 2005-08-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 2005-08-29 | 5 | -43/+312 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kerberos CCACHE into the system. This again allows the use of the system ccache when no username is specified, and brings more code in common between gensec_krb5 and gensec_gssapi. It also has a side-effect that may (or may not) be expected: If there is a ccache, even if it is not used (perhaps the remote server didn't want kerberos), it will change the default username. Andrew Bartlett |