summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison2-116/+209
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-8/+8
2007-11-09nss_wrapper: Fix some warningsVolker Lendecke1-1/+1
2007-11-09Add some commentsVolker Lendecke1-3/+3
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke2-4/+5
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke2-3/+1
2007-11-09Fix dbwrap debug outputVolker Lendecke2-5/+6
2007-11-09remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher1-77/+0
2007-11-09nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsmetze1-0/+28
2007-11-09nss_wrapper: revert solaris get*ent_r() functionsmetze1-62/+0
2007-11-09nss_wrapper: set the destination pointer in the get*_r functionsmetze1-2/+10
2007-11-09libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confde...metze1-2/+2
2007-11-09nss_wrapper: add solaris versions of getpwent_r and getgrent_rmetze1-0/+62
2007-11-09libreplace: solaris has different prototypes for getpwent_r and getgrent_rmetze1-0/+32
2007-11-09nss_wrapper: not all systems have get*_r callsmetze1-0/+20
2007-11-09libreplace: check for nss passwd|group get*_r functionsmetze1-0/+2
2007-11-09nss_wrapper: add nss_wrapper.plmetze1-0/+265
2007-11-09nss_wrapper: add support for groups and return EPERM in initgroups()metze1-15/+356
2007-11-09nss_wrapper: add support for passwd accountsmetze1-14/+567
2007-11-09nss_wrapper: add lib/nss_wrapper skeletonmetze4-0/+374
2007-11-09Try to fix building dso's on hpux with gccjelmer1-1/+5
2007-11-09Try to get some more flags right.jelmer1-4/+4
2007-11-09Add libreplace macro for soname flags.jelmer1-0/+41
2007-11-09Try to fix the build on some HPUX machines.jelmer1-3/+1
2007-11-08More pstring/fstring removal.Jeremy Allison1-11/+16
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-56/+43
2007-11-08Remove unneeded variable.Jeremy Allison1-6/+3
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-0/+2
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison3-35/+38
2007-11-08Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2007-11-08libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
2007-11-07Unify the name and addr cache for client_name toJeremy Allison1-21/+31
2007-11-06Fix tdbtorture build.Jeremy Allison1-1/+1
2007-11-06Fix const warning.Jeremy Allison1-1/+1
2007-11-06Keep the tdb code in sync with Samba4.Jeremy Allison12-54/+238
2007-11-06Fix bug where tdb lock call interrupted withJeremy Allison9-0/+29
2007-11-06libreplace: we should only have one location where we check for required func...metze1-4/+1
2007-11-06libreplace: we need include <unistd.h> before nss_wrapper.hmetze1-0/+3
2007-11-06Fix export dynamic for HPUX.jelmer1-4/+12
2007-11-06Remove flag that causes problems on some hosts.jelmer1-1/+1
2007-11-06Wrap native HPUX functions in dl implementation.jelmer1-0/+16
2007-11-06Check for HPUX dl functions.jelmer1-0/+5
2007-11-06Move SHLIBEXT determination into a test as well.jelmer1-0/+18
2007-11-06Move system-specific ldflags checks to libreplace so they can be used by ldb.jelmer1-0/+38
2007-11-06Add macro for picflag.jelmer1-0/+55
2007-11-06Add configure test for -Wl,--export-dynamic.jelmer2-0/+11
2007-11-06libreplace: include nss_wrapper.h if NSS_WRAPPER is definedmetze1-0/+7
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-43/+44
2007-11-04Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison1-1/+8
2007-11-04This should really be a cond_set_smb_read_error().Jeremy Allison1-3/+1