summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* s/unistr2_to_dos/unistr2_to_ascii/ to fix compileGerald Carter2003-02-211-1/+1
| | | | (This used to be commit de6a2d154e0e863a7628f18cca8fdcaa49d9c0ff)
* couple of merges from APP_HEADGerald Carter2003-02-212-5/+26
| | | | | | | | | * performance optimization in enumprinterdataex() when keyname is empty * fix a few typos in comments * reload services after addprinter_command() dump registry data in ascii when the key is REG_SZ or REG_MULTI_SZ (This used to be commit 3fc90ea1d9b11186f26484516a4dd8502b6d7323)
* patch from Hal Roberts check for a valid [f]chmod_acl function pointer ↵Gerald Carter2003-02-211-2/+12
| | | | | | before calling it. Fixes seg fault in audit VFS module (This used to be commit e5acebbe79a97191903ee3a1819410a0fb9ac655)
* Fix IRIX build...void fn can't return another void fnJim McDonough2003-02-211-1/+2
| | | | (This used to be commit e0c1f9ef61a0ec4f06a0b0e257497943195b5297)
* Added comments to make it clearer when we're assigning a pointer that itJeremy Allison2003-02-211-0/+12
| | | | | | must not be freed afterwards. Jeremy. (This used to be commit 4015e39d3666dbe240808c9007a8b8faca012a3d)
* Ignore errors on python_clean target.Tim Potter2003-02-211-1/+1
| | | | (This used to be commit 9e4eba0ae593cc4422a5ce7bbdc4ab9f06d017b7)
* Added Volkers "print server role" patch.Jeremy Allison2003-02-201-0/+22
| | | | | Jeremy. (This used to be commit b14e174c65b399e606f4f740762ff4646b8f9eef)
* Compile in lib/module.oJelmer Vernooij2003-02-201-1/+1
| | | | (This used to be commit adc5a4a263b49e2883aba759cf9dd77f12c0cabb)
* Merge in smb_load_module() function from HEADJelmer Vernooij2003-02-201-24/+0
| | | | (This used to be commit 6cb124247d10de86bdf6a98f3dd703b3a9eb1d35)
* Remove obsolete filesJelmer Vernooij2003-02-202-1699/+0
| | | | (This used to be commit 1a68ead4332bd9f5123bd3690784e7e179e3cb1f)
* Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison2003-02-201-1/+24
| | | | | | the log function. This allows the log function to take action. Jeremy. (This used to be commit fcaacb5fabdf78dd6b6a7fe5ff5300d9e2ff8d75)
* (Merge from APPLIANCE_HEAD)Martin Pool2003-02-201-1/+4
| | | | | | | | CR1829: Fix memory leak when unpacking 'B' buffers in Python. (PyList_Append creates a new reference to the added object, and so we have to release the existing one.) (This used to be commit fa500c77e338337cafe5b46cadf9b104e920e823)
* Merge typo fix.Tim Potter2003-02-191-1/+1
| | | | (This used to be commit 7406fabe7ccdd99a19cc1df5f4339ac7e064e6b1)
* Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2003-02-192-15/+10
| | | | (This used to be commit 7edaf937963fa1d0f06343969b46ed6e4f39a6ea)
* Merge cleanups of return values.Tim Potter2003-02-191-5/+5
| | | | (This used to be commit bae354a20c07458722b5193911e7eaaf9bfbaeb7)
* Merge some random looking setenv related kerberos stuff that makesTim Potter2003-02-191-4/+9
| | | | | winbindd build again. (This used to be commit c4f46890fe7f0dc16520cd5ed0fd06dcd7682703)
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-1920-255/+222
| | | | (This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
* Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison2003-02-191-19/+27
| | | | | Jeremy. (This used to be commit efc92697801f5e62a89eda33e1826094c096900f)
* correct init, tx StefanSimo Sorce2003-02-191-1/+2
| | | | (This used to be commit a2e1969ce54e9ad412fc25ed5d749c38167ad8b0)
* Sync with HEAD for verifying kerberos tickets.Jim McDonough2003-02-194-20/+70
| | | | (This used to be commit 77e1178a888f0d380a5ef94911a8f07bf04a7ba3)
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
| | | | (This used to be commit 1a9050a6fe419e14fc82674d34cc4685a7532059)
* Merge from HEAD: We don't need this any more, setenv() is in replace.c nowAndrew Bartlett2003-02-191-14/+0
| | | | (This used to be commit cd6ad1f13b481ab22d98993db3fa80ec43dc1c8c)
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-1912-45/+117
| | | | | | | | | | | | | | | - setenv() replacement - mimir's ASN1/SPNEGO typo fixes - (size_t)-1 fixes for push_* returns - function argument signed/unsigned correction - ASN1 error handling (ensure we don't use initiailsed data) - extra net ads join error checking - allow 'set security discriptor' to fail - escape ldap strings in libads. - getgrouplist() correctness fixes (include primary gid) Andrew Bartlett (This used to be commit e9d6e2ea9a3dc01d3849b925c50702cda6ddf225)
* Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison2003-02-191-3/+3
| | | | | | perms. Jeremy. (This used to be commit 793609cbc2f657b91a59aec4a3f403bf826c7156)
* Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison2003-02-191-9/+14
| | | | | | jobid is below the UNIX_JOB_START number. Jeremy. (This used to be commit 7ec1c8869d3df9af77ff95942beba34f56a06b73)
* Remove old listproc address; update instructions for subscribing toMartin Pool2003-02-191-8/+52
| | | | | the mailing list. (This used to be commit f09f374bab5385cf1a5daa573494c30feff3d41a)
* Remove old samba-bugs address, etc. (Merge from HEAD)Martin Pool2003-02-191-14/+4
| | | | (This used to be commit 7e355dcf41c9aed67cb327ebbba2be3ab5d6637e)
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-182-2/+2
| | | | (This used to be commit d510ff85fb0dafddf3dea9412a09eeee6e70f0cb)
* Sync w/HEAD - add DES_CBC_CRC encryption typeJim McDonough2003-02-181-1/+1
| | | | (This used to be commit c7934f5cb56d54a90c9ffdbe2f7429a3c9227abe)
* Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-182-5/+14
| | | | (This used to be commit 606bb47f241d2916d039b38f48b50474a3e0dadc)
* Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-183-25/+36
| | | | (This used to be commit 5d09aea6f78aa247dbd77617c93c2a1dd2e2702f)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-02-187-0/+993
|\ | | | | | | used to be commit c31455779d7948e866fe1916425c3746134dea01)
| * Cleanup of header files for python extensions.Tim Potter2003-02-1825-261/+360
| | | | | | | | | | | | | | - combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
| * Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison2003-02-181-0/+7
| | | | | | | | | | | | to set this for Tru64. Jeremy. (This used to be commit e7c4616c45ea5ec7c04022d6cca49ac70adde121)
| * set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter2003-02-181-10/+57
| | | | | | | | (This used to be commit 9a4b7a86fdaab04328b5017c1dd42480753a9a10)
| * Remove obsolete comment.Martin Pool2003-02-181-2/+0
| | | | | | | | (This used to be commit e22465749dc7c2acd2441a897df592616fc275da)
| * Doxygen janitor. No other changes.Martin Pool2003-02-181-0/+9
| | | | | | | | (This used to be commit 735c99dadbaffbb53662890e3dc8a668b211da9d)
| * cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDsMartin Pool2003-02-181-2/+5
| | | | | | | | | | which are not valid. (This used to be commit bfb6104521bd75da71a09a6c56bd44560416116e)