summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Added addform, setform and deleteform cli functions.Tim Potter2002-01-311-0/+164
* Added addform, setform and deleteform commands. The only one I could getTim Potter2002-01-311-4/+169
* Added some constants for the flags field in the FORM_1 structure.Tim Potter2002-01-311-1/+5
* Added constant for WERR_FILE_EXISTS.Tim Potter2002-01-311-0/+1
* this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell2002-01-312-4/+1
* preparing for release of 3.0-alpha14Samba Release Account2002-01-301-1/+1
* Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett2002-01-301-10/+9
* An attempt at producing the correct Makefile magic for wrepld_proto.h to beAndrew Bartlett2002-01-301-8/+9
* Addd wrepld (what a cool name!)Tim Potter2002-01-301-0/+1
* Added wrepld_proto.hTim Potter2002-01-301-0/+1
* 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