summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-072-5/+20
| | | | | | | | Jeremy.
| * Fix missing para marker.John Terpstra2003-05-071-0/+1
| |
| * More edits. Now working on BDC Documentation.John Terpstra2003-05-072-150/+283
| |
| * Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| | | | | | | | Jeremy.
| * Merge from distcc:Martin Pool2003-05-071-2/+8
| | | | | | | | | | | | | | Put in a prototype for dummy_snprintf() to quiet compiler warnings. Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if the C library has some snprintf functions already.
| * We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
| | | | | | | | | | | | | | | | servers don't answer that name. However we *know* they have the name workgroup#1b (as we just looked it up). So do the node status request on this name instead. Found at LBL labs. Jeremy.
| * More stuffing, this turkey will soon be done.John Terpstra2003-05-061-0/+16
| |
| * Add metze's exit and idle event patchJelmer Vernooij2003-05-066-4/+163
| |
| * Domain Controller -> Domain Member Server.Andrew Bartlett2003-05-061-1/+1
| |
| * uff, forgot to put back this one :-/Simo Sorce2003-05-061-0/+1
| |
* | perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter2003-05-141-0/+105
| | | | | | | | Net::LDAP::LDIF
* | *****LDAP schema changes*****Gerald Carter2003-05-145-331/+950
| | | | | | | | | | | | | | | | | | | | | | | | New objectclass named sambaSamAccount which uses attribute prefaced with the phrase 'samba' to prevent future name clashes. Change in functionality of the 'ldap filter' parameter. This always defaults to "(uid=%u)" now and is and'd with the approriate objectclass depending on whether you are using ldapsam_compat or ldapsam conversion script for migrating from sambaAccount to sambaSamAccount will come next.
* | Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
| | | | | | | | warning when we have a working version of snprintf()
* | Fix pointer return bug in get_unix_attributes()Tim Potter2003-05-141-1/+1
| |
* | spellingTim Potter2003-05-1411-15/+15
| |
* | spellingTim Potter2003-05-141-2/+2
| |
* | fix up packaging for RH9Gerald Carter2003-05-131-2/+3
| |
* | Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-134-10/+5
| | | | | | | | | | | | | | | | | | | | | | idmap-and-the-rest from HEAD. These are correctness fixes that were already in 3.0, and a memory leak fix. The pdb_ldap changes are held back at jerry's request (he is also playing with pdb_ldap ATM). Andrew Bartlett
* | Fix non-constant initialiser for Sun CC.Andrew Bartlett2003-05-131-1/+7
| |
* | More info on Unix permissions.John Terpstra2003-05-131-1/+99
| |
* | Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.Andrew Bartlett2003-05-131-12/+22
| | | | | | | | | | | | This is to get non-unix accounts going for the build farm. Andrew Bartlett
* | Fix up the build-farm testsuite again - I forgot to move some files into theAndrew Bartlett2003-05-126-1/+1
| | | | | | | | | | | | template dir, and idra's checkin removed smbpasswd_nua. Andrew Bartlett
* | Fix obvious compiler warnings.Jeremy Allison2003-05-128-9/+1
| | | | | | | | Jeremy.
* | copied form HEAD to get the compile going.Gerald Carter2003-05-120-0/+0
| | | | | | | | | | | | | | Simo, please fix this tomorrow or let me know what needs to be done. jerry
* | And finally IDMAP in 3_0Simo Sorce2003-05-1247-1516/+973
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We really need idmap_ldap to have a good solution with ldapsam, porting it from the prvious code is beeing made, the code is really simple to do so I am confident it is not a problem to commit this code in. Not committing it would have been worst. I really would have been able to finish also the group code, maybe we can put it into a followin release after 3.0.0 even if it may be an upgrade problem. The code has been tested and seem to work right, more testing is needed for corner cases. Currently winbind pdc (working only for users and not for groups) is disabled as I was not able to make a complete group code replacement that works somewhat in a week (I have a complete patch, but there are bugs) Simo.
* | fixing typos in debug statementsGerald Carter2003-05-122-2/+2
| |
* | Eliminate NULL pointers from VFS interface. All hooks now really callable, ↵Alexander Bokovoy2003-05-123-13/+17
| | | | | | | | producing either correct result or returning error if the feature isn't supported in the configuration
* | GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ↵Alexander Bokovoy2003-05-121-1/+1
| | | | | | | | with this. Previous fix was incorrect.
* | Re-enable secure channel for net rpc vampire.Tim Potter2003-05-121-8/+13
| | | | | | | | | | Jump out of sam entry processing loop if the return value from cli_netlogon_sam_sync() isn't OK or STATUS_MORE_ENTRIES.
* | Fix two bugs that were stopping net rpc vampire from working over secureTim Potter2003-05-121-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | channel: - If the domain name passed to create_rpc_bind_req() is empty, use lp_workgroup() - Correctly set the auth_padding field when the send_size is a multiple of 8 bytes I've tested with nt4sp6 and win2ksp0 and it seems to work, although there are no password hashes transferred from win2k. The empty passwords are being protected by the secure channel encryption though.
* | A small patch from metze to fix builds on some platforms ...Richard Sharpe2003-05-121-1/+1
| | | | | | | | http://lists.samba.org/pipermail/samba-technical/attachments/20030512/0332258a/vfs-fix-01.obj
* | Adding more info on File and Directory conventions / differences.John Terpstra2003-05-121-12/+193
| |
* | Fix a wrong define check.Alexander Bokovoy2003-05-121-3/+4
| |
* | Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy2003-05-121-1/+7
| |
* | Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy2003-05-121-4/+4
| |
* | Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy2003-05-121-1/+1
| |
* | Better isolate quota stuffAlexander Bokovoy2003-05-122-0/+12
| |
* | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-6/+7
| |
* | Fix up a bit of my sloppy C.Andrew Bartlett2003-05-121-3/+2
| |
* | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-1/+6
| |
* | Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-1221-106/+2783
| | | | | | | | | | | | | | 1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow
* | Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett2003-05-121-8/+18
| | | | | | | | | | | | | | Also, we might be given a 0 length challenge, so don't smb_panic() for smb_xmalloc() of zero size. Andrew Bartlett
* | Make it possible to actually use --user-SID and --group-SID on a standard ↵Andrew Bartlett2003-05-121-2/+2
| | | | | | | | | | | | command line. Andrew Bartlett
* | Fix compile.Andrew Bartlett2003-05-111-1/+1
| |
* | Add new files needed for VFS fixes.Alexander Bokovoy2003-05-113-3/+318
| | | | | | | | | | | | 1. idmap.h is used for unid_t only, agreed by Simo 2. sysquotas.h is used to add quota support to VFS layer and is needed for future NT quota commit 3. vfs_macros.h provides convenient macros to access VFS API.
* | Fix VFS layer:Alexander Bokovoy2003-05-1134-1797/+1362
| | | | | | | | | | | | | | | | | | 1. Finally work with cascaded modules with private data storage per module 2. Convert VFS API to macro calls to simplify cascading 3. Add quota support to VFS layer (prepare to NT quota support) Patch by Stefan (metze) Metzemacher, with review of Jelmer and me Tested in past few weeks. Documentation to new VFS API for third-party developers to follow
* | Rolling in VL's changes.John Terpstra2003-05-111-8/+12
| |
* | Set the password for a newly created trustdom account. Tested againstVolker Lendecke2003-05-111-3/+34
| | | | | | | | | | | | PDCs running NT4SP1, NT4SP6 and Samba 3.0. Volker
* | When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke2003-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | password. On NT4, NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT means the password was correct. So the PDC believed that he had his trust account correctly added. Later the auth2 naturally failed. BTW, setting up an interdom trust account is not what I would call well documented and easy to handle... Working on that now :-) Volker
* | Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke2003-05-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | useful in the auth verifier yet. So this patch ignores it. Really checking this would be a lot more intrusive: in rpc_api_pipe we would have to distinguish between binds and normal requests, or have more state in the netsec info of cli_state, which is also somewhat hackish. Volker