summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync updates to docs.Jeremy Allison2001-10-122-72/+15
| | | | Jeremy
* Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
| | | | Jeremy.
* update new parameter definitionsHerb Lewis2001-10-111-9/+64
|
* get rid of absolute path nameHerb Lewis2001-10-111-1/+1
|
* Last cvsingore.Jeremy Allison2001-10-110-0/+0
| | | | Jeremy
* Sync testsuite.Jeremy Allison2001-10-1112-92/+220
| | | | Jeremy.
* Packaging complete, only testsuite left.Jeremy Allison2001-10-116-18/+64
| | | | Jeremy
* Missed file.Jeremy Allison2001-10-110-0/+0
| | | | Jeremy.
* Sync RH packaging.Jeremy Allison2001-10-111-53/+77
| | | | Jeremy.
* Turbo packaging fixed.Jeremy Allison2001-10-112-23/+37
| | | | Jeremy.
* Added new packaging files.Jeremy Allison2001-10-112-0/+117
| | | | Jeremy.
* Syncup Mangrake packaging.Jeremy Allison2001-10-114-45/+137
| | | | Jeremy.
* Try and keep up with JohnT's last minute twiddles....Jeremy Allison2001-10-112-9/+6
| | | | Jeremy
* Caldera packaging fixed.Jeremy Allison2001-10-110-0/+0
| | | | Jeremy.
* Add patch file.Jeremy Allison2001-10-111-0/+12
| | | | Jeremy.
* Syncup packaging.Jeremy Allison2001-10-1113-31/+125
| | | | Jeremy.
* Adding new docs.Jeremy Allison2001-10-113-0/+62
| | | | Jeremy.
* Docs now in sync.Jeremy Allison2001-10-115-510/+271
| | | | Jeremy
* Added pl directory.Jeremy Allison2001-10-1128-0/+15987
| | | | Jeremy.
* Sync...Jeremy Allison2001-10-1120-450/+1316
| | | | Jeremy.
* More docs sync.Jeremy Allison2001-10-1127-1187/+3658
| | | | Jeremy.
* Adding Registry directory.Jeremy Allison2001-10-119-0/+78
| | | | Jeremy.
* Start doc sync. Remove reg files.Jeremy Allison2001-10-119-1879/+1897
| | | | Jeremy.
* Source directory now in sync.Jeremy Allison2001-10-115-68/+113
| | | | Jeremy.
* Move over autoconf files. Remove id lines.Jeremy Allison2001-10-116-886/+1477
| | | | Jeremy.
* New files added.Jeremy Allison2001-10-1111-172/+182
| | | | Jeremy.
* Removing unused files.Jeremy Allison2001-10-113-1975/+0
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-11181-9769/+16782
| | | | Jeremy.
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-10-1012-0/+7273
|\ | | | | 'SAMBA_2_2_RELEASE'.
| * merge from 2.2Gerald Carter2001-10-101-11/+32
| |
| * ops, remove my test code, sorry.Simo Sorce2001-10-101-9/+5
| | | | | | | | fix some return codes missed in previous commit.
| * Fixed some compile warnings.Tim Potter2001-10-101-4/+2
| |
| * Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-096-110/+208
| |
| * Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
| | | | | | | | Jeremy.
| * Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-093-16/+28
| | | | | | | | | | | | functions correctly deal with the SID_NAME_TYPE. One fix for connection user lookup in LSA. Jeremy.
| * old fixes I forgot to commitSimo Sorce2001-10-091-5/+5
| |
| * initial support to error report in smbclient, useful when using smbclient -c ↵Simo Sorce2001-10-093-89/+178
| | | | | | | | | | | | in scripts. Thanks to Claudio Cicali aka FleXer for the initial patch
| * Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
| | | | | | | | Jeremy.
| * tim suggested to add a copyright note :)Simo Sorce2001-10-081-1/+21
| |
| * More work on winbindd connection rewrite:Tim Potter2001-10-085-179/+353
| | | | | | | | | | | | | | | | | | - implemented some of the sam related connection manager routines - fill in group id and gecos fields for getpwnam/getpwuid routines - convert querydispinfo to cm - getent passwd now works Now for the group related routines...
| * more fixing and testing.Simo Sorce2001-10-071-54/+83
| | | | | | | | | | | | added ucs2_to_dos83 function. the code should be ok now. further test with japanese and other languages is needed at this point.
| * fixed lame valid tableAndrew Tridgell2001-10-071-2/+2
| |
| * merge from 2.2Gerald Carter2001-10-061-2/+84
| |
| * PPC spinlocks work again. Sorry, my bad.Anton Blanchard2001-10-061-1/+1
| |
| * Fix up indenting in out SAM password check code.Andrew Bartlett2001-10-062-92/+98
| |
| * move libsmb/domain_client_validate.o around in the makefile again, it really isAndrew Bartlett2001-10-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | an authenticaion object that happens to also be used by winbind. We need to fix this up at some stage. In the end it will probably be best if winbind does the login over its own internally managed connections, not a new one per authenticiaon. Then this would no longer be an issue, as it could call cli_nt_login_network() directly. Andrew Bartlett
| * This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-059-380/+588
| | | | | | | | | | | | | | | | | | | | | | I've wrapped up all the decisions about managing, making and closing connections into a connection manager in nsswitch/winbindd_cm.c. It's rather incomplete at the moment - only querying basic user info works at the moment (i.e finger -m DOMAIN/user) and everything else is broken. Jeremy, please take a look and I'll start moving across the rest of winbindd to this new system.
| * Add CLI_POLICY_HND as a valid return type.Tim Potter2001-10-051-1/+1
| |
| * Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managingTim Potter2001-10-051-3/+3
| | | | | | | | connections within winbindd.
| * Move CLI_POLICY_HND to be internal to winbindd.Tim Potter2001-10-051-9/+0
| |