summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Minor bug fixes, plus support to remove a printer. Commented out optional at...Jim McDonough2002-02-022-16/+91
* update from 2.2Simo Sorce2002-02-011-2/+3
* Add ads printer informationJim McDonough2002-02-011-0/+55
* Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough2002-02-012-25/+28
* Fix file header description and copyright (from cut-and-paste laziness)Jim McDonough2002-02-011-3/+1
* Add ldap_printer.c build for ADS printer objects.Jim McDonough2002-02-011-1/+2
* Module for ADS operations on a printer object in the directory. Initially it...Jim McDonough2002-02-011-0/+133
* Add functions for modifying an entry in ADS. Needed for printer publishing.Jim McDonough2002-02-011-1/+118
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-3113-36/+71
* reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell2002-01-311-6/+11
* Removed unused variables.Tim Potter2002-01-311-2/+0
* added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell2002-01-315-0/+67
* Added administrator access check for server side add, delete and setformTim Potter2002-01-311-10/+34
* Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter2002-01-311-1/+42
* Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett2002-01-311-6/+14
* 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