Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iAdded querydispinfo and querydominfo functions. | Tim Potter | 2001-05-07 | 1 | -3/+205 |
| | | | | Allow rid to be specified in lookupuser. | ||||
* | Some reformatting (sorry Gerald). | Tim Potter | 2001-05-07 | 2 | -143/+155 |
| | | | | | | Cleanup of exit paths. Added query domain info and query display info. | ||||
* | new mput code from idra that doesn't need a call to find | Andrew Tridgell | 2001-05-07 | 1 | -66/+152 |
| | |||||
* | Fixed a compiler warning. Still more const warnings though. )-: | Tim Potter | 2001-05-07 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning. | Tim Potter | 2001-05-07 | 1 | -1/+2 |
| | |||||
* | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought | Jeremy Allison | 2001-05-06 | 2 | -70/+82 |
| | | | | | | about it to stop account lockouts with "security=server" mode. Sorry for the delay David. Jeremy. | ||||
* | replace modf so we don't need the math library | Andrew Tridgell | 2001-05-06 | 1 | -4/+39 |
| | |||||
* | allow env variable TESTDIR for directory for fcntl_lock test | Andrew Tridgell | 2001-05-06 | 1 | -0/+4 |
| | |||||
* | add an alarm to fcntl test to stop tru64 from freezing on the test | Andrew Tridgell | 2001-05-06 | 1 | -0/+2 |
| | |||||
* | clearer tdb_mmap code | Andrew Tridgell | 2001-05-06 | 1 | -24/+19 |
| | |||||
* | merge from 2.2 | Andrew Tridgell | 2001-05-06 | 2 | -8/+7 |
| | |||||
* | Fix problem with OpenBSD mmap and write not being coherent. | Jeremy Allison | 2001-05-04 | 1 | -8/+29 |
| | | | | Jeremy. | ||||
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 20 | -1238/+1271 |
| | | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F. | ||||
* | merge from 2.2 in password_ok() to ensure that we check the | Gerald Carter | 2001-05-04 | 1 | -1/+1 |
| | | | | return code from smb_pam_accountcheck() | ||||
* | make proto | Gerald Carter | 2001-05-04 | 1 | -0/+4 |
| | |||||
* | fixes from Simo | Gerald Carter | 2001-05-04 | 2 | -213/+281 |
| | |||||
* | make proto | Tim Potter | 2001-05-04 | 1 | -1/+14 |
| | |||||
* | Merge of struct acct_info from TNG. | Tim Potter | 2001-05-04 | 1 | -1/+2 |
| | |||||
* | Added queryaliasmem function. | Tim Potter | 2001-05-04 | 1 | -4/+104 |
| | | | | | Moved fetch_domain_sid() calls out of harms way so they didn't spam out queries on SAMR pipe. | ||||
* | Tidyup of server vs servername, username vs user to remove compiler | Tim Potter | 2001-05-04 | 1 | -24/+24 |
| | | | | warnings. | ||||
* | Renamed unknown field to access mask in open alias parsing functions. | Tim Potter | 2001-05-04 | 1 | -6/+3 |
| | |||||
* | Added some missing winbind parameters. Yes they're already documented. | Tim Potter | 2001-05-04 | 1 | -0/+9 |
| | | | | (-: | ||||
* | Zero fnum when initialising a cli_state. | Tim Potter | 2001-05-04 | 1 | -0/+2 |
| | |||||
* | Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions. | Tim Potter | 2001-05-04 | 1 | -0/+107 |
| | |||||
* | renamed unknown field to access mask in open alias structures. | Tim Potter | 2001-05-04 | 1 | -2/+2 |
| | |||||
* | Added a SMB_ASSERT() so that two cli_state structures aren't opened | Tim Potter | 2001-05-04 | 1 | -0/+3 |
| | | | | | | | | | | | | on different pipes. This seriously confuses NT. Unfortunately HEAD branch is limited to one rpc pipe per connection as the fnum is stored inside the cli_state structure. It should really be broken out into it's own structure so multiple pipes can be opened on one TCP/IP socket. What a good idea! But look over here! I've already done it in another workarea but it will require a day or two to refactor some of the internal samba rpc client stuff (i.e netlogon requests) so it will remain uncommitted for another while. | ||||
* | Added cmd_samr_enum_dom_groups() function. | Tim Potter | 2001-05-04 | 1 | -2/+86 |
| | |||||
* | Added cli_samr_enum_dom_groups() function. | Tim Potter | 2001-05-04 | 1 | -0/+77 |
| | |||||
* | More usability fixes. | Tim Potter | 2001-05-04 | 1 | -1/+3 |
| | |||||
* | Allow ctrl-d to exit rpcclient. | Tim Potter | 2001-05-04 | 1 | -4/+7 |
| | | | | Don't try to run anything if user just presses return at rpcclient prompt. | ||||
* | Merge from TNG branch. | Tim Potter | 2001-05-04 | 1 | -57/+183 |
| | |||||
* | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 2001-05-03 | 8 | -8/+28 |
| | | | | | | and using autoconf tests. Added "restrict acl with mask" parameter. Jeremy. | ||||
* | Merging Gerald's "no printer driver" fix from 2.2. | Jeremy Allison | 2001-05-03 | 1 | -0/+10 |
| | | | | Jeremy. | ||||
* | Merging Gerald's PDC SAM name fix. | Jeremy Allison | 2001-05-03 | 1 | -13/+76 |
| | | | | Jeremy. | ||||
* | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 2001-05-02 | 7 | -85/+2989 |
| | | | | | | | | | | | the pam password change code to ensure that existing and working password chat scripts don't break with 2.2.1. PAM password changing has to be explicitly requested. Allowed wildcards in pam password change matching (matches password chat script matching). Had to add const (sorry Tim :-) to ms_fnmatch() to stop warnings. Don't worry - the const changes are isolated and don't cause any other warnings :-). Jeremy. | ||||
* | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 2001-05-02 | 2 | -2916/+2 |
| | | | | Jeremy. | ||||
* | Remove embedded '/*' in comment. | Jeremy Allison | 2001-05-02 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | use O_EXCL for fcntl_lock.c test in case some fool runs on /tmp | Andrew Tridgell | 2001-05-02 | 1 | -1/+2 |
| | |||||
* | added sys/wait.h to fcntl_lock test | Andrew Tridgell | 2001-05-02 | 1 | -0/+4 |
| | |||||
* | added error msgs to fcntl_lock test | Andrew Tridgell | 2001-05-02 | 1 | -1/+17 |
| | |||||
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 3 | -23/+5 |
| | | | | | with talloc. Jeremy. | ||||
* | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 2001-05-01 | 2 | -4/+44 |
| | | | | | should eventually be an autoconf test with a #ifdef workaround. I *HATE* pam :-). Jeremy. | ||||
* | Stop coredump on pam password change with pam_pwdb.so module on error. | Jeremy Allison | 2001-05-01 | 2 | -2/+10 |
| | | | | Jeremy. | ||||
* | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2001-05-01 | 4 | -6/+6 |
| | | | | | court of king caractacus, was just passing by... :-). Jeremy. | ||||
* | added more complete C99 snprintf test | Andrew Tridgell | 2001-05-01 | 2 | -218/+228 |
| | |||||
* | fixed some uninitialised variables | Andrew Tridgell | 2001-05-01 | 2 | -6/+6 |
| | |||||
* | fixed comment-in-comment | Andrew Tridgell | 2001-05-01 | 1 | -1/+1 |
| | |||||
* | Allow pam code to compile on Solaris (which doesn't have ↵ | Jeremy Allison | 2001-05-01 | 2 | -0/+10 |
| | | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy. | ||||
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2001-05-01 | 6 | -21/+477 |
| | | | | | | Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares for Win2k. Needs testing as I made a few mods to the original code. Jeremy. | ||||
* | Fixing consts in pam code. | Jeremy Allison | 2001-04-30 | 2 | -4/+4 |
| | | | | Jeremy. |