summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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-086-76/+81
* 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-083-2/+4
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-0811-83/+106
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-0811-236/+422
|\
| * sync the most parts of librpc/ndr with samba4Stefan Metzmacher2007-11-084-228/+382
| * add '_PUBLIC_' prototypes into proto.hStefan Metzmacher2007-11-081-2/+2
| * add win_errstr() as wrapper of dos_errstr().Stefan Metzmacher2007-11-081-0/+6
| * we should not ignore convert_string_talloc() failures.Stefan Metzmacher2007-11-081-1/+1
| * libreplace: we need to link to make sure the functions are availableStefan Metzmacher2007-11-081-1/+1
| * Try to fix the build on systems without struct sockaddr_storage typeMichael Adam2007-11-081-0/+1
| * Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-072-3/+28
| * Try to fix the build on irix.Michael Adam2007-11-071-2/+2
* | Unify the name and addr cache for client_name toJeremy Allison2007-11-071-21/+31
|/
* - check return value of ndr_push_set_switch_value()metze2007-11-071-1/+8
* use error and out logicmetze2007-11-071-3/+7
* use NT_STATUS_HAVE_NO_MEMORY()metze2007-11-071-3/+1
* use NDR_CHECK()metze2007-11-071-4/+3
* check the return value of ndr_push_set_switch_value()metze2007-11-071-1/+1
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()metze2007-11-071-16/+6
* the return value of ndr_pull_set_switch_value() should be checkedmetze2007-11-071-2/+2
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosmetze2007-11-071-22/+10
* add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlymetze2007-11-072-3/+10
* create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze2007-11-071-4/+20
* 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
* Ensure we don't use massive writes in pipe mode.Jeremy Allison2007-11-061-2/+3
* Move some access check functions that are not posix-acl specificMichael Adam2007-11-063-212/+240
* Don't repeat fast-pathing...Michael Adam2007-11-061-1/+1
* This is a proposed patch for Bug #5023.Michael Adam2007-11-061-300/+70
* Add a const.Michael Adam2007-11-061-1/+1
* 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