summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28Adding developer mode option.John Terpstra1-7/+18
2001-04-28fixed %u/%U exampleAndrew 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
2001-04-28- added test for vasprintfAndrew Tridgell14-178/+273
2001-04-28use asprintf for hideunreadable optionAndrew Tridgell1-14/+8
2001-04-28added asprintf testAndrew Tridgell3-2/+5
2001-04-28got asprintf defn rightAndrew Tridgell1-11/+12
2001-04-28few cleanups to bring in line with 2.2Gerald Carter9-10/+0
2001-04-28removing the references to rpc_client_proto.hGerald Carter1-21/+8
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter13-663/+890
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2-2/+4
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison2-5/+5
2001-04-27Mismatched format and args.Jeremy Allison1-1/+1
2001-04-27More debug %d -> %u issues.Jeremy Allison3-18/+13
2001-04-27More %d (uid_t) stuff...Jeremy Allison2-4/+4
2001-04-27More acl -> the_acl, %d with uid_t issues.Jeremy Allison1-13/+13