summaryrefslogtreecommitdiffstats
path: root/source/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.
* | merged the %U changes to 3.0Andrew Tridgell2002-11-201-5/+24
| |
* | 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
* | 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.
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | | | | | done on ucs2 strings. Jeremy.
* | sync with headSimo Sorce2002-11-101-75/+0
| | | | | | | | | | was: consolidate alla error mapping functions in one file
* | Last sync with HEADJelmer Vernooij2002-11-091-11/+2
| |
* | Sync with HEADJelmer Vernooij2002-11-092-7/+71
| |
* | patches from UrbanGerald Carter2002-11-081-0/+2
| |
* | port sec_desc headers reordering from HEAD.Simo Sorce2002-11-021-2/+2
| | | | | | | | Thanks to Andrew Brtlet for the diff :-)
* | 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
* | Sync with HEADJelmer Vernooij2002-10-291-1/+1
| |
* | Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
| |
* | Sync with HEADJelmer Vernooij2002-10-281-5/+53
| |
* | 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.
* | 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.
* | Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
| |
* | Start to merge the new ACL mapping code from Andreas Gruenbacher ↵Jeremy Allison2002-10-181-51/+97
| | | | | | | | | | | | <agruen@suse.de>. Jeremy.
* | 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.
* | Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
| | | | | | | | Jeremy.
* | 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).
* | 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
* | Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-3/+2
| | | | | | | | Jeremy.
* | Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-301-3/+84
| | | | | | | | | | | | <belanger@yahoo.com>. Jeremy.
* | Don't zero out numwritten before using.... Found by Pierre Belanger ↵Jeremy Allison2002-09-301-2/+2
| | | | | | | | | | | | belanger@pobox.com Jeremy.
* | sync with HEADGerald Carter2002-09-261-2/+12
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2519-220/+290
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-09-252-0/+621
|\|
| * 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
| * Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+7
| | | | | | | | Jeremy.
| * Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-5/+5
| | | | | | | | Jeremy.
| * HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+2
| | | | | | | | Jeremy.
| * 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.
| * Actually use sendfile if selected.Jeremy Allison2002-09-171-2/+2
| | | | | | | | Jeremy.
| * Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-7/+17
| | | | | | | | Jeremy.
| * Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-151-0/+5
| | | | | | | | (Double checked)
| * Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
| | | | | | | | Jeremy.
| * 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
| * Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-22/+55
| | | | | | | | | | configure tests... Jeremy.
| * HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
| | | | | | | | Jeremy.
| * Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
| | | | | | | | | | fiddly.... :-(. Jeremy.
| * 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.
| * added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+319
| |
| * lowercase global_myname in %L substitutionHerb Lewis2002-09-091-2/+7
| |
| * 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
| * 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
| * patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-061-0/+1
| |
| * 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.
| * Fix typo - Thanks KaiJelmer Vernooij2002-09-021-1/+1
| |
| * wrong way to handle things, bug found by kaiSimo Sorce2002-09-011-8/+6
| |