summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-161-1/+15
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-101-0/+10
* Fixed "declaration shadows global declaration" warnings.Tim Prouty2008-10-071-19/+19
* Fix some missing error handlingsVolker Lendecke2008-10-051-0/+5
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-031-1/+12
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
* Remove unecessary msync.Jeremy Allison2008-09-051-4/+0
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-5/+16
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-032-2/+8
* Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-08-291-4/+10
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-281-10/+30
* ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-211-2/+3
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-191-2/+5
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-151-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-121-2/+10
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-124-16/+25
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron2008-08-081-1/+1
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron2008-08-061-1/+2
* fixed permissions on ctdb databasesAndrew Tridgell2008-08-061-0/+5
* dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic().Michael Adam2008-08-061-0/+7
* secrets: fix replacemend random seed generator (security issue).Michael Adam2008-08-061-2/+6
* dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic().Michael Adam2008-08-061-0/+7
* idmap_tdb2: fix a race condition in idmap_tdb2_allocate_id().Michael Adam2008-08-061-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-221-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 typo.Karolin Seeger2008-07-142-2/+2
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-101-1/+3
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* Minor style correctionZach Loafman2008-07-081-2/+2
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison2008-07-021-1/+1
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-021-0/+3
* MSG_DEBUG now forwarded to all the winbindd children by parent.Jeremy Allison2008-07-011-1/+1
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-011-1/+1
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison2008-07-011-1/+1
* Fix warnings on SuSE 9.0.Karolin Seeger2008-06-271-0/+8
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-232-4/+4
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-212-5/+7
* Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-201-4/+5
* Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam2008-06-181-1/+4
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
* Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke2008-06-131-1/+7
* Fix max_fd calculation in event_loop_onceVolker Lendecke2008-06-111-1/+1