summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
| | | | | Jeremy. (This used to be commit fa8115f32bfd37f75c284ff0f6906dbc2af0f40c)
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
| | | | | Guenther (This used to be commit 09e01a47164702f67403e61bc478d1cb54f0508e)
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
| | | | | Guenther (This used to be commit 7cea527e8712cde34378ae8b32aad1e4aab0c17b)
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
| | | | | Guenther (This used to be commit fd9d73ad44b0f0b3656a50a663b60aa26e7f7376)
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
| | | | | Guenther (This used to be commit 2d5236cc37fe015ce9098a0ebe99cdc0ca3537ae)
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
| | | | | Guenther (This used to be commit 7f021b3cb7845c6eb142668f66599886cd92182f)
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
| | | | | Guenther (This used to be commit b350e482b9b211caf08c22c7528b51e47b4a5cce)
* Add NetJoinDomain call.Günther Deschner2007-11-301-0/+84
| | | | | Guenther (This used to be commit 08a5a036ba97d1f4830d73e95b8369aa9e6683e8)
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-3/+102
| | | | | | Now I can really start removing fixed length strings... Jeremy. (This used to be commit 0ae61e26547e594e94037d4474a008221e5df8cf)
* Fix build warning.Günther Deschner2007-11-301-1/+1
| | | | | Guenther (This used to be commit bf4881d7774681e22f270697c7623bde33c30fe0)
* Fix memleak.Jeremy Allison2007-11-291-0/+1
| | | | | Jeremy. (This used to be commit ccacd170472869391bd1e5bc850b1467492b8fa3)
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+3
| | | | | | | Make us very explicit about how long a talloc ctx should last. Jeremy. (This used to be commit ba9e2be2b5a59684e854609f9d82ea1633448c62)
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-282-0/+6
| | | | (This used to be commit 223352e32372f1b055298cfc6f2770043a845e3d)
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-272-47/+44
| | | | | Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988)
* Remove some staticsVolker Lendecke2007-11-272-33/+15
| | | | (This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)
* Fix bug 5055Volker Lendecke2007-11-262-2/+2
| | | | (This used to be commit 8bcd2df841bae63e7d58c35d4728b7d853471697)
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
| | | | (This used to be commit 9bf5ead4b2be57fa84e5b3137bfa0305a916f10f)
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
| | | | | | built against c90 compilers. (declaration after statement.) Sample patch attached. (This used to be commit 102a247df99967f25dbaf40c9be2d48a8e15c64c)
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
| | | | (This used to be commit 89e2984a84951373d0e93fe06d0c69c8a62bc777)
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
| | | | (This used to be commit e8b866ad87476ef69c06993d255269ce9fba3121)
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
| | | | (This used to be commit 4c992e4340eda31e686a2d2a8db6364aaa456c11)
* Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
| | | | | Jeremy. (This used to be commit a04e916b89c901911ffc0a62e57a3ec87fe7ac28)
* Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-211-0/+13
| | | | | Jeremy. (This used to be commit 4b47052694285a1d1d313dfd61bd17011d62948d)
* More trivial pstring removal.Jeremy Allison2007-11-202-1/+20
| | | | | Jeremy. (This used to be commit bac3bb2f6e9e15b3a9a6a6511c484f8509918ca1)
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-191-89/+41
| | | | | | | them a better match for replacing string_sub. Remove more unused code. Jeremy. (This used to be commit ae7885711f504f1442335f09088cbe149a7e00f9)
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-192-34/+23
| | | | | | no longer using. Jeremy. (This used to be commit c21e9bdc1059268adbd14207e74097349676439e)
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
| | | | | Michael (This used to be commit d2c7417393e58de12b5747b9d6c19aea3c343ea5)
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-152-2/+6
| | | | | Jeremy. (This used to be commit a1725f4ff7ed375808c78ac661b539557748d0a5)
* Fix the build on RHEL5, when libcap-devel is installed.Michael Adam2007-11-161-0/+9
| | | | | | | | | | | | | The /usr/include/sys/capability.h defines _LINUX_TYPES_H which prevents /usr/include/linux/types.h from being parsed (when included afterwards). Thus certain types are undefined that are for instance needed in /usr/include/linux/dqblk_xfs.h. This breaks the build of lib/sysquotas_xfs.c. This commit adds a configure check and a workaround for this. Michael (This used to be commit 11bcdf780e164659b89a66e24edc27e89da7619a)
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-1510-218/+370
| | | | | | | one horror (pstring_clean_name()) which will have to remain until I've removed all pstrings from the client code. Jeremy. (This used to be commit 1ea3ac80146b83c2522b69e7747c823366a2b47d)
* alpha_strcpy includes the space for the terminating nul.Jeremy Allison2007-11-151-3/+6
| | | | | Jeremy. (This used to be commit b3ed3f7e4e40c4f78d4c347411c75de81979455f)
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-142-12/+22
| | | | | | | from pdb_ldap.c. I don't have an LDAP passdb setup here, so I'm going to need some help on testing this. Jeremy. (This used to be commit 00760451b6c2b65f3a8a9187789ca4f270b622a2)
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-20/+44
| | | | | Jeremy. (This used to be commit eaf14c701b08e9eff5b94bf57af68cb29142d7fc)
* Remove a pstring.Jeremy Allison2007-11-111-4/+11
| | | | | Jeremy. (This used to be commit c0412b5d13546f388b615a073e82e7730e01d731)
* Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke2007-11-111-12/+13
| | | | | Fix the build (This used to be commit 432d0e9cb2370e52f7d4cb58d2da747e526403e8)
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-103-5/+14
| | | | | | a bunch of #defines). Remove pstring from msdfs.c. Jeremy. (This used to be commit e203ba22275320808bc11b17361ad1f2d5b0b897)
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-092-116/+209
| | | | | | set on wrong fd (-1). Jeremy. (This used to be commit 52fe04df8e8c08126afe61d509fc1d3cb676e327)
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-091-8/+8
| | | | | | | | | | lib/messages_local.c rpc_client/ndr.c smbd/notify_internal.c utils/net_rpc_registry.c metze (This used to be commit c2645d2164c05976a98bafed980b6029baf89977)
* nss_wrapper: Fix some warningsVolker Lendecke2007-11-091-1/+1
| | | | (This used to be commit b401450e8409c19d12d944c61e5553ed3334bc11)
* Add some commentsVolker Lendecke2007-11-091-3/+3
| | | | (This used to be commit fc58f2f45ab93ecea855e1dc07b6fdccce041c8d)
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-092-4/+5
| | | | (This used to be commit 5f205ab48d8ac3b7af573ea0be1ce095ab835448)
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-092-3/+1
| | | | | This is better done with a 'lp_do_parameter(-1, "socket options", ..); (This used to be commit 814bed029efa391e664ac432d0d68dfeab26381f)
* Fix dbwrap debug outputVolker Lendecke2007-11-092-5/+6
| | | | (This used to be commit 9f9c933c16abacb2d0aa7bc7faa5b1ddac61b0e5)
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-091-77/+0
| | | | | metze (This used to be commit fc98c1904865608509a01911afa46de74873ef41)
* nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsmetze2007-11-091-0/+28
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25873 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit e0c8c01650b2aa0a1ab491c9800b8aa575bf4185)
* nss_wrapper: revert solaris get*ent_r() functionsmetze2007-11-091-62/+0
| | | | | | | | | | This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25872 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 350d6c19e3e933804ce7234f21ef008c74894e2e)
* nss_wrapper: set the destination pointer in the get*_r functionsmetze2007-11-091-2/+10
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25871 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 17b449212a2f68262a95b0ebaabb377cc9a8dcc9)
* libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in ↵metze2007-11-091-2/+2
| | | | | | | | | confdefs.h metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25870 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 95dfbd3a6c22ff6381c8b220b06ec3a5cf59c06b)
* nss_wrapper: add solaris versions of getpwent_r and getgrent_rmetze2007-11-091-0/+62
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25868 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 70ea441fe46d75162adc6c4b055a9fd5fab00342)
* libreplace: solaris has different prototypes for getpwent_r and getgrent_rmetze2007-11-091-0/+32
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25867 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 77900d2ba03455412ad645e757ba468ca90453fb)