summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Fix typo.Karolin Seeger2-2/+2
2008-07-11Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke1-15/+10
2008-07-11Revert "Remove gencache_[un]lock_entry"Volker Lendecke1-0/+25
2008-07-10Fix a segfault in base64_encode_data_blobVolker Lendecke1-1/+3
2008-07-10A brown paper bag bug fix for "net sam rights"Volker Lendecke1-1/+1
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman1-2/+2
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+5
2008-07-08Minor style correctionZach Loafman1-2/+2
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-07-03Remove gencache_[un]lock_entryVolker Lendecke1-25/+0
2008-07-03Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke1-10/+15
2008-07-03netapi: fix doxygen warning.Günther Deschner1-1/+1
2008-07-02Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison1-1/+1
2008-07-02Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison1-0/+3
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare1-1/+1
2008-07-01Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison1-1/+1
2008-07-01Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison1-1/+1
2008-06-27Do not segfault if corepath is not set up properlyVolker Lendecke1-0/+5
2008-06-27Fix warnings on SuSE 9.0.Karolin Seeger1-0/+8
2008-06-26ctdbd_connect: bump debug level to 1 for "connect failed" message.Michael Adam1-1/+1
2008-06-26messages: bump debug level to 1 for "messaging_ctdb_init failed".Michael Adam1-2/+2
2008-06-25netapi: add NetUserChangePassword() example code.Günther Deschner2-0/+105
2008-06-25netapi: add NetUserChangePassword() to public headers.Günther Deschner1-0/+20
2008-06-25netapi: add NetUserChangePassword skeleton.Günther Deschner3-0/+72
2008-06-24libads: use ads_connect_user_creds in some places.Günther Deschner1-1/+1
2008-06-23time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner1-0/+7
2008-06-23libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam1-0/+1
2008-06-23libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam1-2/+2
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke2-4/+4
2008-06-21Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2-5/+7
2008-06-20Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison1-2/+6
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-19Fix the build on FreeBSD 4.6.2Volker Lendecke1-4/+5
2008-06-18Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam1-1/+4
2008-06-17netapi: use NetUserEnum filter in example code.Günther Deschner1-1/+1
2008-06-17netapi: add NetUserEnum filter constants to public headers.Günther Deschner1-0/+6
2008-06-17netapi: implement NetUserEnum filters.Günther Deschner1-1/+22
2008-06-17netapi: add NetRemoteTOD example code.Günther Deschner2-1/+90
2008-06-17netapi: implement NetRemoteTOD().Günther Deschner1-2/+32
2008-06-17netapi: make NetRemoteTOD() headers public.Günther Deschner1-0/+31
2008-06-17netapi: add NetRemoteTOD() skeleton.Günther Deschner3-0/+67
2008-06-17netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner1-2/+6
2008-06-13Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke1-1/+7
2008-06-11Fix max_fd calculation in event_loop_onceVolker Lendecke1-1/+1
2008-06-10Correctly find a [u]int32_t replacementVolker Lendecke1-6/+15
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
2008-06-10socket_wrapper: sync missing stuff from v4-0-testStefan Metzmacher5-8/+17
2008-06-10Factor out IP marshalling into separate function.Jelmer Vernooij1-36/+43
2008-06-10r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5