summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter2001-05-081-10/+6
| | | | | | | | | | | | by lp_string() calling standard_sub_basic().
| | * Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOsTim Potter2001-05-081-0/+10
| | | | | | | | | | | | (SCO).
| | * Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter2001-05-081-10/+0
| | |
| | * Added winbindd to list of binaries.Tim Potter2001-05-081-0/+1
| | |
| | * make protoTim Potter2001-05-081-2/+7
| | |
| | * Fixed typo in comment.Tim Potter2001-05-081-1/+1
| | |
| | * Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
| | |
| | * Misc fixes to get winbindd working. We can now do a 'getent passwd'Tim Potter2001-05-084-17/+88
| | | | | | | | | | | | and 'getent group' and have most things working.
| | * iinit_samr_q_lookup_rids() didn't actually copy the rids into theTim Potter2001-05-081-0/+2
| | | | | | | | | | | | parse structure.
| | * Fix for query_dispinfo()Tim Potter2001-05-081-0/+70
| | | | | | | | | | | | Added lookup_rids() function.
| | * Fix for insure missmatched parameter error.Jeremy Allison2001-05-081-1/+1
| | | | | | | | | | | | Jeremy.
| | * Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10
| | | | | | | | | | | | | | | %I getpeername() failure. Jeremy.
| | * Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter2001-05-071-0/+11
| | | | | | | | | | | | if using stdout_logging.
| | * merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-074-30/+4
| | |
| | * removed unused variablesGerald Carter2001-05-071-2/+0
| | |
| | * Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
| | | | | | | | | | | | Jeremy.
| | * Patch from Simo:Gerald Carter2001-05-0713-122/+191
| | | | | | | | | | | | | | | | | | o sed 's/pdb_clear_sam/pdb_free_sam/g' o add pdb_reset_sam() o password changing should be ok now as well.
| | * Removed unused variable.Tim Potter2001-05-071-1/+0
| | |
| | * OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter2001-05-075-89/+87
| | | | | | | | | | | | | | | so all the glue functions are prefixed with wb_ to avoid conflicts with the old rpc_client stuff which is still a dependency of smbd/nmbd.
| | * removed need for scandir in client.cAndrew Tridgell2001-05-072-22/+17
| | | | | | | | | | | | fixed possible bug with readdirname on systems with NAMELEN != strlen
| | * Ignore *.po files.Tim Potter2001-05-071-0/+1
| | |
| | * iAdditional files for winbind merge.Tim Potter2001-05-074-0/+852
| | |
| | * Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-0715-1671/+2710
| | | | | | | | | | | | but I haven't actually run it yet so it probably doesn't work. (-:
| | * rebuild proto.hAndrew Tridgell2001-05-071-114/+50
| | |
| | * merge some fixes from 2.2Andrew Tridgell2001-05-074-76/+20
| | |
| | * fix interfaces.c for aix 3.2.5Andrew Tridgell2001-05-071-2/+0
| | |
| | * Some versions of readline don't have rl_completion_func_t. )-:Tim Potter2001-05-071-2/+1
| | | | | | | | | | | | Spotted by http://build.samba.org/
| | * iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
| | | | | | | | | | | | Allow rid to be specified in lookupuser.
| | * Some reformatting (sorry Gerald).Tim Potter2001-05-072-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 findAndrew Tridgell2001-05-071-66/+152
| | |
| | * Fixed a compiler warning. Still more const warnings though. )-:Tim Potter2001-05-071-1/+1
| | |
| | * Fixed compiler warning.Tim Potter2001-05-071-1/+2
| | |
| | * Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-062-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 libraryAndrew Tridgell2001-05-061-4/+39
| | |
| | * allow env variable TESTDIR for directory for fcntl_lock testAndrew Tridgell2001-05-061-0/+4
| | |
| | * add an alarm to fcntl test to stop tru64 from freezing on the testAndrew Tridgell2001-05-061-0/+2
| | |
| | * clearer tdb_mmap codeAndrew Tridgell2001-05-061-24/+19
| | |
| | * merge from 2.2Andrew Tridgell2001-05-062-8/+7
| | |
| | * Fix problem with OpenBSD mmap and write not being coherent.Jeremy Allison2001-05-041-8/+29
| | | | | | | | | | | | Jeremy.
| | * Big cleanup of passdb and backends.Jean-François Micouleau2001-05-0420-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 theGerald Carter2001-05-041-1/+1
| | | | | | | | | | | | return code from smb_pam_accountcheck()
| | * make protoGerald Carter2001-05-041-0/+4
| | |
| | * fixes from SimoGerald Carter2001-05-042-213/+281
| | |
| | * make protoTim Potter2001-05-041-1/+14
| | |
| | * Merge of struct acct_info from TNG.Tim Potter2001-05-041-1/+2
| | |
| | * Added queryaliasmem function.Tim Potter2001-05-041-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 compilerTim Potter2001-05-041-24/+24
| | | | | | | | | | | | warnings.
| | * Renamed unknown field to access mask in open alias parsing functions.Tim Potter2001-05-041-6/+3
| | |
| | * Added some missing winbind parameters. Yes they're already documented.Tim Potter2001-05-041-0/+9
| | | | | | | | | | | | (-:
| | * Zero fnum when initialising a cli_state.Tim Potter2001-05-041-0/+2
| | |