Age | Commit message (Expand) | Author | Files | Lines |
2008-09-14 | Fix warnings on SuSE 9.0. | Stefan Metzmacher | 1 | -0/+8 |
2008-09-14 | Fix bug 5400 | Volker Lendecke | 1 | -2/+2 |
2008-09-14 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Stefan Metzmacher | 1 | -4/+4 |
2008-09-14 | using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s... | Yannick Bergeron | 1 | -1/+1 |
2008-09-14 | Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro... | Yannick Bergeron | 1 | -1/+2 |
2008-09-14 | Fix typo. | Karolin Seeger | 2 | -2/+2 |
2008-09-14 | Correctly find a [u]int32_t replacement | Volker Lendecke | 1 | -6/+15 |
2008-09-14 | Fix replacement getpass. If we ^C at the prompt echo was left off. | Jeremy Allison | 1 | -5/+2 |
2008-09-12 | Fix spellings and file names | Simo Sorce | 2 | -32/+32 |
2008-09-09 | Fix up the "reg_common_open_remote" call | Matthias Dieter Wallnöfer | 4 | -8/+9 |
2008-09-09 | Two useful "regshell" improvements | Matthias Dieter Wallnöfer | 1 | -8/+6 |
2008-09-07 | lzxpress: Import of lzxpress compression | Matthieu Suiche | 2 | -0/+179 |
2008-09-07 | lzxpress: fix for decompression... | Matthieu Suiche | 2 | -21/+17 |
2008-09-06 | Always free tmp contexts before returning | Simo Sorce | 1 | -0/+1 |
2008-09-06 | zlib: we require zlib-1.2.3 or higher | Stefan Metzmacher | 1 | -3/+18 |
2008-09-06 | Revert "zlib: add inflateReset2()..." | Stefan Metzmacher | 3 | -28/+3 |
2008-09-06 | Revert "zlib: we don't need the inflateReset2 prototype twice" | Stefan Metzmacher | 1 | -0/+2 |
2008-09-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -14/+13 |
2008-09-03 | Fix embedding of Samba 4. | Jelmer Vernooij | 1 | -14/+13 |
2008-08-30 | Add a setexpiry operation in samdb.py | Andrew Tridgell | 4 | -91/+97 |
2008-08-22 | disable the anr== tests until they are understood | Andrew Tridgell | 1 | -12/+13 |
2008-08-22 | fixed the GUID and objectSID canonicalisation functions | Andrew Tridgell | 1 | -1/+3 |
2008-08-22 | fixed a speellling erra | Andrew Tridgell | 1 | -1/+1 |
2008-08-22 | fixed a problem with length limited ldap values | Andrew Tridgell | 10 | -29/+48 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 5 | -16/+31 |
2008-08-21 | Push loading the objectGUID and objectSID handlers earlier. | Andrew Bartlett | 1 | -4/+8 |
2008-08-21 | Handle error cases in attribute handlers better. | Andrew Bartlett | 1 | -8/+18 |
2008-08-21 | All these syntaxes are now handled by the schema. | Andrew Bartlett | 1 | -6/+0 |
2008-08-21 | Don't hardcode attributes to be treated as a DN | Andrew Bartlett | 1 | -14/+1 |
2008-08-21 | Correct anr search commants and error messages in ldap.js | Andrew Bartlett | 1 | -7/+7 |
2008-08-21 | Don't allow a NULL syntax | Andrew Bartlett | 1 | -0/+4 |
2008-08-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -0/+4 |
2008-08-20 | don't overwrite fixed attributes with @ATTRIBUTES | Andrew Tridgell | 1 | -0/+4 |
2008-08-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 3 | -2/+14 |
2008-08-20 | Merge commit 'origin/v4-0-test' into v4-0-test | Andrew Tridgell | 24 | -176/+350 |
2008-08-20 | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributes | Andrew Tridgell | 2 | -2/+7 |
2008-08-20 | Remove last traces of the old 'subclass' feature | Andrew Bartlett | 1 | -7/+0 |
2008-08-19 | added some comments at the request of a frustrated abartlet | Andrew Tridgell | 1 | -0/+7 |
2008-08-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 15 | -80/+277 |
2008-08-18 | librpc: don't build the old mszip decompression code | Stefan Metzmacher | 1 | -2/+2 |
2008-08-18 | zlib: mark as modified for samba | Stefan Metzmacher | 1 | -2/+8 |
2008-08-18 | zlib: fix compiler warnings | Stefan Metzmacher | 12 | -74/+80 |
2008-08-18 | zlib: we don't need the inflateReset2 prototype twice | Stefan Metzmacher | 1 | -2/+0 |
2008-08-18 | lib/compression: Import of lzxpress decompression algorithm | Matthieu Suiche | 3 | -1/+188 |
2008-08-18 | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 3 | -10/+30 |
2008-08-18 | Allow attributes to be overwritten, not just added to | Andrew Bartlett | 1 | -3/+11 |
2008-08-18 | Remove references to the unused @SUBCLASS feature. | Andrew Bartlett | 4 | -83/+2 |
2008-08-15 | Generate the subSchema in cn=Aggregate | Andrew Bartlett | 1 | -0/+30 |
2008-08-07 | lib: prepare the build of zlib | Stefan Metzmacher | 3 | -0/+32 |
2008-08-07 | zlib: add inflateReset2()... | Stefan Metzmacher | 3 | -3/+28 |