summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | copied form HEAD to get the compile going.Gerald Carter2003-05-120-0/+0
| | | | | | | | | | | | | | | | Simo, please fix this tomorrow or let me know what needs to be done. jerry (This used to be commit 90e35640bcde1b7dfc6e68eed6ccb257f309fd0d)
* | And finally IDMAP in 3_0Simo Sorce2003-05-1247-1516/+973
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We really need idmap_ldap to have a good solution with ldapsam, porting it from the prvious code is beeing made, the code is really simple to do so I am confident it is not a problem to commit this code in. Not committing it would have been worst. I really would have been able to finish also the group code, maybe we can put it into a followin release after 3.0.0 even if it may be an upgrade problem. The code has been tested and seem to work right, more testing is needed for corner cases. Currently winbind pdc (working only for users and not for groups) is disabled as I was not able to make a complete group code replacement that works somewhat in a week (I have a complete patch, but there are bugs) Simo. (This used to be commit 0e58085978f984436815114a2ec347cf7899a89d)
* | fixing typos in debug statementsGerald Carter2003-05-122-2/+2
| | | | | | | | (This used to be commit f59bcb51cfe4e268ba43245d401d212aefdf2b72)
* | Eliminate NULL pointers from VFS interface. All hooks now really callable, ↵Alexander Bokovoy2003-05-123-13/+17
| | | | | | | | | | | | producing either correct result or returning error if the feature isn't supported in the configuration (This used to be commit af0a17349e6986eef2e2fd07b4b9f0bcd33bbe1f)
* | GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ↵Alexander Bokovoy2003-05-121-1/+1
| | | | | | | | | | | | with this. Previous fix was incorrect. (This used to be commit 13e1bbd803111361bcd9c28b5086277c912c59a6)
* | Re-enable secure channel for net rpc vampire.Tim Potter2003-05-121-8/+13
| | | | | | | | | | | | Jump out of sam entry processing loop if the return value from cli_netlogon_sam_sync() isn't OK or STATUS_MORE_ENTRIES. (This used to be commit 47d8ee3679292ece5d86df11bc56c9b4d71f3d11)
* | Fix two bugs that were stopping net rpc vampire from working over secureTim Potter2003-05-121-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel: - If the domain name passed to create_rpc_bind_req() is empty, use lp_workgroup() - Correctly set the auth_padding field when the send_size is a multiple of 8 bytes I've tested with nt4sp6 and win2ksp0 and it seems to work, although there are no password hashes transferred from win2k. The empty passwords are being protected by the secure channel encryption though. (This used to be commit a8c11e855611c91e94787387c62ac629232cacfa)
* | A small patch from metze to fix builds on some platforms ...Richard Sharpe2003-05-121-1/+1
| | | | | | | | | | http://lists.samba.org/pipermail/samba-technical/attachments/20030512/0332258a/vfs-fix-01.obj (This used to be commit 5d643b9d03135effa5c8fd84bf1e54a7bd075e2a)
* | Adding more info on File and Directory conventions / differences.John Terpstra2003-05-121-12/+193
| | | | | | | | (This used to be commit f03a13c0be5d33dd6548de7cd5b8d4e397793701)
* | Fix a wrong define check.Alexander Bokovoy2003-05-121-3/+4
| | | | | | | | (This used to be commit f1c4f65ae019c61f4a8178bee094dd66506dbcae)
* | Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy2003-05-121-1/+7
| | | | | | | | (This used to be commit fea5d85d947965bd4789ab31607fd48d78403696)
* | Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy2003-05-121-4/+4
| | | | | | | | (This used to be commit 7c2395d7cd98b23d58a024a54e5058101fc9d322)
* | Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy2003-05-121-1/+1
| | | | | | | | (This used to be commit 73cf63a27f4ff53546171aec18952324d1ed983c)
* | Better isolate quota stuffAlexander Bokovoy2003-05-122-0/+12
| | | | | | | | (This used to be commit 73de13159c57de21a59d2e32216812f5d9d2292e)
* | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-6/+7
| | | | | | | | (This used to be commit 01cff3e2e4e2724ed112fa62a775055192a2207b)
* | Fix up a bit of my sloppy C.Andrew Bartlett2003-05-121-3/+2
| | | | | | | | (This used to be commit f67cc24acf37a9f46427c993574ecf261d7aec1a)
* | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-1/+6
| | | | | | | | (This used to be commit ee5fa840686a1d9789688e7c0f1c3ca8d0175e94)
* | Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-1221-106/+2783
| | | | | | | | | | | | | | | | 1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow (This used to be commit 4bf022ce9e45be85609426762ba2644ac2031326)
* | Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett2003-05-121-8/+18
| | | | | | | | | | | | | | | | Also, we might be given a 0 length challenge, so don't smb_panic() for smb_xmalloc() of zero size. Andrew Bartlett (This used to be commit 4842de04cf2e1528e726dfad070dfe3a82f46fa2)
* | Make it possible to actually use --user-SID and --group-SID on a standard ↵Andrew Bartlett2003-05-121-2/+2
| | | | | | | | | | | | | | command line. Andrew Bartlett (This used to be commit dd14da756640ba36834a05b9da4759a809c0bb37)
* | Fix compile.Andrew Bartlett2003-05-111-1/+1
| | | | | | | | (This used to be commit ca2e453c7838b6d0ed2d0a45124d162073bbbf99)
* | Add new files needed for VFS fixes.Alexander Bokovoy2003-05-113-3/+318
| | | | | | | | | | | | | | 1. idmap.h is used for unid_t only, agreed by Simo 2. sysquotas.h is used to add quota support to VFS layer and is needed for future NT quota commit 3. vfs_macros.h provides convenient macros to access VFS API. (This used to be commit 1dd578635913c8340cfc565d7e0c8c5086070084)
* | Fix VFS layer:Alexander Bokovoy2003-05-1134-1797/+1362
| | | | | | | | | | | | | | | | | | | | 1. Finally work with cascaded modules with private data storage per module 2. Convert VFS API to macro calls to simplify cascading 3. Add quota support to VFS layer (prepare to NT quota support) Patch by Stefan (metze) Metzemacher, with review of Jelmer and me Tested in past few weeks. Documentation to new VFS API for third-party developers to follow (This used to be commit 91984ef5caa2d13c5d52e1f535bd3bbbae1ec978)
* | Rolling in VL's changes.John Terpstra2003-05-111-8/+12
| | | | | | | | (This used to be commit 02244dac83623dabe927f79780cf4b7313022495)
* | Set the password for a newly created trustdom account. Tested againstVolker Lendecke2003-05-111-3/+34
| | | | | | | | | | | | | | PDCs running NT4SP1, NT4SP6 and Samba 3.0. Volker (This used to be commit 2143446043b2c29027cf69554caddf41274df709)
* | When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke2003-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | password. On NT4, NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT means the password was correct. So the PDC believed that he had his trust account correctly added. Later the auth2 naturally failed. BTW, setting up an interdom trust account is not what I would call well documented and easy to handle... Working on that now :-) Volker (This used to be commit e4e44cf3b18231ec5d7326fb42edec741caa147b)
* | Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke2003-05-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | useful in the auth verifier yet. So this patch ignores it. Really checking this would be a lot more intrusive: in rpc_api_pipe we would have to distinguish between binds and normal requests, or have more state in the netsec info of cli_state, which is also somewhat hackish. Volker (This used to be commit 8de04fcf680a9bc5054965577eb500e0541ffe66)
* | Updating Global definitions.John Terpstra2003-05-111-1/+1
| | | | | | | | (This used to be commit 18b62570c4b0b84ebe665395f08ca7c23e4c126a)
* | Extending Access Control DocsJohn Terpstra2003-05-114-449/+553
| | | | | | | | (This used to be commit c0a1069463ea7239ca603deb5c568151439fea3f)
* | As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett2003-05-112-18/+56
| | | | | | | | | | | | | | | | | | | | | | primaryGroupID (rid). This is consistant with the move from 'rid' to ntSid for the primary user identifier. Also cope with legacy installations where primaryGroupID might have been stored as 0. Andrew Bartlett (This used to be commit 0e432817cb927b41af7b49fb0b5081ffdb46f85e)
* | Using /dev/urandom for determining an ldap server backoff is a waste of systemAndrew Bartlett2003-05-111-2/+6
| | | | | | | | | | | | | | entropy - use sys_random() instead. Andrew Bartlett (This used to be commit 640462a365235aa7ce6f817778f022530a25d909)
* | Completion of Stand-Alone server docs.John Terpstra2003-05-101-6/+107
| | | | | | | | (This used to be commit 44dbed231743b5caea319c448b2700bb02cc8303)
* | Fix typos in StandAloneServerJohn Terpstra2003-05-102-18/+10
| | | | | | | | | | | | Remove admonition in ServerType - Until someone gives me a replacement for it I consider it a non-issue. (This used to be commit 147676b44a4b393276497419f0bc80bff8fe425a)
* | Reverse latest module_dummy patch from metze and me.Jelmer Vernooij2003-05-101-53/+0
| | | | | | | | (This used to be commit 9dc8f7b4d46b3d1adf4b22cec2b62600dcb3c899)
* | Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-1034-84/+2
| | | | | | | | (This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
* | Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-1035-2/+137
| | | | | | | | | | | | that is now possible to, for example, load a module which contains an auth method into a binary without the auth/ subsystem built in. (This used to be commit 74d9ecfe2dd7364643d32acb62ade957bd71cd0d)
* | Typos and fixes resulting from VL feedback.John Terpstra2003-05-103-42/+120
| | | | | | | | (This used to be commit ab1ff35187924c31a8fa503c0d02c6b54605da4f)
* | Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
| | | | | | | | | | | | on the security entries sent. Jeremy. (This used to be commit 45953d59f707b58e66b980512afc7f929d360ad5)
* | Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
| | | | | | | | | | | | struct in the correct place. Jeremy. (This used to be commit 4cd8b276715f7e019fcee8fc3ebb2855610c4751)
* | Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
| | | | | | | | | | Jeremy. (This used to be commit 151b7d0d88e14dd17c28e522a3e1e8f64a4a2a87)
* | Fix typo.John Terpstra2003-05-101-1/+1
| | | | | | | | (This used to be commit 7bec28f23c5bef8516e798a0808585ed1a30517e)
* | syncing README to go along with scriptsGerald Carter2003-05-091-24/+7
| | | | | | | | (This used to be commit 94780f0947f7ad7d5bc83e61681148637b59d7ab)
* | syncing import/export smbpasswd file scripts from 2.2Gerald Carter2003-05-094-231/+114
| | | | | | | | (This used to be commit ee1374cabf38c3d99e66a45316e232d1c2cfbe6a)
* | removing total print jobs since it is not used anymoreGerald Carter2003-05-091-2/+0
| | | | | | | | (This used to be commit b87be0dddfcace95527b9a05f8f81cd6d2e86d39)
* | Makefile changes to allow new NTLMv2 patch to work.Andrew Bartlett2003-05-091-10/+7
| | | | | | | | (This used to be commit 0c1946e51c7cd18907eb65c93042758196fe74c9)
* | Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett2003-05-091-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | structure-memcpy for DATA_BLOB parameters to using a pointer to that DATA_BLOB. auth_sam calls some of these functions, so I've cleaned it all up to use this format now. Also clean up some debug statements to make them easier to read. Andrew Bartlett (This used to be commit 0c355c274a6ac084e4bf15a15613dfc007d6c5fc)
* | Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-094-119/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With big thanks to tpot for the ethereal disector, and for the base code behind this, we now fully support NTLMv2 as a client. In particular, we support it with direct domain logons (tested with ntlm_auth --diagnostics), with 'old style' session setups, and with NTLMSSP. In fact, for NTLMSSP we recycle one of the parts of the server's reply directly... (we might need to parse for unicode issues later). In particular, a Win2k domain controller now supplies us with a session key for this password, which means that doman joins, and non-spnego SMB signing are now supported with NTLMv2! Andrew Bartlett (This used to be commit 9f6a26769d345d319ec167cd0e82a45e1207ed81)
* | Fix bug #4 for net rap. Allow more than 50 chars for long form listings of ↵Jim McDonough2003-05-091-2/+2
| | | | | | | | | | | | users and groups. (This used to be commit dcc6d9e76c737400aaffdd4f261fd0f191aaeea8)
* | Fix comment - we now have 5 types of error...Andrew Bartlett2003-05-091-1/+1
| | | | | | | | (This used to be commit 372a574a73b86855cf6efc18349e5ba24067d690)
* | Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett2003-05-091-2/+3
| | | | | | | | | | | | | | LMv2 response less than 24 bytes is just silly. Andrew Bartlett (This used to be commit b4ecdb2e582376d2713f81e8e32a668014905d70)