summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | 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 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
| | | | Don't try to run anything if user just presses return at rpcclient prompt.
* 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
| | | | | | and using autoconf tests. Added "restrict acl with mask" parameter. Jeremy.
* Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison2001-05-031-0/+10
| | | | Jeremy.
* Merging Gerald's PDC SAM name fix.Jeremy Allison2001-05-031-13/+76
| | | | Jeremy.
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-027-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 Allison2001-05-022-2916/+2
| | | | Jeremy.
* Remove embedded '/*' in comment.Jeremy Allison2001-05-021-1/+1
| | | | Jeremy.
* 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
| | | | | with talloc. Jeremy.
* Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-012-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 Allison2001-05-012-2/+10
| | | | Jeremy.
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-014-6/+6
| | | | | court of king caractacus, was just passing by... :-). Jeremy.
* 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 ↵Jeremy Allison2001-05-012-0/+10
| | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy.
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-016-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 Allison2001-04-302-4/+4
| | | | Jeremy.
* Fixed password entry caching bug pointed out by Elrond.Jeremy Allison2001-04-301-14/+25
| | | | Jeremy.
* Ensure correct password change script gets selected --with-pam.Jeremy Allison2001-04-301-0/+4
| | | | Jeremy.
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-306-288/+888
| | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy.
* make clean should remove PROGSAndrew Tridgell2001-04-291-1/+1
|
* Adding developer mode option.John Terpstra2001-04-281-7/+18
|
* fixed %u/%U exampleAndrew Tridgell2001-04-281-1/+1
|
* - fixed some compiler warningsAndrew Tridgell2001-04-285-15/+18
| | | | - fixed slprintf and vsprintf macros
* don't need slprintf.c any moreAndrew Tridgell2001-04-282-26/+2
|
* - added test for vasprintfAndrew Tridgell2001-04-2814-178/+273
| | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more
* use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
|
* added asprintf testAndrew Tridgell2001-04-283-2/+5
|
* got asprintf defn rightAndrew Tridgell2001-04-281-11/+12
|
* few cleanups to bring in line with 2.2Gerald Carter2001-04-289-10/+0
|
* removing the references to rpc_client_proto.hGerald Carter2001-04-281-21/+8
|
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-2813-663/+890
|
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-282-2/+4
| | | | | | | smbd/sec_ctx.c: Fixed potential memory leak spotted by Kenichi Okuyama@Tokyo Research Lab, IBM-Japan, Co. utils/nmblookup.c: gcc warning on Solaris fix. Jeremy.
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-272-5/+5
| | | | Jeremy.
* Mismatched format and args.Jeremy Allison2001-04-271-1/+1
| | | | Jeremy.
* More debug %d -> %u issues.Jeremy Allison2001-04-273-18/+13
| | | | Jeremy.
* More %d (uid_t) stuff...Jeremy Allison2001-04-272-4/+4
| | | | Jeremy.
* More acl -> the_acl, %d with uid_t issues.Jeremy Allison2001-04-271-13/+13
| | | | Jeremy.
* Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
| | | | Jeremy.
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-272-6/+8
| | | | Jeremy.