summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-10/+23
| | | | | | Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>. Jeremy. (This used to be commit 5d5762d1787db4392d2dff16024097c638b2d494)
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-5/+24
| | | | (This used to be commit 58fa6bfee8ba35cc182c18c980e0a4040ddd7d09)
* Merge from HEAD:Andrew Bartlett2002-11-151-3/+3
| | | | | | | | | | | | | - heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett (This used to be commit aa41fb8703db4a4ecd3b353874c99a994e8ed630)
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1210-718/+892
| | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | done on ucs2 strings. Jeremy. (This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c)
* sync with headSimo Sorce2002-11-101-75/+0
| | | | | | was: consolidate alla error mapping functions in one file (This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff)
* Last sync with HEADJelmer Vernooij2002-11-091-11/+2
| | | | (This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
* Sync with HEADJelmer Vernooij2002-11-092-7/+71
| | | | (This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
* patches from UrbanGerald Carter2002-11-081-0/+2
| | | | (This used to be commit 850b185a6e33fa924fa59cdd6316c9160ba65270)
* port sec_desc headers reordering from HEAD.Simo Sorce2002-11-021-2/+2
| | | | | Thanks to Andrew Brtlet for the diff :-) (This used to be commit cf67981e73cf52803eae589a6b86e1274bf72d2c)
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-0/+24
| | | | | | | | | | | | | | | | | | The work here includes: - metze' set/changed patch, which avoids making changes to ldap on unmodified attributes. - volker's group mapping in passdb patch - volker's samsync stuff - volkers SAMR changes. - mezte's connection caching patch - my recent changes (fix magic root check, ldap ssl) Andrew Bartlett (This used to be commit 2044d60bbe0043cdbb9aba931115672bde975d2f)
* Sync with HEADJelmer Vernooij2002-10-291-1/+1
| | | | (This used to be commit a64affffb2acf68956dc25be45c0559e6139a571)
* Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
| | | | (This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502)
* Sync with HEADJelmer Vernooij2002-10-281-5/+53
| | | | (This used to be commit 4ae350671ef8aeae52995b3ca79e135cf444ae39)
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-263-7/+7
| | | | | | | | | | - vorlan's hosts allow with DNS names patch - use x_fileno() in debug.c, not the struct directly. - check for server timeout on password change (was reporting success) - better error/status loggin in both the pam_winbind client and winbindd_pam server code. - (pdb_ldap) don't set the ldap version twice - we do it on every bind anyway. (This used to be commit 9fa1863d8e7788eda83911ca2610754486b33069)
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-92/+108
| | | | | | | | This is not 100% the same as what SuSE shipped in their Samba, there is a crash bug fix, a race condition fix, and a few logic changes I'd like to discuss with Andreas. Added Andreas to (C) notices for posix_acls.c Jeremy. (This used to be commit 40eafb9dde113af9f7f1808fda22908953f7e8c3)
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
| | | | (This used to be commit 5a6ab85ea5479d103026032bdab8b2355b9c564c)
* Start to merge the new ACL mapping code from Andreas Gruenbacher ↵Jeremy Allison2002-10-181-51/+97
| | | | | | | <agruen@suse.de>. Jeremy. (This used to be commit 597c4610090d711fd30c1ffacc97212cf399a264)
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
| | | | | | MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit 9fe3c0b90d4bff2217e3cb5a34b4683ca314c06e)
* Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
| | | | | Jeremy. (This used to be commit 66531969dfe0935be2c9c4d89f5bba80d862a52f)
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-014-9/+32
| | | | | | (i ignored the new SAMBA stuff, but the rest of this looks like it should have been merged already). (This used to be commit 3de09e5cf1f667e410ee8b9516a956860ce7290f)
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-6/+6
| | | | | | | | | | | | | | | | | - Fix segfaults in the 'net ads' commands when no password is provided - Readd --with-ldapsam for 2.2 compatability. This conditionally compiles the old options, but the actual code is available on all ldap systems. - Fix shadow passwords (as per work with vl) - Fix sending plaintext passwords to unicode servers (again vl) - Add a bit of const to secrets.c functions - Fix some spelling and grammer by vance. - Document the -r option in smbgroupedit. There are more changes in HEAD, I'm only merging the changes I've been involved with. Andrew Bartlett (This used to be commit 83973c389355a5cc9ca74af467dfd8b5dabd2c8f)
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-3/+2
| | | | | Jeremy. (This used to be commit 7ba5636897ea57669c62d22bb399bcfe5e3a9907)
* Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-301-3/+84
| | | | | | | <belanger@yahoo.com>. Jeremy. (This used to be commit 9c17faefa5cb0ed450578ae5bbcca44e3058bc9b)
* Don't zero out numwritten before using.... Found by Pierre Belanger ↵Jeremy Allison2002-09-301-2/+2
| | | | | | | belanger@pobox.com Jeremy. (This used to be commit 495e6e3287152a7ec218a38b3133f7ae16d5a8d1)
* sync with HEADGerald Carter2002-09-261-2/+12
| | | | (This used to be commit ee9cbf58071adb627a49a94c6340aaba330486b5)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2519-220/+290
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-09-252-0/+621
|\ | | | | | | used to be commit 9a5541595f78f2cbba16030552c6e780f6fddcf6)
| * Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-57/+0
| | | | | | | | | | | | | | | | | | that just don't apply any more - now that we always keep username and domain seperate. Also, the policy it was trying to permit is now implemented by the auth code. Andrew Bartlett (This used to be commit 760c0740cad948665db4a1d462fbbd99332713ef)
| * Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+7
| | | | | | | | | | Jeremy. (This used to be commit cfd1bf250b417f3ba3ad21ff681ab282311bb7eb)
| * Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-5/+5
| | | | | | | | | | Jeremy. (This used to be commit f4845b0213aec58e0f489eba5653aa7b3855610f)
| * HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+2
| | | | | | | | | | Jeremy. (This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
| * Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-172-72/+2
| | | | | | | | | | | | | | | | be traversals being attempted. Yes, this was from bitter experience (and an out of control server :-). Also allow callers to break out of a tdb_chainlock with sigalarm if desired. Jeremy. (This used to be commit a7781f91d8c1177210bffc199cd2f3b7ff993eaf)
| * Actually use sendfile if selected.Jeremy Allison2002-09-171-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 5881f0a22633ed9fb73e6cd788d0751c4db6cd32)
| * Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-7/+17
| | | | | | | | | | Jeremy. (This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
| * Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-151-0/+5
| | | | | | | | | | (Double checked) (This used to be commit dc3c14fc2b661a62a1876149e96af6de07a2c4a6)
| * Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
| | | | | | | | | | Jeremy. (This used to be commit 7e2f9769c9a7ee5d11267a8a8864371fc0aa8f50)
| * Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+57
| | | | | | | | | | | | then return ENOSYS and let the upper layer handle it. Jeremy (This used to be commit 872dfd87cda585c33c3823b06580cb301567a9b9)
| * Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-22/+55
| | | | | | | | | | | | configure tests... Jeremy. (This used to be commit 9dad88e1d4d09f61da87dab2633c6e989a9dd77f)
| * HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
| | | | | | | | | | Jeremy. (This used to be commit d7024e8cb94a20cba789deb2c5b70221f6cca4fd)
| * Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
| | | | | | | | | | | | fiddly.... :-(. Jeremy. (This used to be commit 2b33a500a8ad13acdd7e4f593aba65229dc8dd96)
| * First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-121-0/+158
| | | | | | | | | | | | | | | | | | and doesn't actually call sendfile. Needs to be vectored through the VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux). Linux doesn't actually work (2.4.19 kernel) at the moment because it doesn't have a 64-bit clean sendfile. Jeremy. (This used to be commit fd772ca7b16cd86e0d50c7ed8d537c202976a6d2)
| * added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+319
| | | | | | | | (This used to be commit 05a202c287f5daeb1ccbaf9479aa93e7928e93db)
| * lowercase global_myname in %L substitutionHerb Lewis2002-09-091-2/+7
| | | | | | | | (This used to be commit 43a39e85b67c026a5edd93bcd58b76ae67315975)
| * configure.in:Simo Sorce2002-09-071-0/+13
| | | | | | | | | | | | | | | | reflect the new example/VFS/ directory organization lib/substitue.c: added helper functions needed by recycle bin (This used to be commit 29b4b9a2b5a0347d227b1a30e3f34bf40afa6de4)
| * As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett2002-09-061-0/+18
| | | | | | | | | | | | | | | | | | #ifdef mess...) in readline.c, we don't need or use them in the rest of Samba. (This OK was of course conditional on 'if you break it, you better fix it...') Andrew Bartlett (This used to be commit 55ee289f587f107fa03c5f889491fdaab101df2d)
| * patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-061-0/+1
| | | | | | | | (This used to be commit 601b56e04fddd9ddfb9be5b0a625d6d279df7f4c)
| * Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-3/+22
| | | | | | | | | | | | | | sending broadcast messages. Also initial cut-down of printing notify messages (not yet finished). Jeremy. (This used to be commit aca333719695b278843c59e1c6eb07d6655fd59c)
| * Fix typo - Thanks KaiJelmer Vernooij2002-09-021-1/+1
| | | | | | | | (This used to be commit 8fb4534212e49d2f64f45cbeb481b9f4a69f3158)
| * wrong way to handle things, bug found by kaiSimo Sorce2002-09-011-8/+6
| | | | | | | | (This used to be commit 58f912da47d18a6a548c50dc9d4298c6bec7ea0d)