summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-106-42/+55
* Remove last pstring from sesssetup.cJeremy Allison2007-11-101-19/+21
* Fix the build when realpath doesn't take nullJeremy Allison2007-11-101-1/+1
* Remove pstring from service.c.Jeremy Allison2007-11-101-71/+109
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-094-123/+212
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-094-30/+40
* ndr: change NTSTAUS into enum ndr_err_code (ndrdump)metze2007-11-091-8/+14
* rerun make idlStefan Metzmacher2007-11-0940-4946/+4946
* ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher2007-11-094-94/+94
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-094-193/+206
* prepare changes in ndr codeStefan Metzmacher2007-11-091-3/+2
* Sanitize smbcacls slightlyVolker Lendecke2007-11-091-94/+144
* Fix some warningsVolker Lendecke2007-11-091-9/+18
* nss_wrapper: Fix some warningsVolker Lendecke2007-11-091-1/+1
* Fix some warningsVolker Lendecke2007-11-092-2/+3
* Add some commentsVolker Lendecke2007-11-091-3/+3
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-095-20/+21
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-098-25/+18
* pstring removalVolker Lendecke2007-11-091-4/+5
* Fix dbwrap debug outputVolker Lendecke2007-11-092-5/+6
* make test: try to get a more portable way to get UID and GIDStefan Metzmacher2007-11-091-2/+2
* Fix typoKarolin Seeger2007-11-091-1/+1
* use samba4's librpc/ndr/uuid.cStefan Metzmacher2007-11-093-127/+229
* The FSF has moved around a lot. This fixes their Mass Ave address.Michael Adam2007-11-092-4/+2
* Find and fix more GPL2 -> GPL3.Michael Adam2007-11-092-2/+2
* r23714: This script allows for adding lists of users (or other objects)Michael Adam2007-11-091-0/+167
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-11-091-7/+10
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-11-091-0/+155
* make test: start winbinddStefan Metzmacher2007-11-093-1/+71
* we don't have build-farm specific tests anymoreStefan Metzmacher2007-11-091-4/+1
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-092-85/+0
* make test: activate nss_wrapper for make testStefan Metzmacher2007-11-092-5/+30
* 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
* use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher2007-11-093-1/+4
* 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