Age | Commit message (Expand) | Author | Files | Lines |
2007-11-09 | nss_wrapper: hopefully a better fix for the solaris get*ent_r functions | metze | 1 | -0/+28 |
2007-11-09 | nss_wrapper: revert solaris get*ent_r() functions | metze | 1 | -62/+0 |
2007-11-09 | nss_wrapper: set the destination pointer in the get*_r functions | metze | 1 | -2/+10 |
2007-11-09 | libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confde... | metze | 1 | -2/+2 |
2007-11-09 | nss_wrapper: add solaris versions of getpwent_r and getgrent_r | metze | 1 | -0/+62 |
2007-11-09 | libreplace: solaris has different prototypes for getpwent_r and getgrent_r | metze | 1 | -0/+32 |
2007-11-09 | nss_wrapper: not all systems have get*_r calls | metze | 1 | -0/+20 |
2007-11-09 | libreplace: check for nss passwd|group get*_r functions | metze | 1 | -0/+2 |
2007-11-09 | nss_wrapper: add nss_wrapper.pl | metze | 1 | -0/+265 |
2007-11-09 | nss_wrapper: add support for groups and return EPERM in initgroups() | metze | 1 | -15/+356 |
2007-11-09 | nss_wrapper: add support for passwd accounts | metze | 1 | -14/+567 |
2007-11-09 | nss_wrapper: add lib/nss_wrapper skeleton | metze | 4 | -0/+374 |
2007-11-09 | Try to fix building dso's on hpux with gcc | jelmer | 1 | -1/+5 |
2007-11-09 | Try to get some more flags right. | jelmer | 1 | -4/+4 |
2007-11-09 | Add libreplace macro for soname flags. | jelmer | 1 | -0/+41 |
2007-11-09 | Try to fix the build on some HPUX machines. | jelmer | 1 | -3/+1 |
2007-11-08 | More pstring/fstring removal. | Jeremy Allison | 1 | -11/+16 |
2007-11-08 | Remove more pstring/fstrings. | Jeremy Allison | 1 | -56/+43 |
2007-11-08 | Remove unneeded variable. | Jeremy Allison | 1 | -6/+3 |
2007-11-08 | Fix case where we have no dns domain name. Return a talloc of "". | Jeremy Allison | 1 | -0/+2 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 3 | -35/+38 |
2007-11-08 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2007-11-08 | libreplace: we need to link to make sure the functions are available | Stefan Metzmacher | 1 | -1/+1 |
2007-11-07 | Unify the name and addr cache for client_name to | Jeremy Allison | 1 | -21/+31 |
2007-11-06 | Fix tdbtorture build. | Jeremy Allison | 1 | -1/+1 |
2007-11-06 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2007-11-06 | Keep the tdb code in sync with Samba4. | Jeremy Allison | 12 | -54/+238 |
2007-11-06 | Fix bug where tdb lock call interrupted with | Jeremy Allison | 9 | -0/+29 |
2007-11-06 | libreplace: we should only have one location where we check for required func... | metze | 1 | -4/+1 |
2007-11-06 | libreplace: we need include <unistd.h> before nss_wrapper.h | metze | 1 | -0/+3 |
2007-11-06 | Fix export dynamic for HPUX. | jelmer | 1 | -4/+12 |
2007-11-06 | Remove flag that causes problems on some hosts. | jelmer | 1 | -1/+1 |
2007-11-06 | Wrap native HPUX functions in dl implementation. | jelmer | 1 | -0/+16 |
2007-11-06 | Check for HPUX dl functions. | jelmer | 1 | -0/+5 |
2007-11-06 | Move SHLIBEXT determination into a test as well. | jelmer | 1 | -0/+18 |
2007-11-06 | Move system-specific ldflags checks to libreplace so they can be used by ldb. | jelmer | 1 | -0/+38 |
2007-11-06 | Add macro for picflag. | jelmer | 1 | -0/+55 |
2007-11-06 | Add configure test for -Wl,--export-dynamic. | jelmer | 2 | -0/+11 |
2007-11-06 | libreplace: include nss_wrapper.h if NSS_WRAPPER is defined | metze | 1 | -0/+7 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -43/+44 |
2007-11-04 | Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries) | Jeremy Allison | 1 | -1/+8 |
2007-11-04 | This should really be a cond_set_smb_read_error(). | Jeremy Allison | 1 | -3/+1 |
2007-11-04 | Don't use 0 when we mean SMB_READ_OK. | Jeremy Allison | 1 | -1/+1 |
2007-11-05 | Merge commit 'origin/v3-2-test' into branches/upstream | Günther Deschner | 1 | -6/+1 |
2007-11-05 | Remove unnecessary code | Volker Lendecke | 1 | -6/+1 |
2007-11-05 | Display sec ace flags. | Günther Deschner | 1 | -3/+31 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 3 | -42/+40 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 3 | -39/+33 |
2007-11-03 | Missed one case where I need to pass down addrlen. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 3 | -14/+16 |