summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* preparing for release of 3.0alpha22Gerald Carter2003-03-041-1/+1
| | | | (This used to be commit f5c9895f83277f01282587697c84d31dc77102f6)
* More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2003-03-032-6/+7
| | | | (This used to be commit 1af39523cc3b2313f3e8acd4f2e5338182ec0b13)
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
| | | | | Jeremy. (This used to be commit 30e8ae8e030b5dccaef9612dca24907be547acdf)
* Fix const warning.Jeremy Allison2003-03-031-1/+1
| | | | | Jeremy. (This used to be commit dedc18212a5174b6abac60ede9828f9b726a6c2d)
* dlysym takes a const char *.Jeremy Allison2003-03-031-1/+1
| | | | | Jeremy. (This used to be commit 54e5413a9267b7279cbde0ec129478a5a9c3116c)
* * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
| | | | | | without ADS support) * add "MinorVersion" print server data key and comment on "OSVersion" (This used to be commit e1383368169faa50b9e612c9f71f92f790698b48)
* * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-032-4/+16
| | | | | | | | | | that changed that the client is monitoring. * couple of comments abnout how we need to validate driver names on SetPrinter() and AddPrinter() * up the debug level on some overly verbose dev mode parsing messages (This used to be commit e8939165b77c9e2ea8b3cef2e85885b9812c7184)
* Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-012-0/+10
| | | | | | Yes I will add the docs.... Jeremy. (This used to be commit e1b0001c8df9e9823b42a372ca675188570b252a)
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
| | | | | Jeremy. (This used to be commit a75d9fc4e1c26e3ae15a97508f6f1cf69fe54148)
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
| | | | (This used to be commit e660b0b8d034c6cb9771601c64b952380d136ca1)
* Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool2003-02-281-4/+3
| | | | | | | | been removed. Put subdirectory names in file list, so we get lib/util_chr.c, not just util_chr.c. (This used to be commit 732d94b83e2dd14bad92c2f7947cf905b9128a2f)
* Move net ads lookup improvements over from HEADJim McDonough2003-02-281-61/+142
| | | | (This used to be commit 507e5738fb7c50969bee269527be5dc6e450b77f)
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-283-15/+61
| | | | | | | | | | the unix domain sockets used by winbindd (also solves FD_SETSIZE problem in winbindd to boot !). Adds a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connections goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200 currently). Jeremy. (This used to be commit 7a586552a3aeb4a26495f0965af4bd027456a011)
* don't forget the NULLGerald Carter2003-02-271-3/+3
| | | | (This used to be commit 4aa611958ebedfafbb9bfc1070b7d632272e1aaf)
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
| | | | | | | is..." don't use pstrcpy() when you are not dealing with pstrings. (This used to be commit e1b21381f3b5cf6f97c101642e9286df9987998e)
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
| | | | (This used to be commit 9b0a49a0bc177f9637f197b3ab4613f25db1b43d)
* additional fix for CR 601Gerald Carter2003-02-274-1/+25
| | | | | | | | * distinguish WinXP from Win2k * add a 1/3 of a second delay in OpenPrinter in order to trigger a LAN/WAN optimization in 2k clients. (This used to be commit c7712fa054d21b4884a78b7ea6c0fb8b3d637c6b)
* Doxygen merge from headMartin Pool2003-02-271-5/+6
| | | | (This used to be commit 38fa2898967f607a17fd7fbd324f2940a05fb551)
* Merge 1.100 patch from HEAD:Martin Pool2003-02-271-8/+15
| | | | | | | init_valid_table: Fix a memory leak that would lose the dynamically-created valid table every time the configuration was reloaded. (This used to be commit 3ff4845bc43736bfa091419c80b9a0ebdc9d156e)
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-277-19/+162
| | | | | | | for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). Jeremy. (This used to be commit 766928bbba1e597c9c2b12458dd8d37e6080593e)
* Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is setAndrew Bartlett2003-02-261-2/+2
| | | | (This used to be commit 1cba3ceae1637974272e595260933985d84942d4)
* Link wbinfo with popt_common.oTim Potter2003-02-261-1/+2
| | | | (This used to be commit eac4b7ef2989acb50e3d27e7198285dd198017ec)
* Merge of exit path cleanup for EnumDomainUsers.Tim Potter2003-02-261-41/+23
| | | | (This used to be commit c2e9673328b2d989f13626632442f095727a03c6)
* Merge of python prototype header removal.Tim Potter2003-02-261-29/+0
| | | | (This used to be commit 19676de275f1cb1feaf4f65acfafc1aed3b6ec67)
* Merge: newline on debug message.Tim Potter2003-02-251-1/+1
| | | | (This used to be commit df49463e62e4be7535485b668f00db287ff581f3)
* Merge: add popt_common_version to command line options table.Tim Potter2003-02-254-0/+4
| | | | (This used to be commit 8de62f7896a53084e87b95c013d8693214c8ab85)
* Merge: const fixes.Tim Potter2003-02-251-110/+87
| | | | | | | Merge: add popt_common_version to command line options table. Merge: mbp's rewrite of do_cmd() (This used to be commit 20f153cee38edfa93ffd60cc872a299a4f296240)
* Merge: const fixes.Tim Potter2003-02-251-1/+2
| | | | | Merge: add popt_common_version to command line options table. (This used to be commit 5f8a008a52b115ed423464faa264f1b7ab86a1e2)
* Merge: const fixes.Tim Potter2003-02-2516-119/+136
| | | | (This used to be commit a20aba09996e470425a151271237f2d48a8302af)
* Merge: fix compiler warning.Tim Potter2003-02-251-0/+7
| | | | (This used to be commit 55ee43cfb8b3ffb99c50d987f07a96fe79a0fe92)
* Progress on CR 601Gerald Carter2003-02-256-315/+388
| | | | | | | | | | cache the printer_info_2 with the open printer handle. cache is invalidated on a mod_a_printer() call **on that smbd**. Yes, this means that the window for admins to step on each other from different clients just got larger, but since handles a generally short lived this is probably ok. (This used to be commit 31272d3b6bb9ec62fd666301c7adfa0c1720a99b)
* Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison2003-02-241-2/+2
| | | | | Jeremy. (This used to be commit 9634b1fba059228d436198629a5c7cf01fb6736c)
* Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ↵Jeremy Allison2003-02-241-3/+1
| | | | | | | strdup() instead. Jeremy. (This used to be commit 6521601bf8013c8809db13ccf7dd256ea4ad5dd7)
* Merge documentation from HEADMartin Pool2003-02-241-6/+13
| | | | (This used to be commit 3761f8ebe339fbbeffee9d7b69f9483ebfd9ae6b)
* Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2
| | | | (This used to be commit eacb8dde7afa16d86586c6c896ffb6692dc53bf6)
* Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett2003-02-243-25/+67
| | | | | | | twice, let the libsmb code determine what form the share name should take. Andrew Bartlett (This used to be commit a25f6126647c94551c03bfc28e3fb5ec5ef6264a)
* Iconv as seperate library fixes from HEADAndrew Bartlett2003-02-241-0/+5
| | | | (This used to be commit 935c66f6a02c7ba764fbcc643a91833deb588bc0)
* Signed/unsigned fix from HEADAndrew Bartlett2003-02-241-2/+2
| | | | (This used to be commit 723ce5c531a957f3ea67f6fe74d4263a35083dda)
* Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett2003-02-243-57/+252
| | | | (This used to be commit e380224d8cd265b9845ad80af2b053a56078e790)
* Merge paramaters for client-side-auth updates.Andrew Bartlett2003-02-241-0/+11
| | | | (This used to be commit 68d34711279aa5959778974018df77726b915858)
* Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett2003-02-241-1/+0
| | | | (This used to be commit cccec78cf241a9f69c363f0ecdd2e934c8b21f19)
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-2413-247/+284
| | | | | Andrew Bartlett (This used to be commit 9ef0d40c3f8aef52ab321dc065264c42065bc876)
* Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett2003-02-241-39/+53
| | | | (This used to be commit b32f3ecaf65f5f433d3b95802b45216689d56d75)
* Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-243-4/+19
| | | | (This used to be commit 56934f303c0551df858cc6d6ad32d0b37fcd1307)
* Merge off-by-one fix from HEAD (caused crash with --enable-developer)Andrew Bartlett2003-02-241-1/+1
| | | | (This used to be commit d71425413075af25f91f715950c06ab698cf5fb7)
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-2416-673/+1121
| | | | | | | | | | | - new kerberos code, allowing the account to change it's own password without special SD settings required - NTLMSSP client code, now seperated from cliconnect.c - NTLMv2 client code - SMB signing fixes Andrew Bartlett (This used to be commit 837680ca517982f2e5944730581a83012d4181ae)
* Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett2003-02-241-1/+1
| | | | | an optional list of groups the user is in. (This used to be commit 39f3bec0f62520e49a087403287330ed5f3a79c5)
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-2413-153/+224
| | | | | | | | | | | | | | | | | | - user_ok() and user_in_group() now take a list of groups, instead of looking for the user in the members of all groups. - The 'server_info' returned from the authentication is now kept around - in future we won't copy the sesion key, username etc, we will just referece them directly. - rhosts upgraded to use the SAM if possible, otherwise fake up based on getpwnam(). - auth_util code to deal with groups upgraded to deal with non-winbind domain members again. Andrew Bartlett (This used to be commit 74b5436c75114170ce7c780c19226103d0df9060)
* Add comment about Samba character sets, from explanation by abartlet.Martin Pool2003-02-241-0/+13
| | | | (This used to be commit 822f6c2f38b9b30dca2358e99ad6a379f5890c89)
* When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison2003-02-221-3/+10
| | | | | | if the context is the same. See LOCKTEST7 in smbtorture. Jeremy. (This used to be commit 1698092ba5a169de369ad1182a6f270de174c3f5)