summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Add NetJoinDomain call.Günther Deschner2007-11-301-0/+84
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-3/+102
* Fix build warning.Günther Deschner2007-11-301-1/+1
* Fix memleak.Jeremy Allison2007-11-291-0/+1
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+3
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-282-0/+6
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-272-47/+44
* Remove some staticsVolker Lendecke2007-11-272-33/+15
* Fix bug 5055Volker Lendecke2007-11-262-2/+2
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
* Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
* Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-211-0/+13
* More trivial pstring removal.Jeremy Allison2007-11-202-1/+20
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-191-89/+41
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-192-34/+23
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-152-2/+6
* Fix the build on RHEL5, when libcap-devel is installed.Michael Adam2007-11-161-0/+9
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-1510-218/+370
* alpha_strcpy includes the space for the terminating nul.Jeremy Allison2007-11-151-3/+6
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-142-12/+22
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-20/+44
* Remove a pstring.Jeremy Allison2007-11-111-4/+11
* Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke2007-11-111-12/+13
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-103-5/+14
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-092-116/+209
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-091-8/+8
* nss_wrapper: Fix some warningsVolker Lendecke2007-11-091-1/+1
* Add some commentsVolker Lendecke2007-11-091-3/+3
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-092-4/+5
* 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