summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-05-06replace modf so we don't need the math libraryAndrew Tridgell1-4/+39
2001-05-06allow env variable TESTDIR for directory for fcntl_lock testAndrew Tridgell1-0/+4
2001-05-06add an alarm to fcntl test to stop tru64 from freezing on the testAndrew Tridgell1-0/+2
2001-05-06clearer tdb_mmap codeAndrew Tridgell1-24/+19
2001-05-06merge from 2.2Andrew Tridgell2-8/+7
2001-05-04Fix problem with OpenBSD mmap and write not being coherent.Jeremy Allison1-8/+29
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau20-1238/+1271
2001-05-04merge from 2.2 in password_ok() to ensure that we check theGerald Carter1-1/+1
2001-05-04make protoGerald Carter1-0/+4
2001-05-04fixes from SimoGerald Carter2-213/+281
2001-05-04make protoTim Potter1-1/+14
2001-05-04Merge of struct acct_info from TNG.Tim Potter1-1/+2
2001-05-04Added queryaliasmem function.Tim Potter1-4/+104
2001-05-04Tidyup of server vs servername, username vs user to remove compilerTim Potter1-24/+24
2001-05-04Renamed unknown field to access mask in open alias parsing functions.Tim Potter1-6/+3
2001-05-04Added some missing winbind parameters. Yes they're already documented.Tim Potter1-0/+9
2001-05-04Zero fnum when initialising a cli_state.Tim Potter1-0/+2
2001-05-04Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.Tim Potter1-0/+107
2001-05-04renamed unknown field to access mask in open alias structures.Tim Potter1-2/+2
2001-05-04Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter1-0/+3
2001-05-04Added cmd_samr_enum_dom_groups() function.Tim Potter1-2/+86
2001-05-04Added cli_samr_enum_dom_groups() function.Tim Potter1-0/+77
2001-05-04More usability fixes.Tim Potter1-1/+3
2001-05-04Allow ctrl-d to exit rpcclient.Tim Potter1-4/+7
2001-05-04Merge from TNG branch.Tim Potter1-57/+183
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison8-8/+28
2001-05-03Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison1-0/+10
2001-05-03Merging Gerald's PDC SAM name fix.Jeremy Allison1-13/+76
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison7-85/+2989
2001-05-02Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2-2916/+2
2001-05-02Remove embedded '/*' in comment.Jeremy Allison1-1/+1
2001-05-02use O_EXCL for fcntl_lock.c test in case some fool runs on /tmpAndrew Tridgell1-1/+2
2001-05-02added sys/wait.h to fcntl_lock testAndrew Tridgell1-0/+4
2001-05-02added error msgs to fcntl_lock testAndrew Tridgell1-1/+17
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison3-23/+5
2001-05-01Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2-4/+44
2001-05-01Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2-2/+10
2001-05-01Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison4-6/+6
2001-05-01added more complete C99 snprintf testAndrew Tridgell2-218/+228
2001-05-01fixed some uninitialised variablesAndrew Tridgell2-6/+6
2001-05-01fixed comment-in-commentAndrew Tridgell1-1/+1
2001-05-01Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2-0/+10
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison6-21/+477
2001-04-30Fixing consts in pam code.Jeremy Allison2-4/+4
2001-04-30Fixed password entry caching bug pointed out by Elrond.Jeremy Allison1-14/+25
2001-04-30Ensure correct password change script gets selected --with-pam.Jeremy Allison1-0/+4
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison6-288/+888
2001-04-29make clean should remove PROGSAndrew Tridgell1-1/+1
2001-04-28- fixed some compiler warningsAndrew Tridgell5-15/+18
2001-04-28don't need slprintf.c any moreAndrew Tridgell2-26/+2