summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam2008-07-151-1/+8
* dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam2008-07-151-1/+8
* popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-151-0/+6
* Fix typo.Karolin Seeger2008-07-142-2/+2
* Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2008-07-111-15/+10
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-111-0/+25
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-101-1/+3
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-101-1/+1
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-081-2/+2
|\
| * Minor style correctionZach Loafman2008-07-081-2/+2
* | [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+5
|/
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-031-25/+0
* Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke2008-07-031-10/+15
* netapi: fix doxygen warning.Günther Deschner2008-07-031-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.Darshan Purandare2008-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
* Do not segfault if corepath is not set up properlyVolker Lendecke2008-06-271-0/+5
* Fix warnings on SuSE 9.0.Karolin Seeger2008-06-271-0/+8
* ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam2008-06-261-1/+1
* messages: bump debug level to 1 for "messaging_ctdb_init failed".Michael Adam2008-06-261-2/+2
* netapi: add NetUserChangePassword() example code.Günther Deschner2008-06-252-0/+105
* netapi: add NetUserChangePassword() to public headers.Günther Deschner2008-06-251-0/+20
* netapi: add NetUserChangePassword skeleton.Günther Deschner2008-06-253-0/+72
* libads: use ads_connect_user_creds in some places.Günther Deschner2008-06-241-1/+1
* time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner2008-06-231-0/+7
* libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam2008-06-231-0/+1
* libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam2008-06-231-2/+2
* 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
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-191-4/+5
* Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam2008-06-181-1/+4
* netapi: use NetUserEnum filter in example code.Günther Deschner2008-06-171-1/+1
* netapi: add NetUserEnum filter constants to public headers.Günther Deschner2008-06-171-0/+6
* netapi: implement NetUserEnum filters.Günther Deschner2008-06-171-1/+22
* netapi: add NetRemoteTOD example code.Günther Deschner2008-06-172-1/+90
* netapi: implement NetRemoteTOD().Günther Deschner2008-06-171-2/+32
* netapi: make NetRemoteTOD() headers public.Günther Deschner2008-06-171-0/+31
* netapi: add NetRemoteTOD() skeleton.Günther Deschner2008-06-173-0/+67
* 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
* Correctly find a [u]int32_t replacementVolker Lendecke2008-06-101-6/+15
* socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8