summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-11-09nss_wrapper: Fix some warningsVolker Lendecke1-1/+1
2007-11-09Fix some warningsVolker Lendecke2-2/+3
2007-11-09Add some commentsVolker Lendecke1-3/+3
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke5-20/+21
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke8-25/+18
2007-11-09pstring removalVolker Lendecke1-4/+5
2007-11-09Fix dbwrap debug outputVolker Lendecke2-5/+6
2007-11-09make test: try to get a more portable way to get UID and GIDStefan Metzmacher1-2/+2
2007-11-09use samba4's librpc/ndr/uuid.cStefan Metzmacher3-127/+229
2007-11-09make test: start winbinddStefan Metzmacher3-1/+71
2007-11-09we don't have build-farm specific tests anymoreStefan Metzmacher1-4/+1
2007-11-09remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2-85/+0
2007-11-09make test: activate nss_wrapper for make testStefan Metzmacher2-5/+30
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-09use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher3-1/+4
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 Allison6-76/+81
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 Allison3-2/+4
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison11-83/+106
2007-11-08Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison11-236/+422
2007-11-08sync the most parts of librpc/ndr with samba4Stefan Metzmacher4-228/+382
2007-11-08add '_PUBLIC_' prototypes into proto.hStefan Metzmacher1-2/+2
2007-11-08add win_errstr() as wrapper of dos_errstr().Stefan Metzmacher1-0/+6
2007-11-08we should not ignore convert_string_talloc() failures.Stefan Metzmacher1-1/+1
2007-11-08libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
2007-11-08Try to fix the build on systems without struct sockaddr_storage typeMichael Adam1-0/+1
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2-3/+28
2007-11-07Try to fix the build on irix.Michael Adam1-2/+2
2007-11-07Unify the name and addr cache for client_name toJeremy Allison1-21/+31
2007-11-07- check return value of ndr_push_set_switch_value()metze1-1/+8
2007-11-07use error and out logicmetze1-3/+7
2007-11-07use NT_STATUS_HAVE_NO_MEMORY()metze1-3/+1
2007-11-07use NDR_CHECK()metze1-4/+3
2007-11-07check the return value of ndr_push_set_switch_value()metze1-1/+1