summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary msync.old-v4-0-testJeremy Allison2008-09-141-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-142-2/+8
* Attempt to fix bug 5684Volker Lendecke2008-09-141-1/+1
* Fix warnings on SuSE 9.0.Stefan Metzmacher2008-09-141-0/+8
* Fix bug 5400Volker Lendecke2008-09-141-2/+2
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher2008-09-141-4/+4
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron2008-09-141-1/+1
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron2008-09-141-1/+2
* Fix typo.Karolin Seeger2008-09-142-2/+2
* Correctly find a [u]int32_t replacementVolker Lendecke2008-09-141-6/+15
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-09-141-5/+2
* Fix spellings and file namesSimo Sorce2008-09-122-32/+32
* 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
|/ /