summaryrefslogtreecommitdiff
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor style correctionZach Loafman2008-07-101-2/+2
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison2008-07-061-1/+1
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-061-0/+3
* MSG_DEBUG now forwarded to all the winbindd children by parent.Jeremy Allison2008-07-061-1/+1
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-061-1/+1
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison2008-07-061-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-232-5/+7
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-201-4/+5
* Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
* 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-161-1/+7
* Fix max_fd calculation in event_loop_onceVolker Lendecke2008-06-121-1/+1
* Correctly find a [u]int32_t replacementVolker Lendecke2008-06-111-6/+15
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
* netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner2008-06-091-3/+3
* netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-091-11/+25
* build: fix build warning.Günther Deschner2008-06-051-1/+1
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-041-1/+25
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-301-13/+5
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-291-0/+5
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-261-2/+19
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-222-3/+4