summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
* Some reformatting (sorry Gerald).Tim Potter2001-05-072-143/+155
* 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
* 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
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-0420-1238/+1271
* merge from 2.2 in password_ok() to ensure that we check theGerald Carter2001-05-041-1/+1
* 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
* Tidyup of server vs servername, username vs user to remove compilerTim Potter2001-05-041-24/+24
* 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
* Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.Tim Potter2001-05-041-0/+107
* renamed unknown field to access mask in open alias structures.Tim Potter2001-05-041-2/+2
* Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter2001-05-041-0/+3
* Added cmd_samr_enum_dom_groups() function.Tim Potter2001-05-041-2/+86
* Added cli_samr_enum_dom_groups() function.Tim Potter2001-05-041-0/+77
* More usability fixes.Tim Potter2001-05-041-1/+3
* Allow ctrl-d to exit rpcclient.Tim Potter2001-05-041-4/+7
* Merge from TNG branch.Tim Potter2001-05-041-57/+183
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-038-8/+28
* Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison2001-05-031-0/+10
* Merging Gerald's PDC SAM name fix.Jeremy Allison2001-05-031-13/+76
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-027-85/+2989
* Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-022-2916/+2
* Remove embedded '/*' in comment.Jeremy Allison2001-05-021-1/+1
* use O_EXCL for fcntl_lock.c test in case some fool runs on /tmpAndrew Tridgell2001-05-021-1/+2
* added sys/wait.h to fcntl_lock testAndrew Tridgell2001-05-021-0/+4
* added error msgs to fcntl_lock testAndrew Tridgell2001-05-021-1/+17
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-013-23/+5
* Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-012-4/+44
* Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2001-05-012-2/+10
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-014-6/+6
* added more complete C99 snprintf testAndrew Tridgell2001-05-012-218/+228
* fixed some uninitialised variablesAndrew Tridgell2001-05-012-6/+6
* fixed comment-in-commentAndrew Tridgell2001-05-011-1/+1
* Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2001-05-012-0/+10
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-016-21/+477
* Fixing consts in pam code.Jeremy Allison2001-04-302-4/+4