summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-3.0.0alpha24cvs2svn Import User2003-05-1421-2552/+0
| | | 'release-3-0alpha24'.
* preparing for release of 3.0alpha24Gerald Carter2003-05-141-1/+0
|
* fix quota build on non-64bit systemsGerald Carter2003-05-142-5/+5
|
* working on 3.0alpha24Gerald Carter2003-05-141-167/+81
|
* readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
|
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. ↵Alexander Bokovoy2003-05-148-30/+107
| | | | Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm.
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with ↵Alexander Bokovoy2003-05-1429-549/+549
| | | | VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
* fix group mapping in LDAP under new schemaGerald Carter2003-05-142-36/+62
|
* s/primaryGroupSID/sambaPrimaryGroupSID/Gerald Carter2003-05-141-1/+1
|
* ignore manpage.[refs|links]Gerald Carter2003-05-140-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-05-141-0/+2
|\
| * ignore manpage.[refs|links]Gerald Carter2003-05-141-0/+2
| |
| * perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter2003-05-141-0/+105
| | | | | | | | Net::LDAP::LDIF
| * syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-145-329/+958
| |
| * 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-1410-14/+14
| |
| * spellingTim Potter2003-05-141-2/+2
| |
| * More info on Unix permissions.John Terpstra2003-05-131-1/+99
| |
| * Add pythoncheck to make check target.Tim Potter2003-05-132-1/+52
| |
| * Sync up with 3.0 version.Tim Potter2003-05-131-21/+30
| |
| * Fix compiler warnings.Jeremy Allison2003-05-126-7/+0
| | | | | | | | Jeremy.
| * fixing typos in debug statementsGerald Carter2003-05-122-2/+2
| |
| * Added info on File and Directory info.John Terpstra2003-05-121-12/+193
| |
| * Rolling in VL's changes.John Terpstra2003-05-111-8/+12
| |
| * Extending Samba Access Control InfoJohn Terpstra2003-05-115-451/+556
| |
| * Completion of Stand-Alone server docs.John Terpstra2003-05-101-6/+107
| |
| * Forgot one file.Jelmer Vernooij2003-05-101-3/+0
| |
| * Remove latest module_dummy patch from metze and me.Jelmer Vernooij2003-05-101-53/+0
| |
| * Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-1034-82/+3
| |
| * Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-1035-2/+137
| |
| * Fixes for typos and other stuff resulting from VL's feedback.John Terpstra2003-05-103-42/+120
| |
| * Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
| | | | | | | | | | on the security entries sent. Jeremy.
| * Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
| | | | | | | | | | struct in the correct place. Jeremy.
| * Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
| | | | | | | | Jeremy.
| * removing total print jobs since it is not used anymoreGerald Carter2003-05-092-24/+0
| |
| * Fix bug #4 for net rap. Allow more than 50 chars for long form listings of ↵Jim McDonough2003-05-091-2/+2
| | | | | | | | users and groups.
| * Some more static definitions ...Richard Sharpe2003-05-091-0/+16
| |
| * Add some static ...Richard Sharpe2003-05-091-34/+84
| |
| * More edits. Hackety Hack.John Terpstra2003-05-092-32/+298
| |
| * Some more fixes for syntax problems on AIX etc ...Richard Sharpe2003-05-091-2/+2
| |
| * Fix up a bunch of compiler warnings ...Richard Sharpe2003-05-091-13/+13
| |
| * Fix some compiler warnings about const etc ...Richard Sharpe2003-05-092-6/+5
| |
| * Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
| | | | | | | | | | | | | | then we weren't always correctly detecting that it had a valid stat struct and so might now return a 'file existed'. Finally realized this when installing the W2K resource kit as a test case. Jeremy.
| * add new %a stringsGerald Carter2003-05-081-3/+3
| |
| * adding warning about case sensitive parameterGerald Carter2003-05-081-3/+5
| |
| * fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
| |
| * fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| |
| * Another set of updates.John Terpstra2003-05-086-303/+697
| |
| * SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
| | | | | | | | | | are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>. Jeremy.