summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.2.3cvs2svn Import User2002-02-0214-1728/+0
* Last changes (fingers crossed :-).Jeremy Allison2002-02-022-1/+1881
* 2.2.3 now in sync.Jeremy Allison2002-02-028-22/+27
* remove duplicate codeHerb Lewis2002-02-021-42/+2
* Sync for release.Jeremy Allison2002-02-021-5/+9
* Sync for release.Jeremy Allison2002-02-021-0/+13
* Sync for release.Jeremy Allison2002-02-0127-464/+1382
* Merging for release.Jeremy Allison2002-02-0114-6632/+0
* Move over to RELEASE branch.Jeremy Allison2002-02-01324-19122/+31692
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-01-3023-0/+8979
|\
| * Removed version number from file header.Tim Potter2002-01-30413-788/+410
| * Unused file.Tim Potter2002-01-301-22/+0
| * merge from 2.2Gerald Carter2002-01-301-1/+8
| * merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis2002-01-301-7/+10
| * Fix for password change from Samuel Ziegler <sam@xpedion.com>Tim Potter2002-01-301-11/+11
| * Removed silly fprintf(stderr, ...) debug.Tim Potter2002-01-301-2/+1
| * Doc.Martin Pool2002-01-291-1/+4
| * Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison2002-01-291-8/+70
| * Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-293-82/+94
| * Name another talloc.Andrew Bartlett2002-01-281-1/+1
| * minor fix and checksSimo Sorce2002-01-271-2/+4
| * Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-275-89/+38
| * Yes, dev is an 'input/output' paramater...Andrew Bartlett2002-01-271-2/+2
| * Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking forAndrew Bartlett2002-01-271-6/+24
| * Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett2002-01-271-5/+10
| * merge from APPLIANCE_HEADGerald Carter2002-01-262-38/+4
| * - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-262-49/+72
| * Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-265-33/+24
| * Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett2002-01-261-10/+23
| * Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett2002-01-261-1/+5
| * Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett2002-01-261-31/+24
| * Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett2002-01-261-1/+9
| * Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2002-01-262-6/+13
| * We may as well not use these temporary variables - they are only used once andAndrew Bartlett2002-01-261-3/+1
| * local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett2002-01-261-5/+3
| * Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-269-149/+56
| * Allow a winbind client to obtain the server's domain name.Andrew Bartlett2002-01-261-1/+13
| * Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett2002-01-261-12/+0
| * This always points at a string literal, so it probably should be 'const'.Andrew Bartlett2002-01-261-1/+1
| * Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-263-25/+20
| * fix typoAndrew Bartlett2002-01-261-1/+1
| * The new plugable password backend system needs to be initialised afterAndrew Bartlett2002-01-261-5/+5
| * These changes commited on a 'no less broken' basis.Andrew Bartlett2002-01-261-7/+5
| * Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett2002-01-261-2/+1
| * Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-262-29/+62
| * Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
| * Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-263-36/+37
| * that's the wins replication daemon !Jean-François Micouleau2002-01-258-2/+2789
| * rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-254-267/+683
| * Change this code so that we don't do a lookup_name() on root.Andrew Bartlett2002-01-251-11/+3