summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug 5805: don't close stdout"Karolin Seeger2008-11-171-3/+1
* Revert "Correctly fix smbclient to terminate on eof from server."Karolin Seeger2008-11-171-12/+1
* Revert "OS/X does not have rl_done in readline.h"Karolin Seeger2008-11-171-8/+0
* Revert "Fix some missing error handlings"Karolin Seeger2008-11-171-5/+0
* Revert "Fixed "declaration shadows global declaration" warnings."Karolin Seeger2008-11-171-19/+19
* Revert "Now it's working, back port the aync fix for parsing large cups print...Karolin Seeger2008-11-171-10/+0
* Revert "Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client ac...Karolin Seeger2008-11-171-15/+1
* Revert "Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc...Karolin Seeger2008-11-171-27/+7
* Revert "Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles."Karolin Seeger2008-11-171-11/+0
* Revert "Remove the requirement for ldap call made as root. Add in security"Karolin Seeger2008-11-171-0/+7
* Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-231-7/+0
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-231-0/+11
* Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().Jeremy Allison2008-10-211-7/+27
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-211-1/+15
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-151-0/+10
* Fixed "declaration shadows global declaration" warnings.Tim Prouty2008-10-151-19/+19
* Fix some missing error handlingsVolker Lendecke2008-10-061-0/+5
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-061-0/+8
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-061-1/+12
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-061-1/+3
* Remove unecessary msync.Jeremy Allison2008-09-081-4/+0
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-081-5/+16
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-082-2/+8
* Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-09-011-4/+10
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-09-011-10/+30
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-281-2/+3
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-281-2/+5
* ldb: Fix permissions of new ldg files.samba-3.2.3Karolin Seeger2008-08-271-1/+1
* Revert "Fix bug 5697 nmbd spins in reload_interfaces when only loopback has a...Karolin Seeger2008-08-271-5/+2
* Revert "Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <...Karolin Seeger2008-08-271-3/+2
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-221-2/+3
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-211-2/+5
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-181-17/+17
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+9
* Attempt to fix bug 5684Volker Lendecke2008-08-131-1/+1
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-131-2/+10
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-134-16/+25
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron2008-08-111-1/+1
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron2008-08-111-1/+2
* fixed permissions on ctdb databasesAndrew Tridgell2008-08-111-0/+5
* dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic().Michael Adam2008-08-111-0/+7
* secrets: fix replacemend random seed generator (security issue).Michael Adam2008-08-111-2/+6
* dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic().Michael Adam2008-08-111-0/+7
* idmap_tdb2: fix a race condition in idmap_tdb2_allocate_id().Michael Adam2008-08-111-2/+6
* talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger2008-07-251-1/+1
* get rid of unused variable warnings when HAVE_IPV6 not definedHerb Lewis2008-07-251-2/+2
* smbldap: Fix typo in debug message.Karolin Seeger2008-07-181-1/+1
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-171-1/+1
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-161-1/+3
* Fix typo.Karolin Seeger2008-07-142-2/+2