summaryrefslogtreecommitdiff
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer2008-09-094-8/+9
* Two useful "regshell" improvementsMatthias Dieter Wallnöfer2008-09-091-8/+6
* lzxpress: Import of lzxpress compressionMatthieu Suiche2008-09-072-0/+179
* lzxpress: fix for decompression...Matthieu Suiche2008-09-072-21/+17
* Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
* zlib: we require zlib-1.2.3 or higherStefan Metzmacher2008-09-061-3/+18
* Revert "zlib: add inflateReset2()..."Stefan Metzmacher2008-09-063-28/+3
* Revert "zlib: we don't need the inflateReset2 prototype twice"Stefan Metzmacher2008-09-061-0/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-09-041-14/+13
|\
| * Fix embedding of Samba 4.Jelmer Vernooij2008-09-031-14/+13
* | Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-304-91/+97
|/
* disable the anr== tests until they are understoodAndrew Tridgell2008-08-221-12/+13
* fixed the GUID and objectSID canonicalisation functionsAndrew Tridgell2008-08-221-1/+3
* fixed a speellling erraAndrew Tridgell2008-08-221-1/+1
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-2210-29/+48
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-215-16/+31
* Push loading the objectGUID and objectSID handlers earlier.Andrew Bartlett2008-08-211-4/+8
* Handle error cases in attribute handlers better.Andrew Bartlett2008-08-211-8/+18
* All these syntaxes are now handled by the schema.Andrew Bartlett2008-08-211-6/+0
* Don't hardcode attributes to be treated as a DNAndrew Bartlett2008-08-211-14/+1
* Correct anr search commants and error messages in ldap.jsAndrew Bartlett2008-08-211-7/+7
* Don't allow a NULL syntaxAndrew Bartlett2008-08-211-0/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-201-0/+4
|\
| * don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-203-2/+14
|\ \ | |/
| * Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-2024-176/+350
| |\
| * | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-202-2/+7
| * | added some comments at the request of a frustrated abartletAndrew Tridgell2008-08-191-0/+7
* | | Remove last traces of the old 'subclass' featureAndrew Bartlett2008-08-201-7/+0
| |/ |/|
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1915-80/+277
|\ \
| * | librpc: don't build the old mszip decompression codeStefan Metzmacher2008-08-181-2/+2
| * | zlib: mark as modified for sambaStefan Metzmacher2008-08-181-2/+8
| * | zlib: fix compiler warningsStefan Metzmacher2008-08-1812-74/+80
| * | zlib: we don't need the inflateReset2 prototype twiceStefan Metzmacher2008-08-181-2/+0
| * | lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche2008-08-183-1/+188
* | | Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-183-10/+30
* | | Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
* | | Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-184-83/+2
|/ /
* | Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-151-0/+30
|/
* lib: prepare the build of zlibStefan Metzmacher2008-08-073-0/+32
* zlib: add inflateReset2()...Stefan Metzmacher2008-08-073-3/+28
* import of zlib-1.2.3Stefan Metzmacher2008-08-07200-0/+54035
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-011-2/+3
* lib/crypto: remove dependency to internal heimdalStefan Metzmacher2008-08-011-2/+21
* lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher2008-07-261-0/+1
* Define HAVE_ASM_BYTEORDER at all timesBrad Hards2008-07-251-2/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-07-242-4/+5
|\
| * Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett2008-07-211-2/+2
| * Fix ldb_map to add/remove the same 'extra' objectclassAndrew Bartlett2008-07-211-2/+3
* | fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
|/