summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* server side implementation of deleteprinterdriver (leave the driverGerald Carter2001-05-182-2/+172
| | | | files in place).
* fixes for rpcclient. 'deldriver' now deletes the driver forGerald Carter2001-05-182-9/+16
| | | | all architectures.
* new error code - ERROR_PRINTER_DRIVER_IN_USEGerald Carter2001-05-181-0/+1
|
* Fixed the w2ksp2 joining a domain bug.Jeremy Allison2001-05-184-7/+12
| | | | Jeremy.
* the strings in the deleteprinterdriver struct must be NULL terminatedGerald Carter2001-05-171-3/+6
| | | | | | (even though there are UNISTR2). Without this, NT will complain about an invalid parameter. So now rpcclient can delete drivers from and NT print server.
* Need /etc/inet directory entry in prototype.Shirish Kalele2001-05-171-1/+3
|
* Updating package build files for 2.2.1.John Terpstra2001-05-174-41/+25
|
* One more cast to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-1/+1
|
* Fixing up the examples directory for Samba 2.2.xRichard Sharpe2001-05-171-2/+2
|
* Fix compile problems with Solaris and SCO ... cast to sockaddr *Richard Sharpe2001-05-171-2/+2
| | | | not sockaddr_in *.
* Fix the stupid type that was preventing -fpic ...Richard Sharpe2001-05-171-1/+1
|
* basename is not portable (as was pointed out).Gerald Carter2001-05-161-88/+88
|
* autogenGerald Carter2001-05-162-11/+46
|
* Updating build info for 2.2.1 release - more to follow - NOT COMPLETEJohn Terpstra2001-05-162-17/+30
| | | | PS: I had to commit this as I am switching machines - You have been warned!
* Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison2001-05-161-67/+67
| | | | Jeremy.
* Updated for block/ example.Jeremy Allison2001-05-161-0/+5
| | | | Jeremy.
* vfs block example module from Ronald Kuetemeier <ronald@kuetemeier.com>Jeremy Allison2001-05-160-0/+0
| | | | Jeremy.
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-1625-0/+2255
|\
| * Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | | | | | Jeremy.
| * Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
| | | | | | | | Jeremy.
| * Fixed glibc crash problems with libnss_wins.soJeremy Allison2001-05-151-4/+44
| | | | | | | | Jeremy.
| * Added notes about NetBIOS Scopes.John Terpstra2001-05-151-14/+54
| |
| * Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-154-7/+30
| | | | | | | | | | We will need this when we use finer grained locking for max connections. Jeremy.
| * make sure that when a tdb expands we fill the expanded area, otherwise ↵Andrew Tridgell2001-05-151-6/+29
| | | | | | | | ENOSPC could be very bad
| * Removed reference to obsolete listproc address.Tim Potter2001-05-151-1/+1
| |
| * Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
| |
| * Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter2001-05-151-2/+2
| |
| * Memory leak fixes from insure.Tim Potter2001-05-152-10/+5
| |
| * Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter2001-05-151-2/+2
| |
| * Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
| |
| * Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe2001-05-151-24/+24
| | | | | | | | is a better return code anyway (I knew that :-)
| * remember to close tdb after useAndrew Tridgell2001-05-152-9/+14
| |
| * make the max_connections code less horrendously inefficientAndrew Tridgell2001-05-151-23/+9
| | | | | | | | | | | | | | | | | | | | - it didn't honour the clear flag - it locked the database (not necessary) the previous code would do 10^6 kill() operations for 1000 people logging in - and all with the database locked. Not very scalable. Still haven't added the counter, that would make it really efficient
| * Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
| | | | | | | | Jeremy.
| * Stupidity by me..... 777 != 0777Jeremy Allison2001-05-141-1/+1
| | | | | | | | | | | | ARGGGHHHHHHHHHH. (Sorry). Jeremy.
| * tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
| | | | | | | | | | Now tested max connections and it works again. Hurrah ! Jeremy.
| * Make libsmbclient.so by default now.Richard Sharpe2001-05-141-1/+2
| | | | | | | | Once we are happy with this in head, we will migrate it to 2.2.x.
| * Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-142-11/+91
| | | | | | | | | | | | This needs testing ! Tidied up tabs in tdb.c. Jeremy.
| * Cosmetic changes in make proto output.Tim Potter2001-05-141-1/+1
| |
| * make protoTim Potter2001-05-141-234/+233
| |
| * So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter2001-05-141-0/+5
| | | | | | | | Unfortunately it is for the moment. )-:
| * Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-146-37/+16
| |
| * Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
| |
| * string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-122-8/+5
| | | | | | | | Jeremy.
| * statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
| | | | | | | | pointed out by Elrond
| * Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison2001-05-121-5/+0
| | | | | | | | | | debug 0 warning. Jeremy.
| * Use talloc_strdup() instead of strdup().Tim Potter2001-05-111-1/+1
| |
| * Memory leak fixes plus general cleanup.Tim Potter2001-05-112-36/+24
| |
| * Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
| |
| * Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
| | | | | | | | Jeremy.