summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.2.3cvs2svn Import User2002-02-0216-1761/+0
| | | 'release-2-2-3'.
* Last changes (fingers crossed :-).Jeremy Allison2002-02-023-11/+2007
| | | | Jeremy.
* Sync with new packaging.Jeremy Allison2002-02-0212-0/+1140
| | | | Jeremy.
* Sync with new Caldera packaging.Jeremy Allison2002-02-026-321/+875
| | | | Jeremy.
* 2.2.3 now in sync.Jeremy Allison2002-02-0223-2019/+2967
| | | | Jeremy.
* Sync.Jeremy Allison2002-02-020-0/+0
| | | | Jeremy.
* Sync with 2.2. tree.Jeremy Allison2002-02-020-0/+0
| | | | Jeremy.
* Sync with new debian packaging.Jeremy Allison2002-02-020-0/+0
| | | | Jeremy.
* Sync with 2.2.3.Jeremy Allison2002-02-022-14/+31
| | | | Jeremy.
* Remove - not used.Jeremy Allison2002-02-0248-4007/+0
| | | | Jeremy.
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-02-0264-0/+12653
|\ | | | | 'SAMBA_2_2_RELEASE'.
| * merge from 2.2Gerald Carter2002-02-0261-0/+10732
| |
| * merge from 2.2 and regenGerald Carter2002-02-029-1768/+4257
| |
| * merge from 2.2Gerald Carter2002-02-021-46/+179
| |
| * Add support for net ads printer to publish, remove, or display printer info ↵Jim McDonough2002-02-021-0/+167
| | | | | | | | in the directory. Only publishes required fields right now.
| * Minor bug fixes, plus support to remove a printer. Commented out optional ↵Jim McDonough2002-02-022-16/+91
| | | | | | | | attributes until a method for checking for their existence is done.
| * 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
| | | | | | | | to void **
| * 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 ↵Jim McDonough2002-02-011-0/+133
| | | | | | | | it creates and modifies a printQueue object in the directory
| * 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
| | | | | | | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy.
| * reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell2002-01-311-6/+11
| | | | | | | | separate talloc context for each partial fetch
| * 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
| | | | | | | | | | rpcs. The only one I have been able to verify is addform - can't get the client side routines working properly yet. )-:
| * Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter2002-01-311-1/+42
| | | | | | | | | | | | | | I'm pretty sure that the useless_ptr in spoolss_io_q_setform() needs to be initialised to 1 otherwise the form isn't marshalled at all. JF, can you verify this? If so then this probably applies to the io functions for setform and deleteform.
| * Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett2002-01-311-6/+14
| | | | | | | | Andrew Bartlett
| * 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
| | | | | | | | | | | | | | | | | | to actually work was addform. )-: Removed a whole bunch of calls to werror_to_ntstatus() because there isn't a one-to-one mapping of NTSTATUS values to WERROR values. This function maps WERR_ACCESS_DENIED to NTSTATUS_INVALID_LOCK_SEQUENCE or something silly like that.
| * Added some constants for the flags field in the FORM_1 structure.Tim Potter2002-01-311-1/+5
| | | | | | | | | | The level2 field in SPOOL_Q_ADDFORM is probably part of the FORM structure as a discriminated union.
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | non-domain Samba server from a NT4 client. Note that this exactly reverses a change by Jeremy on the 18th of December 2001, reverting the code back to what JF originally wrote. I have looked carefully with a sniffer and JFs original NULL sid is correct (ie. it matches what NT4 does) and also fixes the problem. Sending a blank sid (which is what jeremy's patch did) causes NT4 to give a classic "parameter is incorrect error" and prevents the addition of new ACLs.
| * preparing for release of 3.0-alpha14Samba Release Account2002-01-302-1/+30
| |
| * Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett2002-01-301-10/+9
| | | | | | | | | | | | | | | | /etc/passwd) and replace them with a version that works. Unfortunetly HEAD and 2.2 have different passdb interfaces and different local_password_change functions... Andrew Bartlett
| * An attempt at producing the correct Makefile magic for wrepld_proto.h to beAndrew Bartlett2002-01-301-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | automatically generated on first 'make'. This wasn't being picked up by the build farm becouse of the explicit 'make proto'. The 'make proto' bit isn't somthing our alpha testers know about (its certainly not clearly documented) and its meant to be automatic. I hope this works... Andrew Bartlett
| * Addd wrepld (what a cool name!)Tim Potter2002-01-301-0/+1
| |
| * Added wrepld_proto.hTim Potter2002-01-301-0/+1
| |
* | remove duplicate codeHerb Lewis2002-02-021-42/+2
| |
* | Sync for release.Jeremy Allison2002-02-021-5/+9
| | | | | | | | Jeremy
* | Sync for release.Jeremy Allison2002-02-021-0/+13
| | | | | | | | Jeremy.
* | Sync for release.Jeremy Allison2002-02-0199-27313/+9526
| | | | | | | | Jeremy.
* | Sync for release.Jeremy Allison2002-02-0126-3/+4040
| | | | | | | | Jeremy.
* | Merge for release.Jeremy Allison2002-02-0131-1734/+593
| | | | | | | | Jeremy
* | Sync for release.Jeremy Allison2002-02-0127-464/+1382
| | | | | | | | Jeremy.
* | Merging for release.Jeremy Allison2002-02-0114-6632/+0
| | | | | | | | Jeremy.
* | Move over to RELEASE branch.Jeremy Allison2002-02-01324-19122/+31692
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-01-3029-0/+9902
|\ \ | |/ | | 'SAMBA_2_2_RELEASE'.