summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-092-3/+1
* Fix dbwrap debug outputVolker Lendecke2007-11-092-5/+6
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-091-77/+0
* nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsmetze2007-11-091-0/+28
* nss_wrapper: revert solaris get*ent_r() functionsmetze2007-11-091-62/+0
* nss_wrapper: set the destination pointer in the get*_r functionsmetze2007-11-091-2/+10
* libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confde...metze2007-11-091-2/+2
* nss_wrapper: add solaris versions of getpwent_r and getgrent_rmetze2007-11-091-0/+62
* libreplace: solaris has different prototypes for getpwent_r and getgrent_rmetze2007-11-091-0/+32
* nss_wrapper: not all systems have get*_r callsmetze2007-11-091-0/+20
* libreplace: check for nss passwd|group get*_r functionsmetze2007-11-091-0/+2
* nss_wrapper: add nss_wrapper.plmetze2007-11-091-0/+265
* nss_wrapper: add support for groups and return EPERM in initgroups()metze2007-11-091-15/+356
* nss_wrapper: add support for passwd accountsmetze2007-11-091-14/+567
* nss_wrapper: add lib/nss_wrapper skeletonmetze2007-11-094-0/+374
* Try to fix building dso's on hpux with gccjelmer2007-11-091-1/+5
* Try to get some more flags right.jelmer2007-11-091-4/+4
* Add libreplace macro for soname flags.jelmer2007-11-091-0/+41
* Try to fix the build on some HPUX machines.jelmer2007-11-091-3/+1
* More pstring/fstring removal.Jeremy Allison2007-11-081-11/+16
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-56/+43
* Remove unneeded variable.Jeremy Allison2007-11-081-6/+3
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-081-0/+2
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-083-35/+38
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-081-1/+1
|\
| * libreplace: we need to link to make sure the functions are availableStefan Metzmacher2007-11-081-1/+1
* | Unify the name and addr cache for client_name toJeremy Allison2007-11-071-21/+31
|/
* Fix tdbtorture build.Jeremy Allison2007-11-061-1/+1
* Fix const warning.Jeremy Allison2007-11-061-1/+1
* Keep the tdb code in sync with Samba4.Jeremy Allison2007-11-0612-54/+238
* Fix bug where tdb lock call interrupted withJeremy Allison2007-11-069-0/+29
* libreplace: we should only have one location where we check for required func...metze2007-11-061-4/+1
* libreplace: we need include <unistd.h> before nss_wrapper.hmetze2007-11-061-0/+3
* Fix export dynamic for HPUX.jelmer2007-11-061-4/+12
* Remove flag that causes problems on some hosts.jelmer2007-11-061-1/+1
* Wrap native HPUX functions in dl implementation.jelmer2007-11-061-0/+16
* Check for HPUX dl functions.jelmer2007-11-061-0/+5
* Move SHLIBEXT determination into a test as well.jelmer2007-11-061-0/+18
* Move system-specific ldflags checks to libreplace so they can be used by ldb.jelmer2007-11-061-0/+38
* Add macro for picflag.jelmer2007-11-061-0/+55
* Add configure test for -Wl,--export-dynamic.jelmer2007-11-062-0/+11
* libreplace: include nss_wrapper.h if NSS_WRAPPER is definedmetze2007-11-061-0/+7
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-43/+44
* Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison2007-11-041-1/+8
* This should really be a cond_set_smb_read_error().Jeremy Allison2007-11-041-3/+1
* Don't use 0 when we mean SMB_READ_OK.Jeremy Allison2007-11-041-1/+1
* Merge commit 'origin/v3-2-test' into branches/upstreamGünther Deschner2007-11-051-6/+1
|\
| * Remove unnecessary codeVolker Lendecke2007-11-051-6/+1
* | Display sec ace flags.Günther Deschner2007-11-051-3/+31
|/
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-033-42/+40